PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The only reason i asked how to link them is best i get this error on phpbb:
The PHP configuration on your server doesn't support the database type that you chose
and people tell me that there not linked properly. How can i fix this error its driving me crazy! is there some kind of file like php.ini and httpd for mysql?
mysql_connect('localhost','user','pass') or die(mysql_error())
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
you don't have the mysql extensions installed/enabled.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
DLL implies windows, linux uses an so file. The file is called mysql.so and goes into the php extensions directory. I know in fedora I do yum install php-mysql, hopefully someone knows the slackware equiv. to that.
Edit, oh yeah you could also do it manually, just gotta obtain the file and load it in php.ini then do service httpd restart