Jump to content

A simple problem


rn14

Recommended Posts

I guess it has something to do with shopping cart... or smth like this.

 

If you want to send information about $amount with forms, you should add this inside your forms:

 

<input type='hidden' name='amount' value='<? echo $amount ?>'>

 

In file it is called by submit you can get value like this:

$amount = $_POST['amount'];

 

If you have any other problems, you should describe your problem!

 

 

Link to comment
https://forums.phpfreaks.com/topic/38311-a-simple-problem/#findComment-183647
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.