Search found 4 matches

by sama
Wed Aug 11, 2004 1:48 pm
Forum: PHP - Code
Topic: MySQL / PHP
Replies: 9
Views: 2269

This is the heading,

PHP Version 5.0.0
by sama
Wed Aug 11, 2004 1:41 pm
Forum: PHP - Code
Topic: MySQL / PHP
Replies: 9
Views: 2269

Thank you for your time, the following is the result of your latest code. Please help. Thank you again. Array ( [0] => bcmath [1] => calendar [2] => com_dotnet [3] => ctype [4] => ftp [5] => iconv [6] => libxml [7] => odbc [8] => pcre [9] => session [10] => SPL [11] => SQLite [12] => standard [13] =...
by sama
Wed Aug 11, 2004 1:33 pm
Forum: PHP - Code
Topic: MySQL / PHP
Replies: 9
Views: 2269

Sami, I did what you said.
now this error message,
Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\php5code\db_connect.php on line 4

line #4 = $connection = mysql_connect("d2rsyc11.","un","pw");
by sama
Wed Aug 11, 2004 1:29 pm
Forum: PHP - Code
Topic: MySQL / PHP
Replies: 9
Views: 2269

MySQL / PHP

I am running php and MySQL. If I run MySQL at cmd command prompt or through windows explorer, it works, I can create database, tables, insert data, etc. Here no problem, it works. But when I am running the following code, just to make sure I am connected to the database, it does not work. When I run...