Hi Greg. Please see my earlier referenced post “tables in database,” where I’ve already received some help. The basic problem is some glitch in our php/sql shopping cart, and the code is referenced there.
What would help is a global search for a term in all code on the site. If I could find all instances of the variable $theprice, or even of the number 150 (the price that keeps coming up in the cart, no matter how I change it in the algorithm, I’d find the error quickly. Is there a way to do such a global CODE search?
Re: basic interface: I was raised on dBase, where you could easily get information not only out of, but ABOUT databases tables, and variables using the “list” command. Finding out how to do that in SQL has been a task. E.g., it took a long time to discover the command DESC - equivalent to “List Structure” in dBase. And I still don’t know how to list variables globally.