Hi,

I'm re-designing an existing (store) site.. & fixed the HTMl problems
(mostly...)

I've identified a new issue...

BACKGROUND
=============

We have a Store site - (only a handful of products..) - Which the HTML
has 3 lines of code for each item on sale :-

<input type="hidden" name="amount" value="8.5">
<input type="hidden" name="shipping" value="5">
<input type="hidden" name="shipping2" value="3">

This shows the price & shipping costs....


I've worked with PHP & MYSQL - But have little knowledge of Paypal..

QUESTION
==========

I'm wondering, Is it possible to only have the item "code" in the
HTML, & then use PHP to access a MYSQL database - & obtain the price /
Shipping costs (& other things).... - & forward the details via POST
method, to Paypal ?

Q1 ) Is the above possible ? (& a website tutorial on this - If poss ?)

Q2) Is it possible to access MYSQL & then send a FORM detail etc to
Paypal using the POST method ?

(IE, do not show HTML again to the web browser / viewer - For them to
press another "submit" button...)




-- 
G
NZ community groups - [EMAIL PROTECTED]
Freecycle Auckland :-
http://groups.yahoo.com/group/AucklandFreecycle/

Reply via email to