Special html form

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
vvo
Posts: 50
Joined: Sun 9. Nov 2003, 14:07
Location: Netherlands

Special html form

Post 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.
rk
Posts: 162
Joined: Sat 24. Apr 2004, 23:48
Location: Hannover, Germany
Contact:

Re: Special html form

Post 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
Ralf
Post Reply