RE: [PHP] Parsing database variables
- From: linux@xxxxxxxxxxxxxxxxx ("Jake McHenry")
- Date: Fri, 30 Mar 2007 16:55:13 -0400
Sorry.. Typos... But that's not the point... I looked the function... Dunno
how I missed it.... Thanks... Do you know if eval() has any size limitations
to it? The database fields are about a page each....
Thanks,
Jake
-----Original Message-----
From: Jay Blanchard [mailto:jblanchard@xxxxxxxxxx]
Sent: Friday, March 30, 2007 4:50 PM
To: Jake McHenry; php-general@xxxxxxxxxxxxx
Subject: RE: [PHP] Parsing database variables
[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
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.23/740 - Release
Date: 3/30/2007 1:15 PM
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.23/740 - Release Date: 3/30/2007
1:15 PM
.
- Follow-Ups:
- Re: [PHP] Parsing database variables
- From: Jochem Maas
- RE: [PHP] Parsing database variables
- From: "Jay Blanchard"
- Re: [PHP] Parsing database variables
- References:
- RE: [PHP] Parsing database variables
- From: "Jay Blanchard"
- RE: [PHP] Parsing database variables
- Prev by Date: RE: [PHP] Parsing database variables
- Next by Date: RE: [PHP] Parsing database variables
- Previous by thread: RE: [PHP] Parsing database variables
- Next by thread: RE: [PHP] Parsing database variables
- Index(es):
Relevant Pages
|