Re: php code file.php?go=
The value "about" is sent as a string of characters to the php script
in the page named index.php. The problem is that the php script on that
page can do anything it wants to with that piece of data. It could be a
page name, or just a value matched against a constant in a switch
statement. Without being able to see the actual php code there is
absolutely no way to know what the script is doing with that piece of
data.
--gary
.
Relevant Pages
- Re: Attempt to de-mystify AJAX
... created and populated by the PHP script. ... string is initialized in line 1 to the opening select tag. ... (comp.databases.pick) - Re: [PHP] Help with an error...
... And it is possible to have commands in the middle of a string by using concatenation. ... use that as the string for the mail function. ... Micah Gersten ... I am currently working on a php script that will be called by cron. ... (php.general) - Re: Monitor Web & MySQL Services ??
... Is it possible to use a PHP script to detect if a web site is up and ... 'Connection Error' is shown on the web page then the site is down. ... or the 'connection error' string or MySQL errors ... (comp.lang.php) - Re: [PHP] Help with an error...
... He had code blocks in the middle of a string. ... onShore Networks ... Ted Wood wrote: ... I am currently working on a php script that will be called by cron. ... (php.general) - Re: how to run php code within string?
... it will execute the string pass to the function ... I want to insert some php script to the $a, ... I have been coding PHP for years nonstop, and I only needed eval once. ... (comp.lang.php) |
|