checkout problem

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

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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..
elle_girl
Forum Newbie
Posts: 23
Joined: Sun Feb 20, 2005 10:02 am

Post 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.
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

Code: Select all

$submit = true;
elle_girl
Forum Newbie
Posts: 23
Joined: Sun Feb 20, 2005 10:02 am

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

query for it (SELECT), then format the result.
Post Reply