URGENT! Sessions not displaying correct price / coupon code

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

Post Reply
ShadowIce
Forum Commoner
Posts: 75
Joined: Tue Jan 12, 2010 8:43 am

URGENT! Sessions not displaying correct price / coupon code

Post by ShadowIce »

EDIT: Problem has been FIXED! =D
Last edited by ShadowIce on Sun Jan 17, 2010 8:46 am, edited 1 time in total.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

What do you mean by "doesn't work"? Is it returning as undefined? Is it empty? Is it somehow invalid? You may want to do some searching on debugging. This looks like a good article here:

http://www.ibm.com/developerworks/library/os-debug/
ShadowIce
Forum Commoner
Posts: 75
Joined: Tue Jan 12, 2010 8:43 am

Re: URGENT! Sessions not displaying correct price / coupon code

Post by ShadowIce »

For SOME reason, it's empty oO
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

Do you have error reporting on? There might be a bug somewhere.
ShadowIce
Forum Commoner
Posts: 75
Joined: Tue Jan 12, 2010 8:43 am

Re: URGENT! Sessions not displaying correct price / coupon code

Post by ShadowIce »

Yes I do. I turned it on a few mins ago..
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

Go through all your files, and post here all of lines where the variables in question are defined/modified. And, try to echo the variables at different places, to watch them change as the code executes.
ShadowIce
Forum Commoner
Posts: 75
Joined: Tue Jan 12, 2010 8:43 am

Re: URGENT! Sessions not displaying correct price / coupon code

Post by ShadowIce »

EDIT: Problem has been FIXED! =D
ShadowIce
Forum Commoner
Posts: 75
Joined: Tue Jan 12, 2010 8:43 am

Re: URGENT! Sessions not displaying correct price / coupon code

Post by ShadowIce »

EDIT: Problem has been solved! =D I found the problem! =D
Last edited by ShadowIce on Sun Jan 17, 2010 3:38 pm, edited 1 time in total.
ShadowIce
Forum Commoner
Posts: 75
Joined: Tue Jan 12, 2010 8:43 am

Re: URGENT! Sessions not displaying correct price / coupon code

Post by ShadowIce »

Can anyone else please help?
ShadowIce
Forum Commoner
Posts: 75
Joined: Tue Jan 12, 2010 8:43 am

Re: URGENT! Sessions not displaying correct price / coupon code

Post by ShadowIce »

Case: Closed! Problem has been solved! =D I found the problem! =D
Post Reply