12-22-2005, 01:10 AM
|
|
|
Registered User
Join Date: Nov 2005
Posts: 17
|
Quote:
|
Originally Posted by bangman
I know very little PHP, but from what I understand this is the correct structure:
PHP Code:
if (something happens)
{
Do this
}
else
{
Do that
}
}
Though I have no idea how you would go about checking for a timeout etc
|

|
|
|