Greg-
Hey, thanks.
Yea I suppose I am relatively new to PHP, been working with for about
a year and a half now, so sometimes there are gaps in my knowledge,
like this one. I'm fairly good at different debugging techniques, but
I get this error when I run the script from the manual which is why
Jason Fb wrote:
$root_dir = "/Users/jason/Sites/";
$folder_on_server "test";
This should be:
$folder_on_server = "test";
T_CONSTANT_ENCAPSED_STRING is a long way of saying a string that doesn't
have any fanciness in it like "test" or 'hello', but not "this $way"
because $way is a variable that w
2 matches
Mail list logo