This topic is locked

GetRequestForm

9/3/2006 12:42:00 PM
PHPRunner General questions
T
thesofa author

Hi

In the sample code you provide with PHPR, you refer to this function to be used for getting values from a page.

Please can you tell me where it is defined as I have tried to use it and PHP borks with an undefined function error?

Alexey admin 9/4/2006

Hi,
could you tell me where did you see the sample code with GetRequestForm function ?

T
thesofa author 9/4/2006

Hi

In the sample code you provide with PHPR, you refer to this function to be used for getting values from a page.

Please can you tell me where it is defined as I have tried to use it and PHP borks with an undefined function error?



In the version 3 help file I followed this route

in events, I opened help

advanced topics

events...more baout events and in the section "Other useful functions and values"

cheers, fantastic prioogramme and fantastic support

T
thesofa author 9/5/2006



In the version 3 help file I followed this route

in events, I opened help

advanced topics

events...more baout events and in the section "Other useful functions and values"

cheers, fantastic prioogramme and fantastic support



Any Joy with this one Alexey?

J
Jane 9/6/2006

Hello,
thank you for poining to this issue.

It's a mistake in the Help file.

There is no GetRequestForm("FieldName") function for the PHPRunner.

T
thesofa author 9/6/2006

Hello,

thank you for poining to this issue.

It's a mistake in the Help file.

There is no GetRequestForm("FieldName") function for the PHPRunner.



What a shame, it would be really useful!

J
Jane 9/6/2006

Hi,
you can use $_POST variable to access any field value on Edit or Add pages.

For example $_POST["editid"], $_POST["editid2"], $_POST["editid3"] etc.