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.
Special html form
Re: Special html form
Try thisvvo wrote: If I can use scriptcode the main advantage is that everything will stay in WCMS and thus easier for the customer to maintain.
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
http://docu.fhss.de/system_tags.phtml
Ralf