(Newbie question!)
I've bought a PHP script that is encoded, and I need to change some of the HTML output. Is there anyway I can decode the script into normal, readable, understandable PHP so I can edit it?
The script currently looks like
<? eval(gzinflate(base64_decode('longlistofcharacters '))); ?>
Thanks in advance for any advice anyone can give!
Best wishes,
Rupe
Rupe Parnell
www.starsol.co.uk