Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
How many users online in the last 24-hours using time()?
I'm fairly new to PHP. I have a MySQL table called 'users' and a field called 'loggedin' which is in
Reg Ex
Im trying to search for the string: srv_9 (Dead ???)
I thought to use preg_match, however I d
Posting Serialized Data Not Working
I am trying to send an object from one PHP file to another using POST. I serialize the object and th
array ...
hi
Code: function formatCategories($categories, $parentId)
{
// $navCat stores all child
cURL Upload Help
OK, I am creating a bridge from a local program to my website and I am trying to find the best way t
INSERT for date range
Hi all
I have the following table
Code: [Select] `date` date
`day` int(2)
`
PHP - HTML
Could anyone give me some GOOD sample links for php - html email tutorial.
Thanks!
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
Why Are These Functions Causing MASSIVE Memory Problems? Please Help!
Hi,
I have a script with some options.
I use regex to replace patterns in strings, but