Handle String-Variable as mathematical order

This is a discussion on Handle String-Variable as mathematical order within the PHP Language forums, part of the PHP Programming Forums category; Hi there, i just wondered if it is possible to handle a string variable as a mathematical order. If the ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-20-2004
MatrixCrawler
 
Posts: n/a
Default Handle String-Variable as mathematical order

Hi there,

i just wondered if it is possible to handle a string variable as a
mathematical order.

If the variable contains i.e. "2*100" PHP should calculate it, so that i'm
able to assign the the result to another variable.
How can i realise this if it is possible


Thanks for the help,
Johannes


Reply With Quote
  #2 (permalink)  
Old 10-20-2004
kingofkolt
 
Posts: n/a
Default Re: Handle String-Variable as mathematical order

"MatrixCrawler" <j.brunswicker@t-online.de> wrote in message
news:cl5u81$d5t$03$1@news.t-online.com...
> Hi there,
>
> i just wondered if it is possible to handle a string variable as a
> mathematical order.
>
> If the variable contains i.e. "2*100" PHP should calculate it, so that i'm
> able to assign the the result to another variable.
> How can i realise this if it is possible
>
>
> Thanks for the help,
> Johannes
>
>


Tested:

<?php
$math = "2*100";
eval("\$math2 = $math;");
print $math2;
?>


Reply With Quote
  #3 (permalink)  
Old 10-21-2004
MatrixCrawler
 
Posts: n/a
Default Re: Handle String-Variable as mathematical order

Thank you for the help!

Works perfectly for me!


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting 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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 08:17 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0