questions/web-development/php
Hello @kartik, Use this: $files = glob('path/to/temp/*'); // get ...READ MORE
In order to limit the impact of ...READ MORE
My client point of sale (POS) systems ...READ MORE
With the code below, I'm displaying data ...READ MORE
I have tried to use exec() with 'whoami' to check if ...READ MORE
Hello @kartik, Since the page that is sending ...READ MORE
I am working on a function that ...READ MORE
Hello @kartik, php_value upload_max_filesize 30M is correct. You will have ...READ MORE
Please give some idea. how to solve ...READ MORE
Hello @kartik, ou can use php_ini_loaded_file() Taken from php.net: $inipath = ...READ MORE
Hello @kartik 1.) Download PHPMailer, open the zip file ...READ MORE
Hello @kartik, You could use the copy() function : // Will ...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
My client need a system report of ...READ MORE
Can someone please guide me on how ...READ MORE
I am getting this error : PHP Notice: ...READ MORE
I have an array of the following: function ...READ MORE
Hello, You can checkout if it's a search ...READ MORE
Hello, To turn the actual display of errors ...READ MORE
Hello, niroj. Here is my idea session_start(); $_SESSION['USERNAME'] ...READ MORE
Hello @kartik, Try: mysql -u username -p database_name < ...READ MORE
Hello @kartik, CREATE TABLE your_table (some_id int, your_column ...READ MORE
Hello @kartik, Create a new file in your ...READ MORE
To generate optimized source code with or ...READ MORE
Hello @kartik, Setting the bind-address to the server's network IP ...READ MORE
In project of PHPOffice there are two projects associated ...READ MORE
In order to include a specific file ...READ MORE
Hello @kartik, This removes duplicates in place, without ...READ MORE
Hello @kartik, A MySQL MyISAM table is the ...READ MORE
Hello @kartik, Replace TYPE=MyISAM with ENGINE=MyISAM The problem was "TYPE=MyISAM" which should ...READ MORE
Hello @kartik, You can use the PHP function ...READ MORE
I am creating a student management program ...READ MORE
The strtotime() function user manual doesn't give ...READ MORE
To solve your doubt, use the following ...READ MORE
I have to build a PHP page ...READ MORE
Hello @kartik, There is now a php artisan view:clear command ...READ MORE
Hello, Try this: <?php ob_start(); ?> <xml/> <?php $xml = ob_get_clean(); ...READ MORE
I have a php form like this. <form ...READ MORE
Hello @kartik, The best way to save data ...READ MORE
Increasing the PHP memory limit as an ...READ MORE
Hello @kartik, You can instruct curl to use ...READ MORE
Hello @kartik, Using password_hash is the recommended way to store ...READ MORE
Because of object creation and instantiation, it ...READ MORE
In order to make database interaction simpler, ...READ MORE
The file_get_contents("php://input") or $HTTP_RAW_POST_DATA - which one ...READ MORE
Hello @kartik, Try this code : // Create an ...READ MORE
This is my image map: <map name="frozen"> ...READ MORE
Hello @kartik, Another option is to explicitly mark ...READ MORE
Hello @kartik, Use the toSql() method on a QueryBuilder instance. DB::table('users')->toSql() would return: select * ...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.