Page 2 of 2

Posted: Sun Feb 27, 2005 7:59 am
by feyd
your code requires $submit to be a "true" value.. you don't set it anywhere in the script, so it may not exist at the point of checking..

Posted: Sun Feb 27, 2005 7:37 pm
by elle_girl
Can u please give me the coding in PHP to do it? I don't know how to do as I just a beginner.

Posted: Sun Feb 27, 2005 7:41 pm
by shiznatix

Code: Select all

$submit = true;

Posted: Sun Feb 27, 2005 11:26 pm
by elle_girl
Now I had problem in sql queries. The data that I stored in the cart I want it to appear at the table view. How to do it?

Posted: Sun Feb 27, 2005 11:36 pm
by feyd
query for it (SELECT), then format the result.