<HTML dir=ltr><HEAD><TITLE>[MS4W-Users] PHP/Mapscript functioning?</TITLE>
<META content="text/html; charset=UTF-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18975"></HEAD>
<BODY>
<DIV dir=ltr id=idOWAReplyText74830>
<DIV dir=ltr><FONT color=#000000 size=2 face=Arial>Hi Greg,</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=Arial>Just on the face of it, but it looks to me like your PHP code isn't actually being interpreted as PHP.</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Arial></FONT><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=Arial>Could you make another file, call it phpinfo.php, and just put this in it:</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=Arial>&lt;?php phpinfo(); ?&gt;</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=Arial>If that works it should show a whole lot of info about your PHP install, what modules are available etc. You should also be able to see MapScript listed amongst the modules.</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=Arial>cheers</FONT></DIV>
<DIV dir=ltr><FONT color=#000000 size=2 face=Arial></FONT>&nbsp;</DIV></DIV>
<DIV dir=ltr id=idSignature39030>
<DIV RE>__________________________________ </DIV>
<DIV RE><FONT size=2 face="Courier New">Keith Moss</FONT></DIV>
<DIV RE><FONT size=2 face="Courier New">Satellite Remote Sensing Services</FONT></DIV>
<DIV RE><FONT size=2 face="Courier New">Operations</FONT></DIV>
<DIV RE><FONT size=2 face="Courier New">Landgate</FONT></DIV>
<DIV RE><FONT size=2 face="Courier New">65 Brockway Road, FLOREAT WA 6014</FONT></DIV>
<DIV RE><FONT size=2 face="Courier New">PO Box 741 Wembley WA 6913</FONT></DIV>
<DIV RE><FONT size=2 face="Courier New">Ph. (08) 9387 0332 | Fx. (08) 9383 7142</FONT></DIV>
<DIV RE><A href="mailto:keith.moss@landgate.wa.gov.au"><FONT size=2 face="Courier New">keith.moss@landgate.wa.gov.au</FONT></A></DIV>
<DIV RE><A href="http://www.landgate.wa.gov.au/"><FONT size=2 face="Courier New">www.landgate.wa.gov.au</FONT></A></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> ms4w-users-bounces@lists.maptools.org on behalf of Greg Luker<BR><B>Sent:</B> Thu 04/11/2010 05:37<BR><B>To:</B> ms4w-users@lists.maptools.org<BR><B>Subject:</B> [MS4W-Users] PHP/Mapscript functioning?<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Hi ms4w-users,<BR><BR>I'm just starting with PHP/Mapscript, after having got MapServer CGI<BR>working fine for my application. I have a default ms4w 3.0 beta 11<BR>installation (Win7 Pro 64), php_info lists Mapscript in the<BR>Configuration section.<BR>However, when I try a very basic PHP/Mapscript sample, containing<BR>this code snippet:<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php<BR>&nbsp;&nbsp;&nbsp;&nbsp; $map_path="c:\ms4w\Apache\test\";<BR>&nbsp;&nbsp;&nbsp;&nbsp; $map = ms_newMapObj($map_path."hello.map");<BR>&nbsp;&nbsp;&nbsp;&nbsp; $image=$map-&gt;draw();<BR>&nbsp;&nbsp;&nbsp;&nbsp; $image_url=$image-&gt;saveWebImage();<BR><BR>I get the following output:<BR><BR>draw(); $image_url=$image-&gt;saveWebImage(); ?&gt; "image icon" &gt;<BR><BR>which looks to me like mapscript is not being found.<BR><BR>How can I test to see if PHP/Mapscript is available to php on my system?<BR><BR>Thanks,<BR>Greg.<BR><BR><BR>Greg Luker<BR>GIS Lab Manager<BR>Southern Cross University<BR>AUSTRALIA<BR>61 2 66203026<BR><BR>_______________________________________________<BR>MS4W-Users mailing list<BR>MS4W-Users@lists.maptools.org<BR><A href="http://lists.maptools.org/mailman/listinfo/ms4w-users">http://lists.maptools.org/mailman/listinfo/ms4w-users</A><BR></FONT></P></DIV><p><span style="FONT-SIZE: 11pt; FONT-FAMILY: 'Arial'">This e-mail and any files transmitted with it are intended only for the use of the addressee(s). It may contain information that is confidential and privileged, in which case neither is intended to be waived or lost by mistaken delivery to you. If you are not an intended recipient, any use, interference with, disclosure, distribution or copying of this material is unauthorised and prohibited. If you receive this e-mail in error, please notify the sender by return e-mail and delete the message and any attachments from your system. Unless specifically indicated, this e-mail does not constitute formal advice or commitment by the sender or the Western Australian Land Information Authority (Landgate). Information in this message not relating to the official business of Landgate shall be understood as neither given nor endorsed by it. It is your responsibility to check any attachments for viruses and defects before opening or sending them on. Landgate’s liability is limited to re-supplying affected attachments.</span></p>
</BODY></HTML>