@ VVayinsane
You need to install Apache and connect it to you're web server :awesome:
You need to install Apache and connect it to you're web server :awesome:
Missing DLL:Quote:
PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mssql.dll' - The specified module could not be found.
Instead posting help requests about Apache, refer to its & PHP's documentation. Those should answer all your questions how to install PHP under Apache successfully.Quote:
fyi link is bad..
403 Forbidden
Also if you read my posts i did that.
Copy these DLLs to php extension folder
I still got that error with the php_mssql.dll in the folder.
I did use brain.exe
I am assuming the programe i used (xampp) has a bad line somewhere so i am just going to install apache, php, mysql one by one.
I'm confused on what you are referring to in this case.Quote:
newer versions of php do not have the php_mssql.dll by default anymore not after v5.2.9 you will have to download the dll file and install it into your \ext directory on your PHP install.
The register.view.php should be exactly the same, which is the point of separating the view from the logic involved ;)Quote:
awww so i need to redownload and make my reg page look pretty again in order to use the change password script? :( that makes me sad lol oh abarasive i have a question for you when i get home. add me on skype and i will be home at some point tomorrow.
Skype: Shinru2004
Warning: mssql_query() [function.mssql-query]: message: Cannot insert the value NULL into column 'UserUID', table 'PS_UserData.dbo.Users_Master'; column does not allow nulls. INSERT fails. (severity 16) in C:\xampp\htdocs\register.php on line 49Quote:
Remove the @ symbol like the comments inside of register.php suggest, so you can see the error message.