C camara120 Senior member Oct 9, 1999 406 0 0 May 11, 2005 #1 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
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
Z Zugzwang152 Lifer Oct 30, 2001 12,134 1 0 May 11, 2005 #2 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 Click to expand... the link tells you exactly how to convert back and forth. what is your question?
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 Click to expand... the link tells you exactly how to convert back and forth. what is your question?
O oog Golden Member Feb 14, 2002 1,721 0 0 May 11, 2005 #3 php supports functions like base64_encode and base64_decode. is that what you're looking for?