questions/web-development/page/51
Hello @kartik, Replace < with < and& ...READ MORE
Hello @kartik, You can write following codes to ...READ MORE
Hello, you can register the following code at Application ...READ MORE
Hello @kartik, I think you can use the ...READ MORE
Hello @kartik, Give your img tag an id, ...READ MORE
Hello @kartik, You cannot check it from the ...READ MORE
Hello @kartik, Use this: function is_touch_device() { ...READ MORE
Use two blade page,one for create and other ...READ MORE
Hello @kartik, Here is a sample code: <?php $sql="select ...READ MORE
The PHP and the HTML should each ...READ MORE
Hello @kartik, Run following command in your project's ...READ MORE
Use procmail if it is installed on ...READ MORE
Hello @kartik, Simply try this: $first = $second = ...READ MORE
Hello @kartik, Here is a version in a functional ...READ MORE
Hello Kartik, Use this command : npm install ...READ MORE
Hello @saima , Before you extract values from $_POST ,$_SESSION, ...READ MORE
Hello @kartik, Attach a click event to the ...READ MORE
This is my code: function generate(count) { ...READ MORE
Hello @kartik, Try this php code. <?PHP function getUserIP() { ...READ MORE
Hello @kartik, Another option is to explicitly mark ...READ MORE
Hello @kartik, Use array_unique(): Example: $array = array(1, 2, 2, 3); $array ...READ MORE
Hello @kartik, Try: if ($('#element').is(':empty')){ //do something } If 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, Currently you have to use two ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Hello, You are looking for the extends keyword: Interface IFoo extends ...READ MORE
Laravel reverse routing is generating URL's based ...READ MORE
Hello @kartik, You can also use json_encode for ...READ MORE
Hello @kartik, You can convert the PHP object ...READ MORE
Hello @kartik, Here is the way I do ...READ MORE
Simply, $source = 'Source_file_location' ...READ MORE
Hello @kartik, You can use basename() and $_SERVER['PHP_SELF'] to get current page ...READ MORE
Hello @kartik, With hidden field you need to ...READ MORE
Hello @ Ebuka, Here is the following things you ...READ MORE
Hello @kartik, the php command offers two switches to ...READ MORE
Hii @kartik, Hashing A Password Using Bcrypt in Laravel: $password ...READ MORE
Hello @kartik, You need to use the -p flag to ...READ MORE
Hello @kartik, Use split and map function: var str = "123, 124, 234,252"; var ...READ MORE
Hello @kartik, Make the call on an input ...READ MORE
Hello @kartik, You can use Object.keys() and map() to do this var obj ...READ MORE
Hello @viven , This should be a simple fix ...READ MORE
Hello @kartik, Use an equals (=) sign in ...READ MORE
Hello @kartik, You could download a free GeoIP ...READ MORE
Hello @kartik, Use this command: php artisan migrate --path=/database/migrations/my_migration.php And ...READ MORE
Hello @kartik, You would use indexOf like this: if(window.location.href.indexOf("franky") != -1){....} Also ...READ MORE
Hello @kartik, If you really wanted to, you ...READ MORE
Hello @kartik< For the record, to force angular ...READ MORE
Hello @kartik, Use modern Javascript, with remove! const parent = ...READ MORE
Hello @kartik, Code buffered by = is escaped ...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.