I am starting to develop a web application. I am not sure whether I can do this.
I am thinking to have something like this:
I need an include file (or whatever similar if available) to be able to accept paramater like color, bgcolor, etc. and when I call this include file, it will print html tags with the paramters that i pass in.
e.g echo "<table border=$my_parameter1 bgcolor=$my_parameter2>"
By doing this way, I can easily made amendment to my color, size, font type of all my screen whithout having to change all of them.
Any idea how can I implement this using PHP?
Your input is grately appreciated.
Thanks in advance,
Richard
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.