RE: [PHP] ID problem
- From: user@xxxxxxxxxxxxx ("Tim")
- Date: Wed, 28 Feb 2007 16:03:20 +0100
-----Message d'origine-----Is this possibly a quote issue?
De : tedd [mailto:tedd@xxxxxxxxxxxx]
Envoyé : mercredi 28 février 2007 15:54
À : Delta Storm; php-general@xxxxxxxxxxxxx
Objet : Re: [PHP] ID problem
At 10:24 AM +0100 2/28/07, Delta Storm wrote:
The problem is:publishes
I have a index.php that takes the news from the database and
them. And by the end of every news on index.php I have a link ('<a
href="showfullnews.php?id=$id">Show full news</a>')
echo '<a href="showfullnews.php?id=$id">Show full news</a>';
Will not evaluate $id
Whereas echo '<a href="showfullnews.php?id=' . $id . '">Show full news</a>';
Will evaluate $id..
.
- References:
- Re: [PHP] ID problem
- From: tedd
- Re: [PHP] ID problem
- Prev by Date: RE: [PHP] ID problem
- Next by Date: Re: Combining sound files
- Previous by thread: Re: [PHP] ID problem
- Next by thread: RE: [PHP] ID problem
- Index(es):