|
|
 George Dawson | 2012-05-10 05:44:57 |
I installed and ran, and I get html4()?> and a button that says submit query on the screen, and that's it.
Running on WAMP server on a windows vista box.
Ideas welcome. |
| |
2. Re: jForm -> problem resolved |
|
Reply |
|
|
 George Dawson | 2012-05-10 19:03:17 - In reply to message 1 from George Dawson |
| Problem resolved. The WAMP server does not recognize the php shortcut <?=$form?>, so I used the echo command. Works like a champ. Thank you. |
 Jonas Lagerwall | 2012-05-10 22:29:43 - In reply to message 2 from George Dawson |
| Glad to be of service. :) |
 Jonas Lagerwall | 2012-05-10 22:37:34 - In reply to message 3 from Jonas Lagerwall |
| ...and thank you for telling me. I have updated the examples with <?php echo $form->html4(); ?> |
|