Spaghetti Code
So.
I've pretty much reached the point where I have so many isset s on one page that I can't
php code to accept and delete incoming data
Using following HTML Code please show me how to write PHP code to accept and delete the incoming dat
Sessions Value Not Saved
Hi,
Im making a login form and im using this code:
Code: if($login=="true"){
How would I do "Users not logged in since *** delete them"
I know how I would set this up, and delete the user roughly.
I'll create a table called "Use
Losing 'page' data
I have this code that allows me to update my database. But after updating, I lose the $_GET['page']
MySQL Primary key gap
Alright, so I have a table with 26 entries in it (id, filename, caption) for my image randomiser (ht
mail() problem
Hi Guys,
I've set up a contact email form. It sends the information fine, but it sends it to
Load Animated Image while cache is serve
I have a page that loads up using cache and took about 1 to 2 minutes before it loads to the page. <
preg_replace question
Hello!!
I hope someone can help me with preg_replace.
I load two tables from an extern
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?