Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > PHP variables as statements

PHP variables as statements
Thread Tools
Fresh-Faced Recruit
Join Date: Dec 2003
Location: Ipswich UK
Status: Offline
Reply With Quote
Dec 11, 2003, 05:48 AM
 
Guys,

Just a quick q.

Is it possible to write a statement within a variable, then execute the variable as though it were a statement?

E.G:
<?php
$myVariable = "1 + 1";
echo("$myVariable");
?>

This prints out

1 + 1

Is there a way to get it to print out

2

simply and without going into regex?

Ta.
     
Grizzled Veteran
Join Date: Jun 2001
Location: Melbourne, Australia
Status: Offline
Reply With Quote
Dec 11, 2003, 06:18 AM
 
Originally posted by tmjp.com:
Guys,

Just a quick q.

Is it possible to write a statement within a variable, then execute the variable as though it were a statement?

E.G:
<?php
$myVariable = "1 + 1";
echo("$myVariable");
?>

This prints out

1 + 1

Is there a way to get it to print out

2

simply and without going into regex?

Ta.
[php]
<?php
$myVariable = "1 + 1";
echo eval("$myVariable");
?>
[/php]
Computer thez nohhh...
     
Fresh-Faced Recruit
Join Date: Dec 2003
Location: Ipswich UK
Status: Offline
Reply With Quote
Dec 11, 2003, 06:51 AM
 
You're a scholar and a gent.

I knew there'd be summink. If only I'd known what to search for...

Ta.

Toby
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 02:33 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2