Re: [PHP] Newbie and learning

2003-06-28 Thread Bobby Patel
I wanted to attach one more point (esp. since this is an ecomm solution), you should also check your POST variables (in addition to the GET varaibles) to make sure they are clean and what are expected. It's not that hard to change posted values. Bobby "Daniel J. Rychlik" <[EMAIL PROTECTED]> wrote

Re: [PHP] Newbie and learning

2003-06-27 Thread Daniel J. Rychlik
PHP is, arguably, the better way to go when developing an ecomm solution. This list is full of very intelligent programmers that will help or direct you to the proper documentation. If you use $_GET you will be able to pass value pairs in the url. Make sure that in your data check script that you