Jump to content

snowfire

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

snowfire's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Nevermind, I figured it out. stuck a semicolon at end of query. stupid mistake.
  2. this page is supposed to query the database using variables supplied in a form. however, I cannot get the query to work right. I keep getting this error and i don\'t understand what it means. this is the code that\'s causing it <?php $Author = $_POST[\'Author\']; $Title = $_POST[\'Title\']; $Topic = $_POST[\'Topic\']; $min_year = $_POST[\'min_year\']; $max_year = $_POST[\'max_year\']; $advisor = $_POST[\'advisor\']; $Link = mysql_connect("computer", "username", "password"); $query_database_search = "SELECT Title, Firstname, Middlename, Lastname, TR_Id FROM Students WHERE Lastname = \'$Author\' "; $database_search = mysql_query("comps", $query_database_search) or die(mysql_error()); does anyone know what i\'m doing wrong here? Thank you
×
×
  • 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.