I have a simple one line config file... <?php
PHP Config File Mod Help
2
I have a simple one line config file...
<?php
$clickbanknickname = "namegoeshere";
?>
I need some kind of form or admin panel that will allow my customers to easily change the above file (it will be hosted on my server)
Is there a way to maybe have them fill out a one field form with their CB nickname, send that to a text file on my server and then "include" that text file in the above config?
Thanks,
George
<?php
$clickbanknickname = "namegoeshere";
?>
I need some kind of form or admin panel that will allow my customers to easily change the above file (it will be hosted on my server)
Is there a way to maybe have them fill out a one field form with their CB nickname, send that to a text file on my server and then "include" that text file in the above config?
Thanks,
George
- Darren Mothersele
Next Topics on Trending Feed
-
2