[PHP-DB] Re: NEWBIE - Needs Assistance with Joins

2001-09-17 Thread Michael Egan
Cecily, I think yuo need to specify the fields within the tables when you write out a select query from multiple tables like this. For example: SELECT artist_name.*, album_title.* . FROM artists, album_titles WHERE artist_name.artist_id = aid); Hope this works, Michael Cecily Walker

[PHP-DB] Re: Session with php and mysql problem!

2001-07-31 Thread Michael Egan
flow on subsequent sessions by again checking if the user is valid and presenting appropriate messages to them if they are not. Hope this helps, Michael Egan Koutsogiannopoulos Karolos wrote: Hello all... i have the following script which checks a username and pass from a db