[PHP] Re: Having trouble using get_browser() function

2001-10-03 Thread Iván Milanez Castellanos
-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: IVáN Milanez Castellanos [EMAIL PROTECTED] Newsgroups: php.general To: [EMAIL PROTECTED] Sent: Monday, October 01, 2001 7:21 PM Subject: Having trouble using get_browser() functio

[PHP] Re: MySQL - Selecting Unique Entries

2001-10-03 Thread Iván Milanez Castellanos
Tom: if you need to weed out duplicates you may try knowing which entries duplicate themselves and how many times they are duplicated, why don't you try. SELECT seminar_name COUNT(*) FROM student_table GROUP BY seminar_name This will return the seminar_name field plus a COUNT field that will

Re: [PHP] formular multiple select trouble

2001-10-02 Thread Iván Milanez Castellanos
Sebastian: if I remember correctly if you use a multiple selection field on a page when you submit the form the contents of the selected items on the field are sent via a comma delimited string, so you would just have to do $Array=split(,, $String) to retrieve all of the selected values of the

[PHP] Re: Problème

2001-10-02 Thread Iván Milanez Castellanos
Monsieur: vous pouvèz trouver les instructions que vous recherchèz dans ce page Web. http://www.php.net/manual/fr/ Au revoir. Abdelghani Mekhoukh [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Monsieur, Premièrement et avant tout je vous souhaite une bonne

[PHP] Having trouble using get_browser() function

2001-10-01 Thread Iván Milanez Castellanos
Hi, does anyone here know how to correctly configure php.ini to be able to use browscap.ini in linux so that I can get the get_browser() function to work properly, I need it because I'm building a statlog from scratch for my web site. Any help will be apreciated. Iván P.S. Sorry about my