bluedogatdingdong Posted November 22, 2005 Share Posted November 22, 2005 Hi I have been generating links to pages and passing options within my web site using species.php?Species=<?php echo $row_species[species]; ?> in the properties/links in Dreamweaver for example, which works fine. I now want to create a related links directory and can't get the syntax right. The domain I want to point to is in my database in a field called URL, but whatever I do it seems to want to open the original domain too. I'm sure it's simple - when you know how! Any ideas please? Quote Link to comment Share on other sites More sharing options...
bluedogatdingdong Posted November 23, 2005 Author Share Posted November 23, 2005 Got there eventually - it was simply <?php echo $row_Recordset1['URL']; ?> I'm sure I tried that yesterday! Quote Link to comment Share on other sites More sharing options...
ChrisDarl Posted November 30, 2005 Share Posted November 30, 2005 Don't quite understand what you're trying to do. Maybe paste in some of the code that you've tried, may give me a better understanding. Chris 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.