RE: [PHP] Parsing database variables
- From: jblanchard@xxxxxxxxxx ("Jay Blanchard")
- Date: Fri, 30 Mar 2007 15:50:26 -0500
[snip]
I have a database table with this in it:
<p>$name<p>
Period Ending Date: $ppe<p>
Etc.......
And in my script, these variables exist and have values. Is there a way
for
me to get the output from mysql_query to use the current script
variables in
place of the same variable name within the database output?
[/snip]
a. Bad HTML, always use a closing tag like </p>
b. Check http://www.php.net/eval
.
- Follow-Ups:
- RE: [PHP] Parsing database variables
- From: "Jake McHenry"
- RE: [PHP] Parsing database variables
- References:
- Parsing database variables
- From: "Jake McHenry"
- Parsing database variables
- Prev by Date: Parsing database variables
- Next by Date: RE: [PHP] Parsing database variables
- Previous by thread: Parsing database variables
- Next by thread: RE: [PHP] Parsing database variables
- Index(es):
Relevant Pages
|