Posted by alexandre.suc on 09/01/06 15:37
Thank you for your answer,
Just for your information, i've read the doc but as i'm just beginning
with php i don't understand everything as soon as i read the doc, sorry
for this.
Anyway, i still don't understand because if my variable stores the
result of the system output for me there's no difference with a text
string.
let's imagine the result of the ls command is "myfile.php", then what
is the difference between :
$brut = system('ls')
and
$brut = "myfile.ph"
I imagine it's easy for you but i can assure you that i've read the doc
and it still doesn't make sense for me.
[Back to original message]
|