I have a flash file (swf) coded to send post data to a php file. The post data includes php code to execute. Is there a way to execute PHP in a variable other than writing it to another .php file and running it?
I have a flash file (swf) coded to send post data to a php file. The post data includes php code to execute. Is there a way to execute PHP in a variable other than writing it to another .php file and running it?
you would use eval($string);
[Jasme Library (Javascript Motion Effects)] My Site
/\/\@§†ê® §©®¡þ† /\/\@|{ê®
There are 10 kinds of people in the world, those that understand binary and those that don't.
Yes, you'd use the method Master_script_maker has shown above. Remember, be very careful when eval'ing items. A user maybe able to insert his own PHP in and could even delete your whole site.
Bookmarks