base64_decode
Posted: Wed Jan 12, 2005 5:48 am
Hello,
I need a little help with a coding problem..
I started this script and what I want to do is..
include a small file from one domain..
a php file that will make a table in a mysql database...
insert some data from the file that it is "including" and carry on..
but I have never used the base64_decode before..
or the include for that matter.. but it just seemed like the best way to do it..
Basically it is my copyright information that I want to include..
but I want to make it so it inserts my info.. from my domain so I can control what it says...
I also want to encode it so as not to be easily removed..
am I on the right track...
{ $upd = @file(base64_decode("('THIS IS WHERE I NEED HELP==")
Thanks ahead of time...
I need a little help with a coding problem..
I started this script and what I want to do is..
include a small file from one domain..
a php file that will make a table in a mysql database...
insert some data from the file that it is "including" and carry on..
but I have never used the base64_decode before..
or the include for that matter.. but it just seemed like the best way to do it..
Basically it is my copyright information that I want to include..
but I want to make it so it inserts my info.. from my domain so I can control what it says...
I also want to encode it so as not to be easily removed..
am I on the right track...
{ $upd = @file(base64_decode("('THIS IS WHERE I NEED HELP==")
Thanks ahead of time...