PDA

View Full Version : Clickable links in php magic 3.1


Bochaka
11-21-2007, 07:26 PM
I have made a small db which allows the entry of a url into the database which is then clickable to access an external url or website, but I have found that unless the full url is entered ie, "http://www.etc" it attempts to prefix the www. part of the url with the root directory where the database is on the server.
What do i need to change in order to be able to visit websites without having to worry about always putting in the http bit.
I am using phpmagic version 3.1 which already has the clickable link option.

SusanH
11-23-2007, 04:19 AM
If you do not enter the full url including the http:// your web host server assumes the site is hosted on the same server.

Bochaka
11-23-2007, 04:48 AM
Hi
Is there are work for this, as typing in the full url for each entry would be a bit tedious