questions/web-development/php
Hello @kartik, Carry out these usual checks: Make sure session_start(); is ...READ MORE
Hello @kartik, Laravel 5.7 introduced the following functionality: Auth::routes(['register' ...READ MORE
Hello @kartik, The user-contributed section in the manual ...READ MORE
Hello @kartik, You can Zip a whole folder using ...READ MORE
Hello @kartik, Try this: {% if var == constant('Namespace\\Entity::TYPE_PERSON') ...READ MORE
Hello @kartik, Enclose any string to be passed ...READ MORE
Hello @kartik, Try this: SELECT * INTO OUTFILE "c:/mydata.csv" FIELDS ...READ MORE
Hello @kartik, You can write following codes to ...READ MORE
Hello @kartik, Your MySQL binaries should be somewhere ...READ MORE
Hello @kartik, You need to use the -p flag to ...READ MORE
Hello @kartik, You are getting this constraint check ...READ MORE
Hello @kartik, A MySQL MyISAM table is the ...READ MORE
Hello @kartik, If you're already logged into the ...READ MORE
Hello @kartik, You should probably use pymysql - Pure Python ...READ MORE
Hello @kartik, you can do SELECT STR_TO_DATE(yourdatefield, '%m/%d/%Y') FROM ...READ MORE
Hello @kartik, Try this: select * from information_schema.columns where table_schema ...READ MORE
Hello @kartik, From the mysql console: mysql> use DATABASE_NAME; mysql> ...READ MORE
Hello @kartik, Use JSON.parse function isJson(str) { ...READ MORE
Hello @kartik, Try this: DATE_FORMAT(FROM_UNIXTIME(`user.registration`), '%e %b %Y') AS ...READ MORE
Hello @kartik, To directly login to a remote ...READ MORE
Hello @kartik, You need to set the password ...READ MORE
Hello @kartik, Try this: ALTER TABLE document MODIFY COLUMN ...READ MORE
Hello @kartik, Try this: UPDATE business AS b INNER JOIN ...READ MORE
Hello @kartik, Setting the bind-address to the server's network IP ...READ MORE
Hello @kartik, If empName is a VARCHAR(50) column: ALTER ...READ MORE
Hello @kartik, To see the index for a ...READ MORE
Hello @kartik, You can do with the --no-data option with ...READ MORE
Hello @kartik, It should be as simple as ...READ MORE
Hello @kartik, You cannot TRUNCATE a table that has FK ...READ MORE
Hello @kartik, Use this: ALTER TABLE `votes` ADD UNIQUE ...READ MORE
Hello @kartik, In version 5.6.5, it is possible ...READ MORE
Hello @kartik, You can use this query to ...READ MORE
Hello @kartik, Using this command columns names will ...READ MORE
Hello @kartik, You can reset the counter with: ALTER ...READ MORE
Hello @kartik, Use this query: SELECT User FROM mysql.user; Which ...READ MORE
To resolve the "failed to download laravel/laravel ...READ MORE
Hello @kartik, Try this code below: <?php if (has_post_thumbnail( $post->ID ...READ MORE
Hello @kartik, You can use the following approach. $data ...READ MORE
Hello @kartik, Do the following: foreach ($fields as $key ...READ MORE
Hello @kartik, You can use this function: function str_lreplace($search, ...READ MORE
Hello @ Regina, First checks whether a variable is ...READ MORE
Hello @kartik, Try this way: $memcachedConfig = array("host" => ...READ MORE
Hello @kartik, You need ImageMagick and GhostScript <?php $im = new imagick('file.pdf[0]'); $im->setImageFormat('jpg'); header('Content-Type: image/jpeg'); echo ...READ MORE
Hello @kartik, You can use the parse_url() and parse_str() for that. $parts = ...READ MORE
Hello @kartik, The naming is not all that ...READ MORE
Hello @kartik, To install SOAP in PHP-7 run ...READ MORE
Hello @aakash, You are not sending the variable ...READ MORE
Hello @viven , This should be a simple fix ...READ MORE
Hello @kartik, Open command prompt in the root ...READ MORE
Hello @kartik, Firstly create an object, Then set ...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.