Jump to content

Does this look right


tearrek

Recommended Posts

what's wrong with this code?

$idsql="select (questionID) as id from questionbank  WHERE processGroup= '".$processgroup."'

AND knowledgeArea= '".$knowledgearea."'";

 

echo "questions:".$idsql."<br>";

 

it's not reading input values

 

this is what I get in echo:

SELECT * FROM questionbank WHERE processGroup = '' AND knowledgeArea = ''

 

Link to comment
https://forums.phpfreaks.com/topic/91534-does-this-look-right/
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.