Search found 5 matches

by yannou
Wed Apr 13, 2005 7:14 am
Forum: PHP - Code
Topic: pb with passing variables
Replies: 11
Views: 543

ok, Thanks a million.

:P
by yannou
Wed Apr 13, 2005 6:53 am
Forum: PHP - Code
Topic: pb with passing variables
Replies: 11
Views: 543

ok ok ok I know, not only am I a newbie but I am also french, so it's sometimes tough to get an idea through.

I'll try php code forum
by yannou
Wed Apr 13, 2005 6:01 am
Forum: PHP - Code
Topic: pb with passing variables
Replies: 11
Views: 543

Thx d11wtq,

But I still don't understand how to display the result instead of the table rows now... I'll go ask in the forum.
by yannou
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...
by yannou
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...