Search found 5 matches

by Zaid
Fri Nov 04, 2005 9:30 pm
Forum: Installation and Configuration
Topic: REDIRECT_STATUS and setup
Replies: 0
Views: 721

REDIRECT_STATUS and setup

Hi friends, I just reinstalled php on my IIS localhost and somehow when I attempt to run a simple script with the following code: <?php phpinfo(); ?> a "save file" dialog box pops up prompting me to save or open the file. If I open the file, it displays the following in a notepad file: <p>...
by Zaid
Fri Nov 04, 2005 12:40 pm
Forum: PHP - Code
Topic: Include/Require and PEAR
Replies: 3
Views: 338

Include/Require and PEAR

Hi folks, I am using php with IIS on my personal computer (localhost). I have tried using the include/require statements and it is giving me an error where it states that it cannot find the folder named: "c:\php5\pear" I don't even have such a folder. And there is nothing in PHP.ini that p...
by Zaid
Mon Oct 24, 2005 6:14 pm
Forum: Databases
Topic: MySQL connect
Replies: 5
Views: 526

It worked

Thanks a lot guys!

It worked. The problems were just as you suggested Feyd:

- libmysql.dll had to be loaded into the path
- the path for extension_dir had to be changed
- semi-colons had to be removed from php.ini file

Awesome!

I really appreciate it

Have yourselves a great day gentlemen

Zaid
by Zaid
Sun Oct 23, 2005 9:19 am
Forum: Databases
Topic: MySQL connect
Replies: 5
Views: 526

Thanks for the reply. However, I got my hands on the php_mysql.dll php_mysqli.dll files. However I am getting the same Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\ProcessForm.php on line 50 error. In the php.ini file the extension_dir is listed as the following: ext...
by Zaid
Sun Oct 23, 2005 12:05 am
Forum: Databases
Topic: MySQL connect
Replies: 5
Views: 526

MySQL connect

feyd | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] Hi friends, I am brand new to PHP and I am really just learning it having installed the compiler for it along with a command-line ve...