Re: DELETE doesn't delete?

2004-06-27 Thread Michael Stassen
Have you verified that the SQL statement sent by PHP is what you expect? If not, I would suggest you load the query into a string, then print the string as part of your output in addition to passing it to mysql_query(). In my own coding, I have several times spotted errors this way in the

DELETE doesn't delete?

2004-06-26 Thread Margaret MacDonald
It's possible that this is more a php question than a mysql question, but since the two are so nearly joined at the hip, I'm hoping someone can advise anyhow. I'm developing a php job that uses a table 'sessions' to maintain a logical session across pages and physical sessions. It's a simple