Search found 1 match
- Mon Apr 13, 2009 2:33 pm
- Forum: PHP - Code
- Topic: Posting array information into php
- Replies: 1
- Views: 959
Posting array information into php
Hi, I am new to PHP and I am trying to import information from an Array using the POST method, below is my code; The variables I am posting in are style names of shirts coming from a shopping cart. My intention is to create a new variable - $stylename0, $stylename1, $stylename2 etc etc for each of t...