Re: PHP working but now Disobedient

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Judy Picard" <judypicard@xxxxxxxxx>

Thank you for your help in getting PHP working.
Apparently it was working but I was loading it as a
file into the browser instead of as http://. I now
have two unresolved problems:

Prob 1: I am getting the following error: "Parse
error: parse error, unexpected ';' in
c:\inetpub\wwwroot\PTMemorandum6.php on line 89"

Fix the missing ) in this line:

<?php echo($SSN[$i-1]; ?>

Prob 2: Before the above error started, The
following
section was not creating 10 rows.
[snip]
<TR><?php $count=10;
for ($i=0; $i <$count; $i++): ?>

That's because <tr> is outside of your loop...

---John Holmes...

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux