Hi all:
Iam trying to generate a string which contain real
path to a perticular folder to copy the uploaded file
I might move this application to client machine, so i
decised to generate the string dynamically
when i try to concatnate the realpath() value and the
destination path like this
$real_Path=realpath("../../Index.php");
$real_path= $real_path."\defaultFolder\SubFolder\";
it generate an error, I don't know how to escape/padd
for this "" and \ charectors. I hope you guys can help
me to solve this issue
  I really appreciate your help
   Thanks
  Prad

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

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

Reply via email to