PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sun Feb 27, 2005 7:59 am
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..
elle_girl
Forum Newbie
Posts: 23 Joined: Sun Feb 20, 2005 10:02 am
Post
by elle_girl » Sun Feb 27, 2005 7:37 pm
Can u please give me the coding in PHP to do it? I don't know how to do as I just a beginner.
shiznatix
DevNet Master
Posts: 2745 Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:
Post
by shiznatix » Sun Feb 27, 2005 7:41 pm
elle_girl
Forum Newbie
Posts: 23 Joined: Sun Feb 20, 2005 10:02 am
Post
by elle_girl » Sun Feb 27, 2005 11:26 pm
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?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sun Feb 27, 2005 11:36 pm
query for it (
SELECT ), then format the result.