questions/web-development/page/55
Hello @kartik, The following should help realpath — Returns canonicalized ...READ MORE
Hello @kartik, Try this: function delete_cookie( name, path, domain ...READ MORE
Hello @Bruceoxenford, Many uber clone scripts were developed ...READ MORE
Hello @kartik, Try to overwrite the save() method ...READ MORE
Hello @kartik, Use this: var rates = document.getElementById('rates').value; The rates ...READ MORE
Hello @kartik, Use the basename method of the path module: path.basename('/foo/bar/baz/asdf/quux.html') // returns 'quux.html' If you ...READ MORE
Hello @kartik, I probably wouldn't bind the data as it's ...READ MORE
Hello @kartik, The method setState() takes a callback. And ...READ MORE
Hello @kartik, Use COALESCE: DECLARE @Names VARCHAR(8000) SELECT @Names = ...READ MORE
Hello @kartik, The following enables all errors: ini_set('display_startup_errors', 1); ini_set('display_errors', ...READ MORE
Hello @kartik, Use request()->ip(). Since Laravel 5 it's advised/good practice ...READ MORE
Hello @Ava, Try this this.router.events.filter((event: any) => event instanceof ...READ MORE
Hello @kartik, You can bypass https using below ...READ MORE
Hello @kartik, By adding a callback argument, you ...READ MORE
Hello @kartik, You need to change some setting ...READ MORE
I am unable to send emails from ...READ MORE
Hello @ Arpit In JavaScript, everything is 'truthy' or ...READ MORE
Hello @kartik, You can pass data to the ...READ MORE
Hello @kartik, In Laravel 5 you can catch ...READ MORE
Hello @Kartik, Simply use classList.contains(): if (document.body.classList.contains('thatClass')) { ...READ MORE
Hello @kartik, Try to use the following: \Request::getRequestUri() Hope this ...READ MORE
Hello @kartik, Use: window.location.href As noted in the comments, ...READ MORE
Hello @kartik, If you don't feel like iterating, ...READ MORE
Hello @kartik, You require any js file,so you just ...READ MORE
Hello @kartik, Try: mysql -u username -p database_name < ...READ MORE
Hello @kartik, You can use the following approach. $data ...READ MORE
Hello @kartik, Running php -m will give you all the ...READ MORE
Hello @kartik, Use the following code: ini_set("log_errors", 1); ini_set("error_log", "/tmp/php-error.log"); error_log( ...READ MORE
Hello @kartik, Any Error object has a stack member that traps the ...READ MORE
Hello, It's the "null coalescing operator", added in ...READ MORE
Hello @kartik, Try: cat filename.sql | mysql -u username ...READ MORE
Hello @kartik, Using JavaScript code you can do it ...READ MORE
Hello @kartik, The jQuery constructor accepts a 2nd ...READ MORE
Hello @kartik, My guess is that you're serving ...READ MORE
Hello @kartik, try this. selectChildren(data, $event) { ...READ MORE
Hello @kartik, This removes duplicates in place, without ...READ MORE
Hello @kartik, Using javascript: var initTopPosition= $('#myElementToStick').offset().top; ...READ MORE
Hello @kartik, CREATE TABLE your_table (some_id int, your_column ...READ MORE
Hello @kartik, If you are using an SMTP ...READ MORE
Hello @kartik, Use this query: SELECT User FROM mysql.user; Which ...READ MORE
Hello @kartik, Laravel has inbuilt support for multiple ...READ MORE
Hello @kartik, You can get the size of ...READ MORE
Hello @Alisha, Try to work using the model ...READ MORE
Hello @kartik, Since you've mentioned Express.js in your ...READ MORE
Hello @kartik, To collect all item of an array ...READ MORE
Hey, First check if your model login has a field password in ...READ MORE
Hello @kartik, Try adding this line .htaccess: php_flag display_startup_errors ...READ MORE
Hello @kartik, A MySQL MyISAM table is the ...READ MORE
Hello @kartik, I use Privoxy and cURL to scrape Tor ...READ MORE
Hello @kartik, If you pass the JSON in ...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.