Jump to content

[SOLVED] Variable scope....


galvin

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/135447-solved-variable-scope/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.