OK
I've done loads of elimination to see if I can get an idea what's working, what isn't and why.
Basically everything works (including items from the form appearing in the email) except the "items" fields added to the email from the recordset...
EXCEPT if I add a new product to the database; then that new product appears OK???!!??
If I then try to do it again with a previously recently added product that worked once before it doesn't appear in the email. Nor any other previously added item.
I've looked at the fields in the table using MyPHPadmin and can see no difference between what works and what doesn't.
Ideas:
1, Could this be a conflict with the "Add to cart" button server behavior?
2. Could this be a MySQL issue in my database IE a server problem (It's running MySQL 4)?
3. Or maybe a cache problem that a session is still running. Maybe need to kill the session??
One focusing problem is I can't get the search to work. Moreover, in the admin section when you perform a search (and something that should appear doesn't) when returning to "results" the list of products is gone. Only a cache refresh brings it back.
I've attached the page in question
Help!