Hello Dominique,

Thursday, February 19, 2004, 5:49:43 PM, you wrote:

DA> how can i put the character \ in a variable ?
DA> I've done the code below but errors occurs :
DA> $barre_oblique = "\";
DA> Parse error: parse error, unexpected T_STRING
DA> Please help !!!!

$barre_oblique = "\\";

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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

Reply via email to