You won't ever see PHP code (<?php) in your view source, only the HTML that PHP generates. That's one reason for require'ing / include'ing your db connection info... if PHP fails on your server, it cannot expand the connect info and thus not ever release that info to the public.
For PHP errors, take a peek at your apache error log. On Nov 13, 5:07 am, Ricky <[EMAIL PROTECTED]> wrote: <snip> > > So the code starting from "<?php " is not to be seen. > > Some error there..!! > > On Nov 13, 3:58 pm, Rossko <[EMAIL PROTECTED]> wrote: > > > You might get a clue by doing a simple 'view source' on your blank > > page - what's really in there? > > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
