ansipants Posted October 1, 2011 Share Posted October 1, 2011 I know this is something simple: my script pulls the website url that is stored into the database. The issue is that when it displays the link information, when you click on it, instead of opening www.google.com, it tries to open to www.mydomain.com/www.google.com here is the table i have for it: <td><a href='$website' target='_new'>$website</a></td> Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted October 1, 2011 Share Posted October 1, 2011 Don't leave the http:// off of the href= attribute. Quote Link to comment Share on other sites More sharing options...
ansipants Posted October 1, 2011 Author Share Posted October 1, 2011 wow i'm a tard ty! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.