Re: [PHP] PHP_AUTH_USER

2002-08-30 Thread Hendråwan Rinäldi

- Original Message -
From: "Liam MacKenzie" <[EMAIL PROTECTED]>
To: "Hendråwan Rinäldi" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, August 30, 2002 4:49 PM
Subject: Re: [PHP] PHP_AUTH_USER


> I'm afraid you're going to have to be more specific than that my friend.
>

every body or my buddy Liam MacKenzie can help me??
this is the script

what is the code for log out?
thankss

:



 
Contact the webmaster

Username and Password are required to view this page.

Contact the webmaster





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP_AUTH_USER

2002-08-30 Thread Hendråwan Rinäldi

anyone can help me what is the script for log out

WWW-authenticate


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] date from mysql

2002-08-29 Thread Hendråwan Rinäldi

i want Y (year format) printed on my php script (looping), i already tried
it but i got same Year format (ex 1978) in all row in my table

my loop script  is:


$query  = ("select * from table");
$result = mysql_query($query);
while ($row = mysql_fetch_row($result))
$number =  mysql_numrows($result);


$i = 0;
while ($i < $number):
$date  = mysql_result($result, $i,$date");

if ($i%2 == 0){

echo "$date";
if ($i%2 == 0){
echo "$date";
  }
$i++;
ENDWHILE;






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php