[PHP-DB] Problem Using Sessions

2005-05-04 Thread Shawn Singh
Hey All, I'm fairly new to PHP Programming. I have compiled and installed postgres version 8.0.1, and with that compiled postgres support into my postgres (I'm using PHP version 5.0.4), and I've compiled support for PHP into Apache (version 2.0.53) and all is working (in that I can embed PHP into

Re: [PHP-DB] Problem Using Sessions. .

2005-05-04 Thread Shawn Singh
this: > > $_SESSION['username'] = $username; /* TO SET */ > $username = $_SESSION['username']; /* TO GET */ > > Hope this helps, > > Aman > > Shawn Singh wrote: > > Hey All, > > > > I'm fairly new to PHP Pro

Re: [PHP-DB] Looking for help.

2005-05-04 Thread Shawn Singh
A book that has great examples of mysql and php is the book titled: "Programming PHP" it's an O'Reilly Book and was written by Lerdorf & Tatroe... On 5/4/05, Philip Hallstrom <[EMAIL PROTECTED]> wrote: > > So to make a long story short, I am now learning mysql and php. I has been > > a slow and o