Re: passing data thru link
- From: "MS" <MS@xxxxxxxxxx>
- Date: Thu, 23 Nov 2006 15:53:48 -0000
Thank you for replay but there is just one small problem...get
On the main page i have users listed from the db and this is the way im
displaying them in the table:
<?php echo $row_dbUsers['id']; ?>
<?php echo $row_dbUsers['name']; ?> etc.
If i make <? <a href="user_edit.php?id=$row_dbUsers['id']">edit</a> ?> i
parse error.
<?PHP
echo "<a href='user_edit.php?id=".$row_dbUsers['id']."'>edit</a>";
?>
.
- Follow-Ups:
- Re: passing data thru link
- From: Michael Fesser
- Re: passing data thru link
- References:
- passing data thru link
- From: Gaga
- Re: passing data thru link
- From: Christoph Burschka
- Re: passing data thru link
- From: Gaga
- passing data thru link
- Prev by Date: What is it Called?
- Next by Date: Re: What is it Called?
- Previous by thread: Re: passing data thru link
- Next by thread: Re: passing data thru link
- Index(es):