Re: [PHP] Count in PHP

2002-09-10 Thread xdrag
why not: select count(*) as counter from table - Original Message - From: Tyler Longren [EMAIL PROTECTED] To: Chuck PUP Payne [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, September 10, 2002 1:02 PM Subject: Re: [PHP] Count in PHP $sql = mysql_query(SELECT * FROM

[PHP] what's the latest version of PHPLib now?

2002-09-07 Thread xdrag
i can't visit http://phplib.netuse.de

Re: [PHP] Link for downloading?

2002-09-07 Thread xdrag
try this: ?php ... ... $filename = test; header(Cache-Control: no-cache, must-revalidate); header(Content-type:.$mime_type); header(Content-Disposition:filename=.$filename..doc); echo hello, world!; ? - Original Message - From: Justin French [EMAIL PROTECTED] To: Alex Shi

[PHP] header() problem!!!!

2002-09-07 Thread xdrag
Hi: is this a bug? [win98se + apache2.0.40 + PHP4.2.3 + IE6.0] download1.php: ?php ... header(Cache-Control: no-cache, must-revalidate); header(Content-Type:.$mime_type); header(Content-Disposition: filename=$filename); echo $filedata; ? works well download2.php: ?php ...