galvin Posted December 4, 2008 Share Posted December 4, 2008 Sorry, I know this is super easy.... I have a variable on my main website page called $card. let's say it's equal to "this is some text" I want this variable to be available on another page of my website, so that I can echo "this is some text" on that page too. But of course it just tells me it's an "undefined variable" when I display this other page. So I'm pretty sure there is a way to make that variable "global" so that it can be used on more than one page, but I can't figure out how to do that. Can anyone help me out? Quote Link to comment https://forums.phpfreaks.com/topic/135447-solved-variable-scope/ Share on other sites More sharing options...
.josh Posted December 4, 2008 Share Posted December 4, 2008 cookies or sessions or passing through the url via GET method. Or through a form via GET/POST Method. I suggest sessions. Quote Link to comment https://forums.phpfreaks.com/topic/135447-solved-variable-scope/#findComment-705631 Share on other sites More sharing options...
galvin Posted December 4, 2008 Author Share Posted December 4, 2008 Easy enough, thank you!!! Quote Link to comment https://forums.phpfreaks.com/topic/135447-solved-variable-scope/#findComment-705638 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.