variable through url
Posted: Mon Oct 11, 2004 12:51 pm
twigletmac | Help us, help you. Please use
Code: Select all
andCode: Select all
tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
Hello all. Why in the below code does the $message variable only echo the first word "this" on the next page ?? All the rest are chopped off when passing this variable through the url.Code: Select all
$message="this is a test.";
echo "<meta http-equiv=refresh content=0;url=Admin.php?message=$message>";