Topic: Stubborn http://
I'm using a field 'linkUrl' and in the next page i'm inserting it into a mysql db, but it keeps misplacing the : so it becomes 'http//'
I've tried htmlenteties, htmlspecialchars, base64_encode before inserting it into the db but to no avail...
If i print it before the insert, it reads as 'http://' so some conversion is done when inserting into the db...
Comments, ideas...
Kinda stuck here...