Forum Moderators: coopster
The values are -
for eg1
for eg2
for eg3
-----------------------------
WHen I select "for eg1", it shows "for" and does not take eg1.
This is the way I am retriving the value.
if (($_GET['app_applyfor'] ) == '')
$applyforError = "Invalid or missing information" ;
else
$app_applyfor = $_GET['app_applyfor'];
What is causing this? Why does it not take both the words?