[PHP-DB] Photo Gallery Comments.. NOT WORKING

2003-09-25 Thread Adam Symonds
Hi I have the following code which is a photo gallery, I have set it up so users can add comments to the photos, what I want to happen is in the gallery if a user has posted a comment on the photo, I want it to say comments under the photo in the gallery, I have tried doing this using IN_ARRAY

Re: [PHP-DB] Photo Gallery Comments.. NOT WORKING

2003-09-25 Thread Viorel Dragomir
Hi, I see that you try to use $result, which is a resource [i think], as a normal string. Try to use the fetch data instead of the resource. vio- - Original Message - From: Adam Symonds [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:14 AM Subject: [PHP-DB]

[PHP-DB] Re: Email Application

2003-09-25 Thread mutie
Hey Guys, I am not so new in PHP but I have a problem. I am trying to create a webmail program for my penpal site. I cant retrieve and desplay e-mails from my mail server. Any one with ideas? Regards, ~ Charles -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] Re: Email Application

2003-09-25 Thread Jason Wong
On Thursday 25 September 2003 05:42, [EMAIL PROTECTED] wrote: I am not so new in PHP but I have a problem. I am trying to create a webmail program for my penpal site. I cant retrieve and desplay e-mails from my mail server. Any one with ideas? With the limited amount of information give, I

Re: [PHP-DB] Re: Email Application

2003-09-25 Thread Ignatius Reilly
If your mail server supports IMAP, you should use the PHP IMAP functions. Very convenient. Ignatius _ - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 11:42 PM Subject: [PHP-DB] Re: Email Application Hey

[PHP-DB] parse error.

2003-09-25 Thread Mücella Erdem Efe
I am a new programmer of PHP4.3.3 an MySql 3.23 . When below script is executed Parse error: parse error, unexpected T_DNUMBER in c:\program files\apache group\apache\htdocs\ilkdeneme21.php on line 17 is being seen. This may be very simple but I could not solve it.Could you help me for this

SV: [PHP-DB] parse error.

2003-09-25 Thread Henrik Hornemann
Hi, There are at least two errors in your script: $query=insert into dene (day,start_time) values (2003.09.25,22:30) ; should be $query=insert into dene (day,start_time) values ('2003.09.25','22:30') ; And if ($result)) should be if ($result) regards Henrik Hornemann -Oprindelig

[PHP-DB] OUTFILE

2003-09-25 Thread Jonatan Pugliese.
How to use OUTFILE function in mysql and linux? Jonatan Pugliese Area Sistemas ACA - Automovil club Argentino 4808-4676 / 4663 www.aca.org.ar -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] OUTFILE

2003-09-25 Thread Nitin
select column list into OUTFILE filename from tablename Enjoy happy programming Nitin - Original Message - From: Jonatan Pugliese. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 6:59 PM Subject: [PHP-DB] OUTFILE How to use OUTFILE function in mysql and

Re: [PHP-DB] parse error.

2003-09-25 Thread Steve Davies
Hi Micella You need to either slash-escape your insert query or use single quotes: $query=insert into dene (day,start_time) values (\2003.09.25\,\22:30\) ; or $query=insert into dene (day,start_time) values ('2003.09.25','22:30') ; steve M|cella Erdem Efe wrote: I am a new programmer of

[PHP-DB] MySQL Very Slow Work.

2003-09-25 Thread äÒÕÞÉË ëÉÒÉÌÌ
I have php 4.3.2, Apache 2.0.46 and MySQL 4.* on Windows 2000 SP4. And i have problem. When i make query from php to MySQL. This work wery slow. Every query 4-5 sec. What i can make. Sorry for error, i know english wery bad. Please HELP ME! -- PHP Database Mailing List

Re: [PHP-DB] MySQL Very Slow Work.

2003-09-25 Thread George Patterson
On Sat, 20 Sep 2003 19:54:18 +0400 äÒÕÞÉË ëÉÒÉÌÌ [EMAIL PROTECTED] wrote: I have php 4.3.2, Apache 2.0.46 and MySQL 4.* on Windows 2000 SP4. And i have problem. When i make query from php to MySQL. This work wery slow. Every query 4-5 sec. What i can make. Sorry for error, i know english

[PHP-DB] Sybase

2003-09-25 Thread Stephan van Beerschoten
Hi all, As many, I'm forced to start my message too with the problem statement that I can't connect to my sybase database. I have to be more honest even in saying that I don't even know the difference in --enable-sybase and --enable-sybase-ct (I have tried both). I'm by no means an SQL nitwit..

[PHP-DB] Firebird under Windows 2000

2003-09-25 Thread thejavo
Hi!: I don't know if anybody tried PHP with Firebird, but I've got a really curious problem. I've installed PHP 4.3.3 and work with Firebird 1.5 RC6 and MS - IIS without any problems, but suddenly, and with no other advice or error messages than the ring of a bell my PHP pages stop to work. I