questions/web-development/page/67
Hello @kartik, If your whole JavaScript code gets ...READ MORE
Hello @kartik, The two files you need are ...READ MORE
Yes good i like it so nice ...READ MORE
Hello @kartik, Use the php_sapi_name() function. if (php_sapi_name() == "cli") { ...READ MORE
Hello @kartik, add <meta> tag with the token to the ...READ MORE
Hello @kartik, When you define this route: Route::get('events/{id}/remind', [ 'as' ...READ MORE
I have a button in my webpage ...READ MORE
Hello, Route::getRoutes() returns a RouteCollection. On each element, you can ...READ MORE
Hello @kartik, Use a JOIN in the DELETE statement. DELETE p, pa ...READ MORE
Hello @kartik, Here is the way I do ...READ MORE
Laravel reverse routing is generating URL's based ...READ MORE
Use two blade page,one for create and other ...READ MORE
The PHP and the HTML should each ...READ MORE
Hello @kartik, This is simple you just need change ...READ MORE
Hello @kartik, This is how you do it: set_error_handler(function($errorType){ ...READ MORE
Hello @kartik, Use this code: function post_without_wait($url, $params) { ...READ MORE
Hello @kartik, You cannot check it from the ...READ MORE
Hello @kartik, Use this: var http = require('http'); var options ...READ MORE
A designer designs the web pages and ...READ MORE
Hello @kartik, Give your img tag an id, ...READ MORE
Hello, If you place database config on the database.php file, ...READ MORE
Hello @kartik, You can write following codes to ...READ MORE
Hello @kartik, This error occurs when you attempt ...READ MORE
Hello @kartik, Run: yarn cache clean. Hope it helps!! Thank you! ...READ MORE
Simply, $source = 'Source_file_location' ...READ MORE
Hello @kartik, Go to Tools->Plugins. In the Settings tab ensure that the ...READ MORE
Hello @kartik, php_value upload_max_filesize 30M is correct. You will have ...READ MORE
Hello @kartik, You can convert the PHP object ...READ MORE
Hello @kartik, Attach a click event to the ...READ MORE
Hello kartik, You can use the following command ...READ MORE
Hello @kartik, It works both ways - you ...READ MORE
Hello @kartik, You need module.exports: An object which is shared ...READ MORE
Hello @kartik, You can use basename() and $_SERVER['PHP_SELF'] to get current page ...READ MORE
Hello @kartik, If you put an Iframe in ...READ MORE
Hello @kartik, You would use indexOf like this: if(window.location.href.indexOf("franky") != -1){....} Also ...READ MORE
Hello @kartik, __CLASS__ always returns the name of the ...READ MORE
Hello @kartik, You can run individual script entries ...READ MORE
Hello, you can register the following code at Application ...READ MORE
Hello @kartik, Use: bool is_a ( object $object ...READ MORE
Hello @kartik, With hidden field you need to ...READ MORE
Hello @kartik, The following function will return an ...READ MORE
Hello @kartik, set MAIL_ENCRYPTION= in .env file. and it worked fine ...READ MORE
Hello @kartik, Replace < with < and& ...READ MORE
Hello @kartik, I think you can use the ...READ MORE
Hello @kartik, Run following command in your project's ...READ MORE
Hello @viven , This should be a simple fix ...READ MORE
Hello @kartik< For the record, to force angular ...READ MORE
Hello @kartik, There's a lot of ways. The ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Hello @kartik, Here is a sample code: <?php $sql="select ...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.