Jump to content

Noob--Parse Error


mflaim16

Recommended Posts

I'm getting the following error
Parse error: parse error in C:\Inetpub\vhosts\moriscofuneralhomeinc.com\httpdocs\events_public3.php on line 88

I looked at my code and to me (first php script) looks ok.  Below is the code

<?php

$sql = "SELECT DT_Event FROM events" // check if username exists in database.

if (!($sql)) print mysql_error();
$result = mysql_query($sql);
$num_rows = mysql_num_rows($result);
$row = 0;
$rowcolor = "";

if ( $num_rows == 0  )
{ //Nothing returned

It goes longer but I choped it down to the error part..............

Any help would be great......

Mark
Link to comment
https://forums.phpfreaks.com/topic/13730-noob-parse-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.