Hey everyone!
I am trying to move an exsisting site on a linux server that is 100% working with php.4.1 (or around there) to a windows server 2K3 with the newest stable release of php.
But, Now, with a page that processes orders, I am now getting this error.
Code:
Notice: Undefined variable: Email in c:\Program Files\Ensim\Site Data\frundertest\Inetpub\wwwroot\members\shopping\proc_order.php on line 24
Notice: Undefined variable: id_err in c:\Program Files\Ensim\Site Data\frundertest\Inetpub\wwwroot\members\shopping\proc_order.php on line 87
Notice: Undefined variable: name_err in c:\Program Files\Ensim\Site Data\frundertest\Inetpub\wwwroot\members\shopping\proc_order.php on line 89
Notice: Undefined variable: billing_err in c:\Program Files\Ensim\Site Data\frundertest\Inetpub\wwwroot\members\shopping\proc_order.php on line 90
Notice: Undefined variable: city_err in c:\Program Files\Ensim\Site Data\frundertest\Inetpub\wwwroot\members\shopping\proc_order.php on line 91
Notice: Undefined variable: phone_err in c:\Program Files\Ensim\Site Data\frundertest\Inetpub\wwwroot\members\shopping\proc_order.php on line 92
Notice: Undefined variable: shipname_err in c:\Program Files\Ensim\Site Data\frundertest\Inetpub\wwwroot\members\shopping\proc_order.php on line 93
Notice: Undefined variable: shipaddress_err in c:\Program Files\Ensim\Site Data\frundertest\Inetpub\wwwroot\members\shopping\proc_order.php on line 94