So I need to define the CheckInput function within my http://156.42.96.39/alert/Google/php/getimage.php file so it will go back one file to http://156.42.96.39/alert/Google/streamflow_mffrp.js and read the src, txt, width, color from the JavaScript file and display them on the map at http://156.42.96.39/alert/Google/roads_test2.html. Does anyone know how I would need to go about writing the php? I am a newbie at php.
getimage.php $srcImg = CheckInput($_GET['src']); $text = CheckInput($_GET['txt']); $width = CheckInput($_GET['width']); $color = CheckInput($_GET['color']); streamflow_mffrp.js var strCmd = "getimage.php?src=../markers/ displayGreen.gif&width=32&txt=" + lblValue(intVal) + "&color=red"; Thank -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
