PHP inside php
- From: "Mikro" <info@xxxxxxxxxxxxxxxx>
- Date: Mon, 25 Jul 2005 09:20:45 +0300
Hi!
I need to select php files stored on mysql like this:
p2ring3 =mysql_query("SELECT * FROM info where id_link='$id'");
while($rida= mysql_fetch_array($p2ring3))
echo "
<table border=1 width=100%>
<tr>
<td>
".$rida["info"]."
</td>
</tr>
</table>
But the result is ".$rida["maakond"]."
".$rida["nimi"].", ".$rida["ettevote"]."
".$rida["aadress"].", ".$rida["telefon"]."
".$rida["email"]." ".$rida["web"]."
"; } ?>
most be:
Estonia
Peeter , Ettevõte
Street 3, Linn, 5555555
sample@xxxxxxxxx
.
- Follow-Ups:
- Re: PHP inside php
- From: Stefan Rybacki
- Re: PHP inside php
- Prev by Date: Re: file uploading - last modified date
- Next by Date: Re: PHP inside php
- Previous by thread: file uploading - last modified date
- Next by thread: Re: PHP inside php
- Index(es):
Relevant Pages
|