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. Link to comment https://forums.phpfreaks.com/topic/78416-how-to-extract-variable-passed-with-get-method/ 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 Link to comment https://forums.phpfreaks.com/topic/78416-how-to-extract-variable-passed-with-get-method/#findComment-396827 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.