Jump to content

Parse error: syntax error, unexpected T_STRING in


fabiez

Recommended Posts

Hi I'm getting a problem that I can't fix. Help would be preciated.

 

print "<table cellspacing='0' cellpadding='0' class='menu'>";

          print "<tr>";

>>>>>>         print "<td onmouseover="showmenu('requests')" onmouseout="hidemenu('requests')">Requestz";

          print "<form action='home.php' method='post'>";

      print "<input type='hidden' name='confirmed' value='1'>";

            print "<table cellspacing='0' cellpadding='0' class='menu' id='requests'>";

 

  while($Row = mysql_fetch_array($Result8)){

                    print "<tr>";

        print "<td align='left' valign='top' class='menu'><a href='home.php?id=$Row[requester]'>$Row[fname] $Row[lname]</td>";

    print "<td align='left' valign='top'><input type='submit' value='Accept'></td>";

print "</tr>";

  }

 

                print "</table>";

      print "</form>";

        print "</td>";

      print "</tr>";

        print "</table>";

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.