questions/web-development/page/59
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, Running php -m will give you all the ...READ MORE
Hello @kartik, My guess is that you're serving ...READ MORE
Hello @kartik, try this. selectChildren(data, $event) { ...READ MORE
Hello @kartik, The jQuery constructor accepts a 2nd ...READ MORE
Hello @kartik, Using JavaScript code you can do it ...READ MORE
Hello @kartik, This removes duplicates in place, without ...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, Using javascript: var initTopPosition= $('#myElementToStick').offset().top; ...READ MORE
Hello @kartik, Use this query: SELECT User FROM mysql.user; Which ...READ MORE
Hello @Alisha, Try to work using the model ...READ MORE
Hello @kartik, Laravel has inbuilt support for multiple ...READ MORE
Hello @kartik, You can get the size of ...READ MORE
Hello @kartik, To collect all item of an array ...READ MORE
Hello @kartik, Since you've mentioned Express.js in your ...READ MORE
Hey, First check if your model login has a field password in ...READ MORE
Hello @kartik, Try-Username: root Password: (No password set). Sometimes it doesn't ...READ MORE
Hello @kartik, Try adding this line .htaccess: php_flag display_startup_errors ...READ MORE
Hello @kartik, I use Privoxy and cURL to scrape Tor ...READ MORE
Hello @kartik, A MySQL MyISAM table is the ...READ MORE
Hello @kartik, If you pass the JSON in ...READ MORE
Hello @kartik, The command is simply: npm uninstall ...READ MORE
Hii, In your line: $(this).attr('data-url',value.url); are you sure this refers to the ...READ MORE
Hello @kartik, Change your syntax because it was invalid. Updated syntax: $purchaseOrder = ...READ MORE
Hello @kartik, Don't pass the files into the ...READ MORE
Hello @kartik, The checked property of a checkbox DOM element ...READ MORE
Hello @kartik, The user-contributed section in the manual ...READ MORE
The main reason as to why JS ...READ MORE
Hello @kartik, Node.js is a platform built on ...READ MORE
Hello, Here is a code sample of a good ...READ MORE
Hello, Step 1: Go to the phpMyAdmin website, download the latest ...READ MORE
Hello @kartik, Put anything into an array using ...READ MORE
Hello @kartik, Use AJAX to update the view: $(document).ready(function() { ...READ MORE
Hello @kartik, To copy HTML , you can ...READ MORE
Hello @kartik, Setting the bind-address to the server's network IP ...READ MORE
Hello @kartik, As an alternative to regular expressions ...READ MORE
Hello @kartik, A lesser known trick is that ...READ MORE
Hello @kartik, Use this: DESCRIBE table; You can also use SHOW ...READ MORE
Hello @kartik, Find the index of the array element you ...READ MORE
Hello @kartik, Multiple files can be selected and ...READ MORE
Hello, you can try $("#deliveryNext").is(":disabled") The following code works for ...READ MORE
Hello @kartik You can import dumps in Laravel ...READ MORE
Hello @kartik, It should be as simple as ...READ MORE
Hello @kartik, you can do this: fs.readFile(path.resolve(__dirname, 'settings.json'), 'UTF-8', ...READ MORE
Hi, I know it's pretty late to ...READ MORE
Hello @kartik, You can use this query 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.