I use the same 3 php pages for each client.
Each time I get a new client I update the pages by going into the code and replacing some text (i.e. name, company, phone number, email address, etc.)
I prefer to replace the text with so I don’t have to edit the actual php files…
I’m suggesting a string replace, but I’m also searching for the most simple idea too.
This is probably a 5 minute job once the programmer understands what…
