Forum: PHP Mar 21st, 2006 |
| Replies: 7 Views: 56,469 Before you installed the php_mysqli.dll
<?php
/* Connect to a MySQL server */
$link = mysqli_connect(
'localhost', /* The host to connect to */
'root', ... |
Forum: PHP Mar 21st, 2006 |
| Replies: 3 Views: 21,588 step1. you can find php_mysqli.dll
step2. and put that dll into c:\php\extensions\
step3. that folder is not available, create it. now our dll file is in c:\php\extensions\php_mysqli.dll
... |