Search results

  1. J

    How can i use a php form to replace text in a file?

    for example i have a simple database connection script like this: <? /*--------- DATABASE CONNECTION INFO---------*/ $hostname="localhost"; $mysql_login="myusername"; $mysql_password="mypassword"; $database="mydatabase"; // connect to the database server if (!($db =...
Back
Top