Building a page to handle a large XML file and the published site only displays PHP code. I'm missing something somewhere, but haven't a clue. Any suggestions?
Building a page to handle a large XML file and the published site only displays PHP code. I'm missing something somewhere, but haven't a clue. Any suggestions?
Sounds like you are publishing locally. If you wish to parse PHP on your computer you will need to install a web server (apache or IIS) and php, then run your local files in your local web server installation.
OR
Upload to your hosting account where php should already be installed for you.
NetObjects Fusion Cloud Linux enabled Web Hosting, support + training starts at $14.95
NetObjects Fusion web Hosting and support + ASP + PHP + ColdFusion + MySQL + MS SQL
FREE NetObjects Fusion Support & training comes with all web hosting accounts
NetObjects Fusion Web Hosting: http://www.gotHosting.biz
Ok. That worked. Online publishing is working fine - Note: I finally read in the help file that the page extension must be renamed .php and that made everything work. However, one node of the XML file is a url pointing to a jpg. I can display the url text in the Form Region by connecting with a Label field, but can't seem to figure out how to display the actual JPG. Any help would be appreciated.