View Single Post
Old 06-26-2004, 09:46 PM   #5 (permalink)
hatchet
v7n Mentor
 
hatchet's Avatar
 
Join Date: 10-11-03
Posts: 1,137
iTrader: 0 / 0%
Latest Blog:
None

hatchet is just really nicehatchet is just really nicehatchet is just really nicehatchet is just really nicehatchet is just really nicehatchet is just really nicehatchet is just really nicehatchet is just really nicehatchet is just really nicehatchet is just really nicehatchet is just really nice
I may have gotten this to work. I've set a variable as
$_GET[msg]="something that outputs on another page";
header("Location:index.php");
Then in index.php I have
if(isset($_GET[msg])) {
echo $_GET[msg];
}
Not sure if it's correct but it works in my limited scope.
hatchet is offline   Reply With Quote