More stupid questions!
Posted: Wed May 06, 2009 3:48 pm
Hey, it's me again, the newbie, to ask more stupid questions that have simple answers! Okay, here goes:
1) When I use an HTML form and set ACTION to "myfile.php", do the contents of my form get processed by the PHP file as a part of the "php://stdin", or of the $argv array? Or am I completely wrong and there's some other place that they go?
2) Also, is there a PHP equivalent of JavaScripts eval() function? I know that PHP is more loose in its interpretation of strings, but can I create one with a function and then have it interpret it later?
1) When I use an HTML form and set ACTION to "myfile.php", do the contents of my form get processed by the PHP file as a part of the "php://stdin", or of the $argv array? Or am I completely wrong and there's some other place that they go?
2) Also, is there a PHP equivalent of JavaScripts eval() function? I know that PHP is more loose in its interpretation of strings, but can I create one with a function and then have it interpret it later?