[PHP] Socks Scripting

2002-05-25 Thread chris reeper
Hi, Is there any good info out there on how to connect to socks servers via php. Trying to redo the backend of my site to access a mysql database thats on the other side of socks5 server. ? -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] Defining Variables to use with a Function

2002-05-24 Thread chris reeper
t; } > > Best Regards, > Patrick Lynch. > > Optip Ltd, Internet & Mobile Development > Co. Clare, Ireland. > http://www.optip.com/ > > > > -Original Message- > From: chris reeper [mailto:[EMAIL PROTECTED]] > Sent: 24

[PHP] Defining Variables to use with a Function

2002-05-24 Thread chris reeper
Hi how can i set a variable defining an email address in this function ? Function SetTo($to) { if (strlen($to)<=0) return $this->Error(1, '"to" too short'); if (strlen($to)>=129) return $this->Error(1, '"to" too long'); $this-