Quote:
Originally Posted by bauke9
Ok.
I have NEVER used xampp, php, what-so-ever.
Could you make a step-by-step guide (except installation) on how to have the register page being able to be accessed through the internet. (I have no idea where to put this info ;D)
|
I rather would say use IIS instead of XAMPP.
But well, here a short overview (I hope you understand it like this):
IIS is a Windows-Hosttool, means it is already included. You have to activate it in your Control Panel -> Windows Programs.
When you activated it, you can find IIS (Internet Information Service) in your programs. When you start it, you see a Default Page (accessable through
[Only registered and activated users can see links. Click Here To Register...]), you can edit it or delete it and add a new page, basically it doesn't make any difference.
After that you have to download and Install PHP (
[Only registered and activated users can see links. Click Here To Register...]) - It will get activated automatically.
After that you just have to set up the Sql Server Driver for PHP (since the mssql_[...] isn't supported anymore) and that's it.
PM me if you have any questions. ;)