Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~286 People Reached
Favorite Forums
Favorite Tags
php x 5
Member Avatar for Jamesiv1

I have a form with shopping cart items that when submitted, goes to **phpcart-m.php** **phpcart-m.php** calculates the shopping cart items and sends to **phpcart.php?action=view** which displays all the items on a page called **display.php** The URL when **display.php** loads is http://mydomain/phpcart.php?action=view As **display.php** loads, I need it to perform a …

Member Avatar for diafol
0
101
Member Avatar for Jamesiv1

I've got a form with this text field: <input name="address2" type="text" value="%%ADDRESS2%%"> on submit, it displays all the data in a confirmation page, and then when you submit the confirmation page it emails me the data. In the email (maybe in belongs in the confirmation page?), I need it to …

Member Avatar for phoenix_2000
0
87
Member Avatar for Jamesiv1

I've got a form that on submit two things occur: 1. all the data is passed to a shopping cart (a php script) 2. it emails me all the data (using a [B]separate[/B] php form-to-email script) In the form-to-email script, I want to delete/strip/remove some of the data that is …

Member Avatar for diafol
0
98