questions/web-development/page/67
Hello @kartik, Use this: // set up let start = ...READ MORE
Hello, Route::getRoutes() returns a RouteCollection. On each element, you can ...READ MORE
Hello @kartik, Just use: app.use('/favicon.ico', express.static('images/favicon.ico')); OR In express: //you probably ...READ MORE
Hello @kartik, add <meta> tag with the token to the ...READ MORE
Hello @kartik, Use the following code: $('.modal').modal('hide'); Also if you ...READ MORE
Hello @kartik, When you define this route: Route::get('events/{id}/remind', [ 'as' ...READ MORE
Hello @kartik, CURL-less method with PHP5: $url = 'http://server.com/path'; $data ...READ MORE
Yes good i like it so nice ...READ MORE
Hello @kartik, The two files you need are ...READ MORE
Hello @kartik, Your syntax is incorrect, you should ...READ MORE
Hello @kartik, This is how you do it: set_error_handler(function($errorType){ ...READ MORE
Hello, If you place database config on the database.php file, ...READ MORE
Hello @kartik, Use a JOIN in the DELETE statement. DELETE p, pa ...READ MORE
Hello @kartik, Use the php_sapi_name() function. if (php_sapi_name() == "cli") { ...READ MORE
Hello @kartik, Use this: var http = require('http'); var options ...READ MORE
Hello @kartik, Try: if ($('#element').is(':empty')){ //do something } If you ...READ MORE
Hello @kartik, php_value upload_max_filesize 30M is correct. You will have ...READ MORE
The PHP and the HTML should each ...READ MORE
Hello @kartik, You cannot check it from the ...READ MORE
Hello Kartik, Use this command : npm install ...READ MORE
Hello @kartik, This is simple you just need change ...READ MORE
Hello @kartik, You can write following codes to ...READ MORE
Hello @kartik, Go to Tools->Plugins. In the Settings tab ensure that the ...READ MORE
Hello @kartik, You need module.exports: An object which is shared ...READ MORE
Hello @kartik, Use this code: function post_without_wait($url, $params) { ...READ MORE
Laravel reverse routing is generating URL's based ...READ MORE
Hello @kartik, If you put an Iframe in ...READ MORE
Use two blade page,one for create and other ...READ MORE
Hello @kartik, Run: yarn cache clean. Hope it helps!! Thank you! ...READ MORE
Hello @kartik, Give your img tag an id, ...READ MORE
Hello @kartik, This error occurs when you attempt ...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, Use: bool is_a ( object $object ...READ MORE
Hello @kartik, Here is the way I do ...READ MORE
Hello @kartik, You can run individual script entries ...READ MORE
Hello @kartik, __CLASS__ always returns the name of the ...READ MORE
Hello @kartik, You can convert the PHP object ...READ MORE
Hello @kartik, The following function will return an ...READ MORE
Hello @kartik, Replace < with < and& ...READ MORE
Hello @kartik, There's a lot of ways. The ...READ MORE
Hello, you can register the following code at Application ...READ MORE
Hello @kartik, Attach a click event to the ...READ MORE
Hello @kartik, I think you can use the ...READ MORE
Hello @kartik, Run following command in your project's ...READ MORE
Hello @kartik, You would use indexOf like this: if(window.location.href.indexOf("franky") != -1){....} Also ...READ MORE
Hello @kartik, You can use basename() and $_SERVER['PHP_SELF'] to get current page ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Simply, $source = 'Source_file_location' ...READ MORE
Hello @kartik, Try the below steps: edit app/config/config.yml then go to assetic: under ...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.