[PHP-DB] Re: Showing various result from a mysql query

2005-10-03 Thread annA
Hi Juan, I haven't read the list for a 'few' days so I'm sorry if you've been sweating over this, but if you haven't yet solved it then make sure you send a Header(Content-type: application/x-www-urlform-encoded); before your echo $rString; annA

[PHP-DB] PHP email client

2005-10-03 Thread JeRRy
Hello, What I am looking for is to offer a website that people can freely signup and use as a real email address. A client where they can send/recieve emails just like Yahoo! Mail and Hotmail etc. Have it web based. But I don't just want any email client, it must be customizable and code

[PHP-DB] Broken pipe after long db process

2005-10-03 Thread Ben-Nes Yonatan
Hi all, I wrote a php script which is running very long queries (hours) on a postgresql database. I seem to have a problem to run the code when there are single queries which take long times (like 5 hours for an update query), from the log of the database I received the following code:

Re: [PHP-DB] Pagination problems

2005-10-03 Thread Rui Cruz
The mssql_fetch_row works with an MS Access database? Because I'm have the same problem while trying to paginate results. I always read the whole results into an array an then I break them up using the array. This is a stupid and slow solution, but how could one overcome this? Pablo M. Rivas

Re: [PHP-DB] PHP Forms - upload VS text

2005-10-03 Thread Rui Cruz
ok, thank you so much, I believe that I've got it now. Norland, Martin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ahh, ignore that - our tpl() is an echo() replacement that our codebase has, which can take parameters to do fun things. There's no logical reason to use it in this

Re: [PHP-DB] PHP email client

2005-10-03 Thread Brent Baisley
SquirrelMail is used by a lot people and comes with a lot of systems (i.e. Apple Servers, Linux). It's not tied to any particular email server, it's open source and PHP based, so you can customize it to your needs. The email address has to do with the email server, not the web front end.

Re: [PHP-DB] PHP email client

2005-10-03 Thread JeRRy
Thanks Brent, Just for future refrence for this list if i look back on it or for others interest as well do you have direct links to the ones you have listed below? I did a search and got third party addresses that did not seem to direct to the real address. But that might of been the

RE: [PHP-DB] PHP email client

2005-10-03 Thread Bastien Koert
horde? www.horde.org bastien From: JeRRy [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] PHP email client Date: Mon, 3 Oct 2005 23:39:42 +1000 (EST) Hello, What I am looking for is to offer a website that people can freely signup and use as a real email address. A client

Re: [PHP-DB] PHP email client

2005-10-03 Thread Brent Baisley
SqirrelMail is as customizable as you want, it's written in PHP and you get the source code. By default it comes with various preferences a user can change (i.e. color scheme). You can create folders if you setup it up as an IMAP account. The interface certainly isn't as fancy and dynamic

Re: [PHP-DB] Pagination problems

2005-10-03 Thread Bastien Koert
Add an identtiy column to the table, then select all records from the table where the identity col is between the start and the start+number of rows to show Bastien From: Rui Cruz [EMAIL PROTECTED] To: php-db@lists.php.net Subject: Re: [PHP-DB] Pagination problems Date: Mon, 3 Oct 2005

Re: [PHP-DB] Email Article, Print Article

2005-10-03 Thread Leo G. Divinagracia III
[EMAIL PROTECTED] wrote: Hello, I am running an article-based site, where I would like to add two buttons: print this article and email this article. Does anyone know where I could look to find out how to program this code into my article.php page? anothing this is to use CSS to