Getting Values from User

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
vipul73
Forum Commoner
Posts: 27
Joined: Mon May 12, 2003 5:32 am

Getting Values from User

Post by vipul73 »

I am a novice in PHP programming, MySql and would like some help.

We are booking orders from our website for different products we sell

I want to get input from the user and he has 28 products to choose from and depending upon his input the value of the following differs

Product
Amount
Currency

I have created a page options.php from where the user has to give input and the next page should display the corresponding

Product Name, Amount and Currency

Can anyone please help me regarding this. I am totally confused and hope that you are not getting confused by my problem :)
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

what code is already in options.php?

btw: which version of php on which OS?
vipul73
Forum Commoner
Posts: 27
Joined: Mon May 12, 2003 5:32 am

Post by vipul73 »

Thanks a lot to every1 who has taken his valuable time to respond to my queries and being patient with me

I have been able to complete the website niftyonline.com upto my satisfaction. I know you guys would be able to suggest a lot of better things after visiting the site and am ready for the brickbats.

Thanx once again.
Post Reply