questions/web-development/php
In essence, I used JavaScript to generate ...READ MORE
How can I add all the columnar ...READ MORE
My client point of sale (POS) systems ...READ MORE
Hello @kartik 1.) Download PHPMailer, open the zip file ...READ MORE
Is it possible to merge multiple pdf ...READ MORE
In order to limit the impact of ...READ MORE
In project of PHPOffice there are two projects associated ...READ MORE
I created a table using the BLOB column ...READ MORE
I have tried to use exec() with 'whoami' to check if ...READ MORE
Hello @kartik, You could use the copy() function : // Will ...READ MORE
One of the plugins I looked for ...READ MORE
Hello @kartik, php_value upload_max_filesize 30M is correct. You will have ...READ MORE
Hello @kartik, CREATE TABLE your_table (some_id int, your_column ...READ MORE
To solve your doubt, use the following ...READ MORE
I am working on a function that ...READ MORE
Hello, You can checkout if it's a search ...READ MORE
Please give some idea. how to solve ...READ MORE
Can someone please guide me on how ...READ MORE
Hello @kartik, ou can use php_ini_loaded_file() Taken from php.net: $inipath = ...READ MORE
Hello @kartik, Try: mysql -u username -p database_name < ...READ MORE
My client need a system report of ...READ MORE
I am creating a student management program ...READ MORE
Hello @kartik, Try: cat filename.sql | mysql -u username ...READ MORE
Hii @kartik, Use the session_set_cookie_params funciton to set the session. If necessary call this function ...READ MORE
I am getting this error : PHP Notice: ...READ MORE
Hello @kartik, This removes duplicates in place, without ...READ MORE
Hello, To turn the actual display of errors ...READ MORE
I have an array of the following: function ...READ MORE
Hello @kartik, Using password_hash is the recommended way to store ...READ MORE
Hello @kartik, A MySQL MyISAM table is the ...READ MORE
Hello @kartik, Setting the bind-address to the server's network IP ...READ MORE
Hello @kartik, There is now a php artisan view:clear command ...READ MORE
To generate optimized source code with or ...READ MORE
Hello @kartik, Create a new file in your ...READ MORE
Hello, Try this: <?php ob_start(); ?> <xml/> <?php $xml = ob_get_clean(); ...READ MORE
I have to build a PHP page ...READ MORE
Hello @kartik, You can use the PHP function ...READ MORE
Hello @kartik, Replace TYPE=MyISAM with ENGINE=MyISAM The problem was "TYPE=MyISAM" which should ...READ MORE
Hello @kartik, Try this code : // Create an ...READ MORE
In order to include a specific file ...READ MORE
In order to make database interaction simpler, ...READ MORE
I have a php form like this. <form ...READ MORE
Hello @kartik, You can instruct curl to use ...READ MORE
The strtotime() function user manual doesn't give ...READ MORE
I want to decode a JSON string ...READ MORE
Increasing the PHP memory limit as an ...READ MORE
Hello @kartik, The best way to save data ...READ MORE
Hello @kartik, It should be as simple as ...READ MORE
Hello kartik, MySQL is the most popular database ...READ MORE
Hello @aakash, You are not sending the variable ...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.