idaachi Posted November 22, 2007 Share Posted November 22, 2007 I am a beginner. I want to extract the variable below and assign it as $bActive = $_Get["name"]; Something is just not working as $bActive produces an empty array. Please help. echo " <td><input type=\"checkbox\" name=\"active_".$key."\"value=\"active\""; Thanks. Quote Link to comment Share on other sites More sharing options...
rajivgonsalves Posted November 22, 2007 Share Posted November 22, 2007 code should be $bActive = $_GET["name"]; its case sensitive Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.