Jump to content

ReUsing variables across multiple pages


paulc8481

Recommended Posts

I am creating a webpage for my golf league and some of the information(variables) such as Name, Address and email, must be reused across multiple pages for different outputs.  May question is "Can I, or is there a way to reUse variables across multiple pages.  "Do I need to create a session and make everything session variables"?  "Should I link to a database and call the information when needed"? 

 

Any explanation would be greatly appreciated. 

Link to comment
Share on other sites

There's a bit of a learning curve, but it worth every second. Databases, once understood, are the most powerful way to manage and organize your data.

 

If you don't have a database server available, SQLite support is bundled with PHP. It requires no server and is very quick

Link to comment
Share on other sites

XYPH,

 

Thanks for responding so quickly.  I have created and edited small databases in the past but still a rookie in php.  I am using xampp to create these data bases and running them on my laptop to see how they work.  So far the results have been ok.  I am cursed with the problem of over thinking these projects so I tend to as alot of questions.

 

thanks for your help

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.