[PHP] Auth atalk and samba

2001-08-17 Thread Knut Sætre
Hi Is there a way to authenticate users who are connected to the linux-box with samba or the AppleTalk protocol (Netatalk)? I don't need strong security, this is on the Intranett behind a firewall. I only want to recognise the users, and give them a personalised WebPage. It's simple to get the

SV: [PHP] Array help needed

2001-01-18 Thread Knut Sætre
Try this: $array = array(1,2,3,4,5,3,3,1); foreach(array_values($array) as $s) { $count[$s]++; } foreach(array_keys($count) as $s) { echo "Number: " . $s. " count: " . $count[$s] . ""; } > -Opprinnelig melding- > Fra: CDitty [mailto:[EMAIL PROTECTED]] > Sendt: 18. januar 2001 12:40

[PHP] Post automaticly

2001-01-11 Thread Knut Sætre
Hi all! Is there a way to automaticly send a post request(redirect with method=post and some variables), using php. Like the user push the submit-button in a form. Knut G. Norway -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command