On Jun 29, 2004, at 11:14 AM, Larry E. Ullman wrote:
The single quotes could be the problem.
For the OP's sake, it should be pointed out that the single quotes
can't be the problem. In fact, they're technically preferred in this
case (PHP executes single quotes marginally faster as it won't look
for variable values to be extrapolated).
Fair enough. I only mentioned it as I know I've not had a problem using
double quotes.
However, one other idea occurred to me: if the text file hasn't been
given the right permissions on the server the PHP page won't be able to
read it.
== Ben
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.
References:
>php include() (From: John Crockford <email@hidden>)