Search found 5 matches
- Wed Apr 13, 2005 7:14 am
- Forum: PHP - Code
- Topic: pb with passing variables
- Replies: 11
- Views: 543
- Wed Apr 13, 2005 6:53 am
- Forum: PHP - Code
- Topic: pb with passing variables
- Replies: 11
- Views: 543
- Wed Apr 13, 2005 6:01 am
- Forum: PHP - Code
- Topic: pb with passing variables
- Replies: 11
- Views: 543
- Wed Apr 13, 2005 5:19 am
- Forum: PHP - Code
- Topic: pb with passing variables
- Replies: 11
- Views: 543
No, I mean that the link has to point to the same page... Arf, I know it's even hard to explain . Imagine you have a table populated by a database. Imagine I want to link each line of that table to some data but you want it to appear in the exact same page and same location when the visitor clicks o...
- Wed Apr 13, 2005 4:32 am
- Forum: PHP - Code
- Topic: pb with passing variables
- Replies: 11
- Views: 543
pb with passing variables
Hi all, this should be a vry simple one for you experts!!! I am using PHP/MySLQ on my site. I have created a list poulated by a table: <a href="xxxxxxx=<?php echo $row_Recordset1['Gas_ID']; ?>" > <?php echo $row_Recordset1['Gas_Name']; ?></a> How can the link I created for each recorset op...