Jump to content

mflaim16

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mflaim16's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thanks Orio for the quick reply Mark
  2. 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
×
×
  • 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.