Hello,
I am working on a project which will require me to build a php-based system for tracking serial numbers by customer on a Windows 2003 Web Server system, and have a few questions since I've never taken this approach before (all of my previous experience is using PHP4 with a MySQL database running on Apache webservers).
First of all, I have read several seemingly contradictory articles regarding which SQL server I will need to use. Is it possible to install MySQL on Windows servers without a linux emulation? How well would PHP4 operate with a MsSQL database?
Also, does anyone happen to know of any pre-existing scripts for serialization tracking of products based on a table of customers using PHP that I might be able to get some ideas from? Any information that anyone can provide would be much appreciated.