tearrek Posted February 17, 2008 Share Posted February 17, 2008 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 More sharing options...
trq Posted February 17, 2008 Share Posted February 17, 2008 What you say you get when echoing that var does not match what is in the var at all. Post your actual code. Link to comment https://forums.phpfreaks.com/topic/91534-does-this-look-right/#findComment-468866 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.