| In need of SQL function. -
11-03-04
Hello fellow techsters,
Short and sweet, The Problem,
I'm looking for a way to load multiple SQL queries and display them to the screen WITHOUT using an autoincrementing feild, like id.
The reason for this, i'd like to allow users to enter data and have it alphabetically formated when displayed, and allow then to delete their data at will.
Now I'm using mysql_fetch_array with the ID field within a while loop, and I'm dropping and re-inserting the id feild everytime a post is deleted. Desired Solution,
I'd be incredibly gratefull if someone knew a function to load all of the rows in a field and access them without using an id key.
Well, thanks a lot for the replies in advance! |