View Single Post
Old 12-19-2006, 12:57 PM   · #7
Noobie
DNOA Member
 
Noobie's Avatar
 
Name: Shoei
Location: Montreal, Quebec, Canada
Trader Rating: (0)
Join Date: Feb 2006
Posts: 324
NP$: 65.00 (Donate)
Noobie is on a distinguished road
Just a recommendation

PHP Code:
function servercheck($server,$port){
        
//Check that the port value is not empty
        
if(empty($port)){
            
$port=80;
        }
        
//Check that the server value is not empty
        
if(empty($server)){
            
$server='localhost';
        }


Can be
PHP Code:
function servercheck($server="localhost",$port="80")


Please register or log-in into NamePros to hide ads
__________________
Goldkey.com is a scam
What's your BMI? | Timestamp Generator
Noobie is offline   Reply With Quote
Site Sponsors
Exdon YUPPADS Hunting Moon
Advertise your business at NamePros
All times are GMT -7. The time now is 01:55 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.