Re: [PHP] Record ID not being recognized

2006-05-09 Thread Richard Lynch
On Tue, May 9, 2006 2:15 pm, David Doonan wrote: > But I can't help but feel that I'm missing something in the PHP > syntax. > > > mysql_select_db($database_connTrail, $connTrail); > $query_GetThumbs = "SELECT Photos.Photos_ImagePath, > Photos.Photos_Title, Photos.ID, Photos.Photo_Category, > Pho

Re: [PHP] Record ID not being recognized

2006-05-09 Thread David Doonan
On May 9, 2006, at 3:27 PM, Wolf wrote: $recordcatID = $_GET[ID]; //place before the query Grazi! da

Re: [PHP] Record ID not being recognized

2006-05-09 Thread Eric Butera
On 5/9/06, David Doonan <[EMAIL PROTECTED]> wrote: While I am by no strech of the imagination a ColdFusion expert, I have built a couple of dozen CF sites over the past 5 years. Am currently working on my first PHP site and am running into a problem with the simplest little thing. An index page

Re: [PHP] Record ID not being recognized

2006-05-09 Thread Wolf
Cheat... EasyPHPAlbum can be configured to do some of what you are looking to do, probably more with a bit of tweaking to the text files for the photos.. http://www.mywebmymail.com/ Other then that, based off your code you are Not getting the ID from the URL when you pass it through. Good job p