PHP Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old June 14th, 2002, 07:52 PM
drock drock is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 drock User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Variable names in text?

I'm storing text in a database field that is later pulled out using PHP and displayed in an html page. Basic "dynamic page" stuff so far. But I would also like to store variable names in the text and have those variable names replaced with their actual values which are set in PHP at the top of the page. Example text from database: "You have $vacdays days of vacation" would turn into "You have 21 days of vacation" if I set $vacdays=21 at the top of the page. Is there a way to do this other than search-and-replace?

Thanks you in advance for your response,
David Rock

Reply With Quote
  #2  
Old June 15th, 2002, 02:06 AM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: Variable names in text?

Try this out:

php Code:
Original - php Code
  1. <?
  2. eval("$output = "".$row['field']."";");
  3. echo $output;
  4. ?>


Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Coding > Variable names in text?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway