Search found 1 match
- Wed Nov 11, 2015 3:16 pm
- Forum: PHP
- Topic: php hangs on connect to a database request
- Replies: 0
- Views: 2073
php hangs on connect to a database request
I'm using iis7, and have installed php 3.2.0.0 Everything works fine until I try to connect to the database. Here is what I have done so far... <html> <head> <title>Array Functions</title> </head> <body> <?php $array1 = array(4,8,15,16,23,42); ?> Count: <?php echo count($array1); ?><br /> Max value...