redirect on button click

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
roohullah
Forum Newbie
Posts: 1
Joined: Tue Jun 15, 2010 5:21 pm

redirect on button click

Post by roohullah »

Hello I am new to php. The problem is that on products page I click on a product and it goes to view.php with price and artwork price parameters. If the user selects price radio button then click buy button, then send to paypal with only price and if user selects price and artwork radio button then send to paypal with the addition of bouth the prices.

if you please show the code properly, it will very much appretiated.
Thans alot in advance
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: redirect on button click

Post by requinix »

Are you asking if somebody will write this site for you? That "appreciation" better include some decent money unless you're willing to find cheap, bad labor. Or maybe you have a site already? Stuff that's working? Publicly-accessible? Then it'd be so much easier if you explained everything with more than just one long run-on sentence. Even little bits of code would be helpful, but not until we all know what code we need to see.
Post Reply