51
votes
Inherited a PHP nightmare, where to start?
Before all else, get the files in
version control as is. Do not proceed past #1 until it is done.
Establish a testing environment.
Clean up the files
…
2
votes
Is it possible to change an HTML element property using its ID with PHP?
What you are looking for is JavaScript and AJAX.
…
