Mrk33 Posted May 28, 2018 Share Posted May 28, 2018 Basic question. trying to set a variable to a GET variable but it’s just not working. Code: $message = $_GET[ ‘message’]; echo “$message” doing a print_r on the GET prints it, any ideas on what’s wrong? Quote Link to comment Share on other sites More sharing options...
Barand Posted May 28, 2018 Share Posted May 28, 2018 What does print_r($_GET) show? Quote Link to comment Share on other sites More sharing options...
dodgeitorelse3 Posted May 28, 2018 Share Posted May 28, 2018 no need for semi colon at end of echo ? 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.