[PHP] Need hep with mysql function

2003-07-10 Thread zlut arch
Hi, I encountered a problem that I have never seen in my 3 years of using php and mysql. Yesterday, I installed MySql, php5, and apache2 on my new laptop. php5 worked fine with apache2, and MySql was working fine on its own. But when I tried to connect to MySql database, I get a strange error m

[PHP] mai( ) with html

2003-02-15 Thread arch
Hi, I'm trying to send HTML in an email by using the mail( ) function. This is a well documented and much talked about function, and I've already been successful in sending regular text email and basic HTML. The twist is that I want to first grab HTML from another server via HTTP, put this content

Re: [PHP] php performance

2003-01-23 Thread arch
same box as the box you are using to test from? -Chris -----Original Message- From: arch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 1:42 PM To: [EMAIL PROTECTED] Subject: [PHP] php performance I'm running php4 on apache on linux. I'm having performance problems w

[PHP] php performance

2003-01-23 Thread arch
I'm running php4 on apache on linux. I'm having performance problems with php getting data from the mysql database. With one user at a given instant, performance is fine, even with the massive size of the data table. But when do very rudimentary load testing (basically, opening a few browser and pe

[PHP] jobs?

2002-11-12 Thread arch
Can anyone recommend a good resource for php -related jobs, especially in the los angeles area? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] flushing data as it's being generated

2002-11-12 Thread arch
Hi.. I'm using php to pull data from a mysql table and output it to the browser. Pretty basic stuff. The problem is that the output is very slow, seen from the browser end, because the html output isn't displayed at all until all the data has been retrieved. Actually it's just the part of the htm