[Pro] PHP forms

installed MAMP on my imac. tested it to see if it works and it does. When I preview the php form page all i get is coding.

I change the file to html and i see the page ok in safari. i change the page to php and i get coding.

what am I doing wrong?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

In what application are you previewing the form?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

tested it to see if it works and it does

Obviously it doesn’t if it doesn’t parse the php.

Firstly if you are using the PHPFeedback Form or SendForm actions then the page with the form on it doesn’t have to be called .php and if you do then you cannot view it locally (except using something like MAMP)

The only page that has to be suffixed .php is the form processing file (which is created by the Action) and will be called something like myformpage-go.php or FW_SendForm_myformpage.php

So which page are you viewing? And are using the protocol http://localhost:8888/mysite/mypage.php

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thanks,

I’ll try using the protocol you specified.

pete


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options