Jump to content

shortguy_04

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

shortguy_04's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I'm having a problem with this still... Here is my query: $id_query = "SELECT [Employee ID] FROM Employees WHERE [Employee Code] = '$myvar'"; $id_result = mssql_query($id_query); I keep getting the following warning message: Warning: mssql_query() [function.mssql-query]: message: Unclosed quotation mark after the character string ''. (severity 15) in C:\mydir\mypage.php on line 57 If I remove the $myvar and use static text, it works fine. Any ideas?
×
×
  • 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.