ok, problem fixed, it works properly, had some config stuff wrong.
thanks a lot, dieter
Search found 2 matches
- Thu Nov 10, 2005 8:08 am
- Forum: PHP - Code
- Topic: mysqli_connect problem....
- Replies: 2
- Views: 159
- Thu Nov 10, 2005 7:36 am
- Forum: PHP - Code
- Topic: mysqli_connect problem....
- Replies: 2
- Views: 159
mysqli_connect problem....
hi folks. i am a bloody php beginner and have some troubles. when i trie to put my mysqli_connect into a separate function ie. function db_connect() - i am not able to parse the ressource. for example: function db_connect() { $dbc = mysqli_connect("localhost", "user", "passw...