Search found 1 match

by dangerouslydead
Sat Jul 31, 2010 4:26 pm
Forum: PHP - Code
Topic: Base_64 Encoding problem
Replies: 1
Views: 204

Base_64 Encoding problem

I am not a programmer and I am trying to implement this php script. My problem is that this script has Base_64 url encoding done. This means that a simple url like \Risdhima\1styearphoto\ gets turned to a longish code. How can I make the URL simple by taking away the base_64 encoding? Any help will ...