How to make a web page with a built in base64 encoder

camara120

Senior member
Oct 9, 1999
406
0
0
How can you make your own webpage like this?

I saw some base64 java and PHP things with google searches, but I have no idea how to work with that
 

Zugzwang152

Lifer
Oct 30, 2001
12,134
1
0
Originally posted by: camara120
How can you make your own webpage like this?

I saw some base64 java and PHP things with google searches, but I have no idea how to work with that

the link tells you exactly how to convert back and forth. what is your question?
 

oog

Golden Member
Feb 14, 2002
1,721
0
0
php supports functions like base64_encode and base64_decode. is that what you're looking for?