The error is exactly where the log tells you, line
17 in /home/optiplex-networks/links.php
Most likely you were previously using php4.0 and now
moved above 5 which is far more strict about syntax.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
Thanks for the lightning fast response!
I checked the syntax and all seems fine.....??
This is the current layout of the page:
<?php # Script 3.4 - index.php
// Set the page title and include the HTML header.
$page_title = 'Optiplex Networks';
include ('./header.inc');
?>
<?php
echo'<p> </p>
<div align="center"><table width="800" border="1">
<tr>
<td><img name="tower" src="images/tower.jpg" width="400"
height="300" alt="tower" /></td>
<td><img name="desktop" src="images/desktop.jpg" width="400"
height="300" alt="desktop" /></td>
</tr>
</table></div>';
With '; ending line 17
The log claims ',' or ';' does this mean I need to end with exactly what
it says, including the '' as well or is it just complaining that there's
no ; ending the line??
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org