How to add 1 month to a MySQL TIMESTAMP in PHP
I am trying to create a database table to store a subscription and expiration date. I added the subscription date in my ...
Latest news, tutorials, and updates from the PHP community
6993 articles available
I am trying to create a database table to store a subscription and expiration date. I added the subscription date in my ...
I have a php script that I want to be run using a bash script, so I can use Cron to run the php script every minute or s...
I am using TCPDF to convert html to pdf format. I am passing a string into the php script to be set as my header. I am h...
I want to integrate antivirus plugin in my code ( To check the files when users are uploading or downloading, Like yahoo...
I am using the following code to convert a date in the format `mm/dd/yy` to show `November, 19, 2008` [Code Block] In my...
What is the best way to have a calendar on my website for client scheduling. Do i basically hard code a php app or is th...
I have the following script which is good IMO for returning many rows from the database because of the "foreach" section...
I have a form (HTML, PHP) that lets the end user upload a file to update the database (MySQL) with the records in the up...
Is there a quick way to combine one arrays values as the other array's keys? Input: [Code Block] Expected output: [Code ...
I am using this awesome code from @Richard aka cyberkiwi to run a query (it returns the sum of `value` for each month, f...
I am a beginner with CodeIgniter still struggling to get a complete grasp on how to use the MVC ideology most cleanly. I...
Is there any way to include a variable into a prepared query? example: [Code Block]
Showing 6505 to 6516 of 6993 articles