Anyways on topic. I just started to write my own scripts, and I would like to be able to update the pages without having to replace the whole page.
I have seen this with other bigger scripts, where a guide file will tell the updater what line to add the new line of code.
Code: Select all
$mysql_location = 'localhost';
>> add line $mysql_user = 'user';
$mysql_password = 'password';So all I am asking for if someone could point me in the way of what this would be called, and even better if someone has a tutorial on how to create something like this. This would also be used for an auto installer for mods too!
Thanks
Shylor