Marcelo asked:
I have a php page on my server that does some databes tasks. I need that page to be run every 5 or 10 minutes, how can i get the server to do it?
Tags:
Php Script,
Php Server
Anonymous asked:
I have a php script. There is a variable which gets bigger and bigger until I get an error. This error happens when I do something like $variable = $variable.$othervariable. I would like to know the values of $variable and $othervariable exactly in the moment I get the error. Is there a way to do this?
Tags:
Error Message,
Php Script
jeramie asked:
What is the best PHP script available for calenders that allows anyone and everyone to post an upcoming event on it. Thanks!
Tags:
Calendars,
Calenders,
Php Script
Briterican asked:
On my website, A user enters information for a product, and that information is sent to my database. I want to also create a page for that product that other people can then view. I’m assuming creation of the file would happen in the PHP script before sending the information, so that the link to the page can also be sent to the server.
Tags:
Html Webpages,
Php Script,
Php Website
Sporadical asked:
Two fsockopens() in a single script uncontrolled by classes is tedious to maintain and doesn’t work very well. Then, is there a class that would allow my PHP client script to connect to different servers concurrently and handle the connections for each (supporting fwrite, etc.?)
Tags:
Concurrent Connections,
Php Script,
Servers