Ok i'm pretty comfortable with PHP but this is getting the better of me.
Aim: to create a web page that allows end-user to append a domain url (eg: example.com) to a dansguardian blocklist
I have a perl script that does it, and can suss how to pass data from a textbox in PHP, and know to useto open a file to append data to the end of it.Code:fopen("FILENAME", "a+")
However this isn't happening nor do i know the correct coding structure to achieve this..


LinkBack URL
About LinkBacks




