[PHP] php converts \ to \\, how can I stop that

2002-05-03 Thread Mikael Syska

I have made a phpscript to register all things on a computer, and then it 
stores the information in a database, but php converts \\CADS1\HP2100PCL to 
CADS1\\HP2100PCL how can I force PHP to not do that cause CADS1
\\HP2100PCL aint a right address for a printer, cause there are too many 
\\, hope the are someone that can help me.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] php converts \ to \\, how can I stop that

2002-05-03 Thread Mikael Syska

[EMAIL PROTECTED] (Jason Wong) wrote in news:php.general-95846
@news.php.net:

 stripslashes()

thanks, now it works

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] php converts \ to \\, how can I stop that

2002-05-03 Thread Mikael Syska

[EMAIL PROTECTED] (Jason Wong) wrote in news:php.general-95848
@news.php.net:

 @news.php.net:
  stripslashes()

 thanks, now it works
 
 Do read up on /why/ you need it.
 

ohhh, what do u mean???

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Witch var is the biggest and the lowest

2002-05-03 Thread Mikael Syska

i have 10 vars, and I would like to have them posted, so the higest is 
first and the second highest etc.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php