questions/web-development/php/page/17
Hello @kartik, You need to change some setting ...READ MORE
Hello, It's the "null coalescing operator", added in ...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, Try: cat filename.sql | mysql -u username ...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, CREATE TABLE your_table (some_id int, your_column ...READ MORE
Hello @kartik, This removes duplicates in place, without ...READ MORE
Hello @kartik, Use this query: SELECT User FROM mysql.user; Which ...READ MORE
Hello @kartik, Running php -m will give you all the ...READ MORE
Hello @kartik, I use Privoxy and cURL to scrape Tor ...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, 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, A MySQL MyISAM table is the ...READ MORE
Hello @kartik, If you pass the JSON in ...READ MORE
Hello @kartik, The user-contributed section in the manual ...READ MORE
Hello, Here is a code sample of a good ...READ MORE
Hello @kartik, Setting the bind-address to the server's network IP ...READ MORE
Hello @kartik, A lesser known trick is that ...READ MORE
Hello @kartik, Find the index of the array element you ...READ MORE
Hello @kartik, Use this: DESCRIBE table; You can also use SHOW ...READ MORE
Hello @kartik, Laravel 419 post error is usually ...READ MORE
Hello @kartik, Multiple files can be selected and ...READ MORE
Hello @kartik, It should be as simple as ...READ MORE
Hello @kartik, You can use this query to ...READ MORE
Hello @kartik, You should probably use pymysql - Pure Python ...READ MORE
Hello, Try to display the website first on ...READ MORE
Hey, The way by which PHP can assign ...READ MORE
Hello @kartik, Instead of method: "post" you need to use type: ...READ MORE
Hello @kartik, From the mysql console: mysql> use DATABASE_NAME; mysql> ...READ MORE
Hello @kartik, What you need to do is ...READ MORE
Hello @aakash, You are not sending the variable ...READ MORE
Hello @kartik, You can reset the counter with: ALTER ...READ MORE
Hello @kartik, You can use the parse_url() and parse_str() for that. $parts = ...READ MORE
Hello, niroj. Here is my idea session_start(); $_SESSION['USERNAME'] ...READ MORE
Hello @kartik, We setup wildcard DNS like they ...READ MORE
Hello, Prior to PHP 7 type hinting can only be ...READ MORE
Hello @kartik, Use the toSql() method on a QueryBuilder instance. DB::table('users')->toSql() would return: select * ...READ MORE
Hello kartik, Use session_id(), it returns an empty string ...READ MORE
Hello @kartik, This should work in SQL Server: update ...READ MORE
Hello, To convert a date retrieved from MySQL ...READ MORE
Hello @kartik, In SQL Server, use MERGE MERGE INTO YourTable ...READ MORE
Hello, You can use TestCase instead PHPUnit_Framework_TestCase // use the following namespace use ...READ MORE
Hello @kartik, No. That will drop the table only ...READ MORE
Hello @kartik, From your description of being redirected ...READ MORE
Hello @kartik, The permissions for the storage and vendor folders should stay ...READ MORE
Hello @kartik, It is actually a permission issue. ...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.