- Impact
- 485
Here's what I want to do. I have a website design that contains a few dozen pages, and I provide copies of this website to my members.
I would like to have a "config.php" file that the user could edit to change several variables to store their individual information. It should include things like:
Website URL:
Account ID#:
Email Address:
etc., etc.
Here's the important part. I need for the variables entered in the config file to be able to be used on any of the website pages, in the HTML code itself as well as on the visual page. For instance, there are many places in the HTML code that have <a href="http://***URL***.com">***URL***.com</a>
The ***URL*** should be replaced in real time by the "Website URL:" entered in the config.php file.
I know this is a pretty straight-forward task, but I don't have the programming knowledge to accomplish this.
Is it a simple 1,2,3, or do I need to hire someone?
Thanks!
.
I would like to have a "config.php" file that the user could edit to change several variables to store their individual information. It should include things like:
Website URL:
Account ID#:
Email Address:
etc., etc.
Here's the important part. I need for the variables entered in the config file to be able to be used on any of the website pages, in the HTML code itself as well as on the visual page. For instance, there are many places in the HTML code that have <a href="http://***URL***.com">***URL***.com</a>
The ***URL*** should be replaced in real time by the "Website URL:" entered in the config.php file.
I know this is a pretty straight-forward task, but I don't have the programming knowledge to accomplish this.
Is it a simple 1,2,3, or do I need to hire someone?
Thanks!
.









