Search found 2 matches

by thrdnttkn
Tue May 11, 2004 2:29 pm
Forum: PHP - Code
Topic: [Solved] Posting to multiple URLs through one form
Replies: 7
Views: 2447

Thank you for the _POST example

<?php
if (isset($_POST['BuyNow_x']))

I have been struggling for days with this!

Thank you!!!!!!!!!!!!!!!!!
by thrdnttkn
Tue May 11, 2004 1:45 pm
Forum: PHP - Code
Topic: Problem using isset
Replies: 2
Views: 460

Problem using isset

I would like some help on an ecommerce site I'm working on. List below are the HTML code and PHP code I'm dealing with. There are two buttons: Buy Now and Finance, which should go to different places (see PHP code) when the user clicks on them. However, currently, both are going to the "else&qu...