Break apart a string and add record for each group
|
I have a URL ($_GET) the following is the value of $_GET['report']
f1=33&f2=Designer-Stuhl Rot&f3=179.0000&f4=2.0000|f1=34&f2=Designer-Couch Rot&f3=299.0000&f4=1.0000| It will not always have more than one group (indicated between the | character How do I break apart this string and add a new row for each to the database. Thanks |
Replies:
No Replies Yet! Be the first?






















