questions/web-development/page/55
Hello @kartik, It works both ways - you ...READ MORE
Hello @kartik, Just use: app.use('/favicon.ico', express.static('images/favicon.ico')); OR In express: //you probably ...READ MORE
Hello @kartik, If you put an Iframe in ...READ MORE
Hello @kartik, You can write following codes to ...READ MORE
Hello @kartik, php_value upload_max_filesize 30M is correct. You will have ...READ MORE
Hello @kartik, Use this code: function post_without_wait($url, $params) { ...READ MORE
Hello @kartik, This is simple you just need change ...READ MORE
Hello @kartik, You can run individual script entries ...READ MORE
Hello @kartik, You cannot check it from the ...READ MORE
Hello @kartik, Use: bool is_a ( object $object ...READ MORE
The PHP and the HTML should each ...READ MORE
Hello @kartik, This error occurs when you attempt ...READ MORE
Hello @kartik, Give your img tag an id, ...READ MORE
Hello @kartik, __CLASS__ always returns the name of the ...READ MORE
Hello @kartik, The following function will return an ...READ MORE
Use two blade page,one for create and other ...READ MORE
Hello @kartik, There's a lot of ways. The ...READ MORE
Hello @kartik, Replace < with < and& ...READ MORE
Hello @kartik, Try the below steps: edit app/config/config.yml then go to assetic: under ...READ MORE
Hello Kartik, Use this command : npm install ...READ MORE
Hello @kartik, I think you can use the ...READ MORE
Hello, you can register the following code at Application ...READ MORE
Hello @kartik, Run following command in your project's ...READ MORE
Hello @kartik, Use this: function is_touch_device() { ...READ MORE
Hello @kartik, Try: if ($('#element').is(':empty')){ //do something } If you ...READ MORE
Hello @kartik, Here is a sample code: <?php $sql="select ...READ MORE
Laravel reverse routing is generating URL's based ...READ MORE
Hello @kartik, Here is a version in a functional ...READ MORE
Hello @kartik, Attach a click event to the ...READ MORE
Use procmail if it is installed on ...READ MORE
Hello @saima , Before you extract values from $_POST ,$_SESSION, ...READ MORE
Hello @kartik, Simply try this: $first = $second = ...READ MORE
This is my code: function generate(count) { ...READ MORE
Hello @kartik, Try this php code. <?PHP function getUserIP() { ...READ MORE
Hello @kartik, Use array_unique(): Example: $array = array(1, 2, 2, 3); $array ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Hello @kartik, Another option is to explicitly mark ...READ MORE
Hello @kartik, You can convert the PHP object ...READ MORE
Hello @kartik, You can also use json_encode for ...READ MORE
Hello @kartik, Here is the way I do ...READ MORE
Views.py File def index(request): allProds ...READ MORE
Hello @kartik, Currently you have to use two ...READ MORE
Hello, Try: $result = curl_exec($cURL); $result = json_decode($result,true); Now you can ...READ MORE
Hello, You are looking for the extends keyword: Interface IFoo extends ...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
Hello @kartik, You need to use the -p flag to ...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.