August 27, 200916 yr I'm trying to show some data:text/html in the webviewer using php. when i put in <?php ....some php code.... $var->showMap($markers);?> The webviewer is displaying "showMap($markers);?>" It appears the Arrow Operator is creating an issue? Has anyone seen this? Know of a work-around?
August 27, 200916 yr Doubtful. You need a webserver to run and process the PHP, you can't just stick it into a web viewer. The reason you are seeing what you are seeing is because the browser sees: <[misc content here]>showMap($markers);?> e.g. some content If you want to run PHP to produce some HTML you can use the Scodigo plugin.
August 27, 200916 yr Author Thanks for the input. I've tried Scodigo and it was throwing some other variable errors, that's when I tried just the webviewer. I'll post the errors on the Scodigo boards, maybe something will pan out. Bob
Create an account or sign in to comment