EXplanation help
Hey all,
I am still fairly new to PHP programming and I am trying to put together a page wher
generating random codes
Hi guys n gals,
I have a requirement to generate 250,000 unique codes...
These codes a
Dynamic Array using glob?
Is there an easier way to do this?
I am trying to get create a dyamic array based on files wi
Will an XHTML DOCTYPE interfere with my PHP if I'm not experienced enough?
I've read this article here: http://friendlybit.com/html/why-xhtml-is-a-bad-idea/
In a nutshe
Where do I put CRON code
So I've figured out alot about how to automatically run a php function. I can't figure out where to
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Problems with returning true or false in eval()'d code
Hi guys,
Would appreciate some help with a problem when running eval() on a function that sho
How to implement HTTP connection timeout
Hi All,I would like to implement an HTTP connection timeout.
I am working on a application wh
form problem
below in the form action, i've put "test.php?w=$sw&h=$sh" but when i input the for
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?