Development > Module Requests

database problem

(1/1)

Plac3bo:
not sure where to post it, so I do it here.
Im making some pages that lists info from the bot databases, and was trying to get the picture to work. But the database uses anarchy-online.com and not anarchyonline.com as url so they are all broken, any quick fix for this?

Blondengy:
You mean the picture URL from the members table?
They work perfectly for me: click
But if you wanna remove the "-" why don't you just do:
--- Code: ---$url = str_replace("-", "", $url);
--- End code ---

Navigation

[0] Message Index

Go to full version