I do not want to receive  all these email ????

 ======== >   Please STOP !!!! 

   Do not use the global list for your discussion
!!!!!



 --- Justin Patrin <[EMAIL PROTECTED]> a
écrit : > Benjamin Jeeves wrote:
> 
> > Hi all,
> > 
> > I have a search where I search inside a document
> and count how many times I 
> > found a given word. 
> > 
> > My problem is that I have a list e.g. $list_path
> this is a string of where the 
> > file is location on the server what I need help on
> this getting this list 
> > into array format of /somepath/doc1.doc would be
> $array[0] then /somepath/
> > doc2.doc would be $array[1] and so on. Then I can
> use array_count_values for 
> > how many times in appears.
> > 
> > If I my going off can someone point me in the
> right way?
> > 
> > 
> > Thank You
> > 
> > Ben
> 
> What format is $list_path in? How is it a
> string-list? If there is a 
> delimiter (; or , for example) you can us explode.
> 
> $array_path = explode(';', $list_path);
> 
> -- 
> paperCrane <Justin Patrin>
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>  

=====
*_______LINKS_________________________* 
-> Website & JAVA Applet demo : http://membres.lycos.fr/wabyan 
*____ Superwaba__________________________* 
-> SUPERWABA (Official site) : www.superwaba.com.br 
-> SUPERWABA (VM Download) : www.superwaba.org/install 
-> SUPERWABA FRANCE (Webmaster: A.Farine) : www.superwaba-france.com 
*____ Musik____________________________* 
-> LUNE: http://cabaretlune.free.fr 
-> GUYADER : http://membres.lycos.fr/cuic



        

        
                
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com

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

Reply via email to