How to refresh a parent page from a modal popup
Hi,I have a modal popup in which I need to upload a file and store in the database should give a mes
Mysterious Timeouts
I've deployed a few simple AJAX-enabled web page to a local server that is accessed through the Inte
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
unexpected T_VARIABLE error
Hey all! I'm getting an unexpected T_VARIABLE with the following function:
function getHighes
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
Question about the upload of large files
Hi there,
I have a question about the upload of large files, like videos (files generally abo
socket makes browser hang...
I have a socket server, and I am having a problem at the moment...
A browser sends a http hea
I have a parse error in this query help..
Code: $query1="INSERT INTO `rating` (`item_name`, `rating`, `ip_address`, `date_rated`) VALUES
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?