[PHP-DB] printing an array

2002-10-24 Thread Chris Grigor
that I need to print into the table) } mysql_free_result($result); ? /table Any help with this or direction would be appreciated ! Regards Chris -- Chris Grigor -- -- PHP

[PHP-DB] Duplicates

2002-10-23 Thread Chris Grigor
for 2000-01-02, not for it to tell me there is 10 entrys on 2000-01-02 Any help would be appreciated Many Thanks guys -- Chris Grigor Calibre Clinical Consultants -- -- PHP Database Mailing List (http://www.php.net

RE: [PHP-DB] Re: onnecting to MSSQL database from Linux?

2002-09-26 Thread Chris Grigor
I have got a copy of ctllib-linux-elf.tgz as it says on the php website, but I need another file called devlib.tgz. Anyone know where I can get a copy from??? Chris -Original Message- From: Avi Schwartz [mailto:[EMAIL PROTECTED]] Sent: 18 September 2002 02:44 To: [EMAIL PROTECTED]

[PHP-DB] Conversion from access to mysql

2002-09-10 Thread Chris Grigor
Hey there all This is more than likely a common question, anyone have any guidelines, do's or dont's about converting an access db to mysql db... Regards Chris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Re: output problem

2002-05-24 Thread Chris Grigor
(user) AS count from log_request where date='$date' and status = 'open' (note i have added 'AS count' in there so it stores the value in 'count') Now when you output the result write it as $line-count Cheers Steve Chris Grigor [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]"

[PHP-DB] output problem

2002-05-23 Thread Chris Grigor
Howdi Alll some of you might laugh at this but I cant get this to work Im doing a count on a field and want to diplay the result here is an example... ?php #error_reporting(E_ALL); echo date(Y-m-d); print $date; mysql_connect(servername, user, password) or

[PHP-DB] output problem

2002-05-23 Thread Chris Grigor
Howdi Alll some of you might laugh at this but I cant get this to work Im doing a count on a field and want to diplay the result here is an example... ?php #error_reporting(E_ALL); echo date(Y-m-d); print $date; mysql_connect(servername, user, password) or

[PHP-DB] output problem

2002-05-23 Thread Chris Grigor
Howdi Alll some of you might laugh at this but I cant get this to work Im doing a count on a field and want to diplay the result here is an example... ?php #error_reporting(E_ALL); echo date(Y-m-d); print $date; mysql_connect(servername, user, password) or

[PHP-DB] error

2002-05-07 Thread Chris Grigor
Howdi guys any help on this would be greatful I have a page that submits to this script with a value of search but when I submit it gives me an error Parse error: parse error in /var/www/html/ul/mysql_fetch_array.php on line 11 anyhelp here would be greatful, I dont see what the error could