Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

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:
  #1  
Old June 2nd, 2003, 04:38 AM
wonder wonder is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Tomsk, Russia
Posts: 4 wonder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to wonder Send a message via AIM to wonder
How to execute PHP code stored in database?

I store my pages in database and
I have a problem -
the code must include links which are formed by PHP, so I have to execute PHP code from (it doesn't matter whether it is from database or just string) string.

Does anybody know how to do such?
Thanks in advance.

Reply With Quote
  #2  
Old June 2nd, 2003, 10:37 AM
marcel marcel is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Nieuw Vennep ,Netherlands
Posts: 108 marcel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: How to execute PHP code stored in database?

You are probably looking for the eval() function.

If you want to run html with php code embedded make sure you start with %> because eval starts in php mode

php Code:
Original - php Code
  1.  
  2. <%
  3.   // sample running php code
  4.   $exec_string='echo "test";';
  5.   eval($exec_string);
  6.  
  7.   // sample running php code with html
  8.   $exec_string='<html><body><p><%echo "test";%></p></body></html>';
  9.   eval("%>".$exec_string);
  10. %>

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > How to execute PHP code stored in database?


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 1 hosted by Hostway
Stay green...Green IT