View Single Post
Old 12-06-2007, 07:38 PM   #20 (permalink)
WinSrev
The Acquainted
Inquisitive 
 
WinSrev's Avatar
 
Join Date: Sep 2007
Posts: 133
Thanks: 6
WinSrev is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
One or two questions, WinSrev.

php Code:
if(!empty($hostName))

Surely that variable will also be empty as it's not being set anywhere - unless I'm overlooking something.

Also, you may wish to use preg_match as opposed to the ereg_*/eregi_* function set as the former is faster, and they're removing the latter from PHP 6.
More than likely, although, i may take another look at it and rewrite it. I'll be sure to post the updated version
Send a message via ICQ to WinSrev
WinSrev is offline  
Reply With Quote