Page 1 of 1

Special html form

Posted: Tue 14. Sep 2004, 13:55
by vvo
Hi all,
I have some questions;
For a customer I need a special form. The information should not be send to an email address but to a Java servlet.

I will write a php application for this purpose.
Can I use the content part 'scriptcode' for this? I don't want to use an external php call.

If I can use scriptcode the main advantage is that everything will stay in WCMS and thus easier for the customer to maintain.

Johan.

Re: Special html form

Posted: Tue 14. Sep 2004, 21:20
by rk
vvo wrote: If I can use scriptcode the main advantage is that everything will stay in WCMS and thus easier for the customer to maintain.
Try this

Code: Select all

PHP] PHP_code [/PHP]


Use:		This tag supports the use of php code, which can be be entered directly between the opening and closing brackets	
Notation:	[PHP]echo PHP_VERSION;[/PHP]	
Result:	4.3.8	
Remark:	This is ideal for short PHP expressions
from the docu ;-)

http://docu.fhss.de/system_tags.phtml