questions/web-development/page/68
Hello @kartik, Use this: function is_touch_device() { ...READ MORE
Hello @kartik, Here is a sample code: <?php $sql="select ...READ MORE
Use procmail if it is installed on ...READ MORE
Hello @kartik, Here is a version in a functional ...READ MORE
Hello @saima , Before you extract values from $_POST ,$_SESSION, ...READ MORE
Hello @kartik, With hidden field you need to ...READ MORE
Hello @kartik, Use array_unique(): Example: $array = array(1, 2, 2, 3); $array ...READ MORE
Hello kartik, You can use the following command ...READ MORE
Hello @kartik, You can also use json_encode for ...READ MORE
Hello @kartik, This will actually get the result ...READ MORE
Hello @kartik, Simply try this: $first = $second = ...READ MORE
Hello @kartik, Currently you have to use two ...READ MORE
Hello @kartik, Try this php code. <?PHP function getUserIP() { ...READ MORE
This is my code: function generate(count) { ...READ MORE
Hello @kartik, You need to use the -p flag to ...READ MORE
Hello @kartik, Another option is to explicitly mark ...READ MORE
Hello @kartik, the php command offers two switches to ...READ MORE
Hello @ Ebuka, Here is the following things you ...READ MORE
Views.py File def index(request): allProds ...READ MORE
Hello, Try: $result = curl_exec($cURL); $result = json_decode($result,true); Now you can ...READ MORE
Hello @kartik, Use an equals (=) sign in ...READ MORE
Hello, You are looking for the extends keyword: Interface IFoo extends ...READ MORE
Hello @kartik, Try this: var MongoClient = require('mongodb').MongoClient var url ...READ MORE
Hello @kartik, Setting the id attribute when appending ...READ MORE
Hello @kartik, Use split and map function: var str = "123, 124, 234,252"; var ...READ MORE
Hello @kartik, You could have your Web Api ...READ MORE
Hello @kartik, Make the call on an input ...READ MORE
Hey @kartik, This Error happens in almost all ...READ MORE
Hello @kartik, After installing nvm using brew, create ~/.nvm directory: $ ...READ MORE
Hello @kartik< For the record, to force angular ...READ MORE
Hello @viven , This should be a simple fix ...READ MORE
Hello @kartik, Use: Artisan::call('db:migrate', ['' => 'mymigration', '--table' => ...READ MORE
Hii @kartik, Hashing A Password Using Bcrypt in Laravel: $password ...READ MORE
Hello @kartik, You can use Object.keys() and map() to do this var obj ...READ MORE
Hello @kartik, Use this command: php artisan migrate --path=/database/migrations/my_migration.php And ...READ MORE
Hello @kartik, Try this: {% if var == constant('Namespace\\Entity::TYPE_PERSON') ...READ MORE
Hello @kartik, You could download a free GeoIP ...READ MORE
Hello @kartik, If you really wanted to, you ...READ MORE
Hello @kartik, Use modern Javascript, with remove! const parent = ...READ MORE
Hello @kartik, This problem can generally occur when ...READ MORE
Hello @kartik, Use: var host = window.location.hostname; or possibly var host ...READ MORE
Hello @kartik, Code buffered by = is escaped ...READ MORE
Hello @kartik, Add an environment variable called NODE_PATH and set ...READ MORE
Hello @kartik, This is not a catchable fatal ...READ MORE
instead of: return traitcalc($v); use this: ...READ MORE
Hello @kartik, to create a writeable stream is ...READ MORE
Hello @kartik, It's just a check as of NPM ...READ MORE
Hello @kartik, AJAX calls only send Cookies if ...READ MORE
Hello @kartik, Try this: alert(ary[0]) Hope it helps!! Thank you ...READ MORE
Hello @kartik, either (plain js) this.checked = false; or (jQuery) $(this).prop('checked', ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.