A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by lenton » Sun Jun 20, 2010 6:49 am
Code: Select all
$input = "3-1"; $output = $input;
Post by Apollo » Sun Jun 20, 2010 11:37 am
eval("\$output = $input;");
Post by lenton » Wed Jun 23, 2010 6:55 am
Return to “PHP - Code”