SESSION question
I am building an application , a directory for auctions.
For SEO i made a script which copies a p
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there
Stuck with preg_replace
Hi,
I'm trying to use preg_replace to remove part of the IP address submitted using a form on
Had a simple form script that suddenly stopped working
It was made about a year ago and had been working fine. Last time it was known to work for sure was
Sort a two dimensional array.
Hi. I've set up a two dimensional array that reads as follows:
Code: $modifiedData = array(
Multiple Dropdown Selections
I have a form that let's a user insert a page with the ability to select categories. I want them to
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
Getting Subdomain Name With PHP?
I want to grab the subdomain name with PHP so I can generate database queries.
for example my
Reduce redundancies in switch functions?
Hello all! I somewhat new to PHP, and was wondering if anyone could give some suggestions on a swit