Thanks everyone.. Looked at the error log and finally understood it
was cos the php_pgsql.dll was not present.. Downloaded it.. Made
changes on the php.ini file and yipee..!! It now works..

Also deleted this line---  pg_selectdb("places",$link) or die ("Can\'t
use dbmapserver : " .pg_error());

Can go sleep in peace.. :)

On Nov 13, 5:59 pm, tunerGeek <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to