Jianping Zhu wrote:
Hi, thank you for your respinse.
It the /etc/php.ini i have something like:
;
; extension=modulename.extension
;
; For example:
;
extension=mysql.so
if you go to
http://coopunit.forestry.uga.edu:8080/test.php
you will find mysql is not installed as an extension.
but i do
Hi, thank you for your respinse.
It the /etc/php.ini i have something like:
;
; extension=modulename.extension
;
; For example:
;
extension=mysql.so
if you go to
http://coopunit.forestry.uga.edu:8080/test.php
you will find mysql is not installed as an extension.
but i do not know how to f
The answer to your question is the relational model of databases.
So instead of one big table, you have to use 2. Say first table is employee and the
second - companies.
in the employee we have some fields and one of them is company_id,
this id corresponds to a single row in the companies table.
Test the mysql_query() return value:
$result = mysql_query("SELECT * FROM members") or
die("Error:".mysql_error());
there may be an error in your query.
-Original Message-
From: louie miranda [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 1:59 PM
To: [EMAIL PROTECTED]
Cc: [E
yes, i forgot something,
this = mysql_select_db("mydb",$db);
i did not specify my db name.
thanks :)
louie
- Original Message -
From: "Rick Emery" <[EMAIL PROTECTED]>
To: "'louie miranda'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 04,
> > Hello,
> > I've got cobalt raq4 with php(work) and mysql(work) but when I try to
> > connect via mysql_connect() this error happens:
> > Fatal error: Call to undefined function: mysql_connect()
> > This is my php.ini:
> > I thing that it's all ok but it doesn't work.
> > Any Ideas?
> >
> > Hello,
> > I've got cobalt raq4 with php(work) and mysql(work) but when I try to
> > connect via mysql_connect() this error happens:
> > Fatal error: Call to undefined function: mysql_connect()
> > This is my php.ini:
> > I thing that it's all ok but it doesn't work.
> > Any Ideas?
> >
Fatal error: Call to undefined function: mysql_connect() means to things. php is not
built with integrated mysql support, or php
cannot find php_mysql.so on your comp. What is the value of php.ini variable
include_path or something similar.
Regards,
Andrey Hristov
- Original Message -
F
Look at the MySQL manual that came along with it when you downloaded it:
manual.html#String_comparison_functions
or
manual.html#Comparison_Operators
May be that helps you.
René
www.comunica2.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
http://freshmeat.net/projects/exist/
-Original Message-
From: Thor M. Steindorsson [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 5:57 PM
To: php-general; php-db
Subject: [PHP-DB] PHP, MySQL and XML
Does anyone have a solution for importing data from a RDF-XML file into a
My
10 matches
Mail list logo