Paul Hughes
|
| Posted: 02/25/2002, 4:43 AM |
|
Hi,
I've created a simple search->grid and record form (like the "bugs" example). My project is in PHP connecting to an Oracle database.
On my record page (the one which is called when clicking on the appropriate grid entry), there's the following line in the code:
$sAction=get_param("FormAction");
There's plenty of code referring to this variable, but if I try and print the contents, it's always blank. For example, in the generated code, the HTMl headers are output under the comments "// HTML Page layout". After the header code, there's a function calling the main form called Bugs_show(). Directly before this call, if put the following line:
print $sAction;
But nothing ever appears. I want to catch the form action, but can never seem to determine what it is.
I'm quite new to PHP, so it's probably me being stupid.
Any advice appreciated,
Paul
|
|
|
 |
Paul Hughes
|
| Posted: 02/25/2002, 5:49 AM |
|
Ignore this question!
As I expected, it was in fact me being stupid!
Regards,
Paul
|
|
|
 |
|