new to php
I have used javascript in the past to grab data form a perl script with no problem.
now I have to grab output from a XML parser in php. When I run the php script in a browser it works fine and displays the info, by when I try to get the data with a javascript from the script.php it is blank? We can not use ssi so we use javascript
<script type="text/javascript" src="http://someserver.com/script.php?mt=car"></script>