made a simple registration / login webpage for action 9 dekaron server. works with php 8.0 on iis so it should work with xampp apache without an issue.
will need php_pdo_sqlsrv and php_sqlsrv_80 added to your Extension List
in php.ini, download for the drivers provided
registration adds user and cash for that user. default cash set at 0, can be changed in the form.
just look for $amount and change its value
decided to share it since there like no register forms around really
click thanks if this helps :)
will need php_pdo_sqlsrv and php_sqlsrv_80 added to your Extension List
in php.ini, download for the drivers provided
registration adds user and cash for that user. default cash set at 0, can be changed in the form.
just look for $amount and change its value
decided to share it since there like no register forms around really
click thanks if this helps :)