RE: [PHP] Embedding JavaScript into a PHP generated web page

2004-07-25 Thread Ash Young
Are you getting any error message at all or is the JavaScript just failing? If your receiving a PHP error, are you sure you've escaped all the quotes in the JavaScript? -- ash young :: http://evoluted.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Question about for

2004-07-25 Thread Ash Young
You could try for ($i=1;$i11;$i=$i+2) -- ash young :: http://evoluted.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Embedding JavaScript into a PHP generated web page

2004-07-25 Thread Ash Young
I'd suggest putting some new line characters in after the !-- as it will treat the JavaScript as a comment. So just add a new line character at the end of each of the echo statements. -- ash young :: http://evoluted.net/ -Original Message- From: Robert Frame [mailto:[EMAIL PROTECTED

[PHP] A Problem With Loops

2002-01-10 Thread Ash Young
that PHP scripts on my web host have a max 60sec execution time but it is not getting anywhere near that time. Any one have any ideas what I'm doing wrong? Cheers, Ash Young -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP] A Problem With Loops

2002-01-10 Thread Ash Young
for. However it will iterate the the correct amount if it never chooses a if statement. That make sense? The posted below, sorry there is quite a lot of it in the for loop :) Cheers, Ash Young for($n=3;$ncount($fcontents);$n