questions/web-development/page/54
Hello @kartik, Your syntax is incorrect, you should ...READ MORE
Hello @kartik, Use the php_sapi_name() function. if (php_sapi_name() == "cli") { ...READ MORE
Hello @kartik, Go to Tools->Plugins. In the Settings tab ensure that the ...READ MORE
Hello @kartik, Use this: var http = require('http'); var options ...READ MORE
Hello @kartik, The two files you need are ...READ MORE
Hello @kartik, You need module.exports: An object which is shared ...READ MORE
Hello @kartik, Use a JOIN in the DELETE statement. DELETE p, pa ...READ MORE
Hello @kartik, Use the following code: $('.modal').modal('hide'); Also if you ...READ MORE
Hello @kartik, Looks like your buttons are not ...READ MORE
Hello @kartik, Run: yarn cache clean. Hope it helps!! Thank you! ...READ MORE
Hello @kartik, set MAIL_ENCRYPTION= in .env file. and it worked fine ...READ MORE
Hello @kartik, It works both ways - you ...READ MORE
Hello @kartik, If you put an Iframe in ...READ MORE
Hello @kartik, Use this code: function post_without_wait($url, $params) { ...READ MORE
Hello @kartik, Just use: app.use('/favicon.ico', express.static('images/favicon.ico')); OR In express: //you probably ...READ MORE
Hello @kartik, You can run individual script entries ...READ MORE
Hello @kartik, php_value upload_max_filesize 30M is correct. You will have ...READ MORE
Hello @kartik, Use: bool is_a ( object $object ...READ MORE
Hello @kartik, You can write following codes to ...READ MORE
Hello @kartik, This is simple you just need change ...READ MORE
Hello @kartik, You cannot check it from the ...READ MORE
Hello @kartik, __CLASS__ always returns the name of the ...READ MORE
Hello @kartik, This error occurs when you attempt ...READ MORE
Hello @kartik, The following function will return an ...READ MORE
Hello @kartik, There's a lot of ways. The ...READ MORE
Hello @kartik, Try the below steps: edit app/config/config.yml then go to assetic: under ...READ MORE
Hello @kartik, Give your img tag an id, ...READ MORE
Hello @kartik, Replace < with < and& ...READ MORE
The PHP and the HTML should each ...READ MORE
Use two blade page,one for create and other ...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, Use this: function is_touch_device() { ...READ MORE
Hello @kartik, Run following command in your project's ...READ MORE
Hello @kartik, Here is a sample code: <?php $sql="select ...READ MORE
Hello Kartik, Use this command : npm install ...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, Attach a click event to the ...READ MORE
Hello @kartik, Simply try this: $first = $second = ...READ MORE
Hello @kartik, Try: if ($('#element').is(':empty')){ //do something } If you ...READ MORE
Hello @kartik, Try this php code. <?PHP function getUserIP() { ...READ MORE
This is my code: function generate(count) { ...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
Laravel reverse routing is generating URL's based ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Views.py File def index(request): allProds ...READ MORE
Hello @kartik, Currently you have to use two ...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.