Grabbing Values From an Array for Posting
I have a grid array that I am using with a form that when it hits the currently named test.php it lo
What are causes of a connection-timeout with fopen()?
Hello! Here is the situation: The server I host my website on just upgraded it's PHP build from 4.4.
Check Digits and extracting digits
I think I can figure out the code for this but I am having a very hard time getting past the first s
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of t
insert Multiple rows into the table from that table data
Hi All,
I have a requirement like to insert mulitple rows into the table from that
Is there a quick way to do this?
Hi all,
I need to create a mysql table from php that goes a little something like this
Coefficient of a Restitution Hints
Hello. I was wondering if anyone can give me hints on how to write this program...
The coeffi
php call servlet
I have done a php backup application .
So there is a form that user pick some files to zip and d
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b