[PHP] CORRECT sort

2001-06-24 Thread Rafael Faria
I have a list of nicknames inside my page $t®ike_19a M@x< ARNALDO_MOTA20 AXL-FUCKIN-ROSE AbAgUaLaDo Adolf Al_Cap0ne Anda_pelas_Sombr Anjo Tora Anjo_noturno Arcanjo_ Atras_E_AVANTE BHILL BRAIN_DAMAGE B

[PHP] ORDER PROBLEMS

2001-05-15 Thread Rafael Faria
Hello Guys, i'm with problems first i try to add a value like "8.55" into my sql data base that was set up to DOUBLE (10,0) and isn't work... i don't know how this work... but i'm here to ask for someone explain me. well... i did with varchar to add this value as i want to.. do i have a

[PHP] IMAGE

2001-05-01 Thread Rafael Faria
Hy guys how can i know the width and height of an image? --- [ r a f a e l f a r i a] _ [EMAIL PROTECTED] WebMaster Universo Online - http://www.uol.com.br Phone # +55 11 3038-8665 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

[PHP] What's wrong?

2001-05-01 Thread Rafael Faria
What's wrong with my php file? File --- --- [ r a f a e l f a r i a] _ [EMAIL PROTECTED] WebMaster Universo

[PHP] MP3

2001-04-27 Thread Rafael Faria
Have some way to make a script to get the info of mp3 file? like ID3 tag? --- [ r a f a e l f a r i a] _ [EMAIL PROTECTED] WebMaster Universo Online - http://www.uol.com.br Phone # +55 11 3038-8665 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai

[PHP] Count....

2001-04-25 Thread Rafael Faria
I'm doing a seach function... everything is okbut i wanna put something like "Use more specific terms" when the search don't have anything to show. but i can't do that can someone helpme? i'm doing that! = $query = mysql_query("select * from Newsletter_Memb

Re: [PHP] Upload a File

2001-04-25 Thread Rafael Faria
i tried: if (!move_uploaded_file($MyFile,"/home/vacamarela/public_html/rafael")) { echo "can't copy"; exit; } and retur "can't copy" my form is :/ Rafael >Acesso fácil, rápido e ilimitado? Suporte 24hs? R$19,90? >Só no AcessoBOL. http://www.bol.com.br/acessobol

[PHP] Upload a File

2001-04-25 Thread Rafael Faria
>Hey Guys, i'm here thinking what i did wrong.can u guys help me? i did 2 ways to upload a file and none of them work fine! :/ first way $folder = "/tmp"; if(!copy($MyFile,$folder.$MyFile)){ echo "can't copy"; } else { echo "work it!";

RE: [PHP] Lines

2001-04-25 Thread Rafael Faria
L PROTECTED] > www.phpbeginner.com > > > >-Original Message- >From: Jason Murray [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, April 25, 2001 4:52 PM >To: Maxim Maletsky; 'Rafael Faria'; [EMAIL PROTECTED] >Subject: RE: [PHP] Lines > > > > > it

[PHP] IRC CHAT

2001-04-24 Thread Rafael Faria
Hi again, have somewhere that i can find a chat that connect with irc server? --- [ r a f a e l f a r i a] _ [EMAIL PROTECTED] WebMaster Universo Online - http://www.uol.com.br Phone # +55 11 3038-8665 -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] Lines

2001-04-24 Thread Rafael Faria
But how can i put into a var $total the total lines that i have into the file? Rafael >f you use the file() function to open up the file, it will put each line >of the file into an array. At that point you can say: > >for($i=5;$i<11;$i++){ > >print $myFile[$i]; > >

[PHP] Lines

2001-04-24 Thread Rafael Faria
Hey Guys, it's my first post on this list, and my doubt is... how can i take a file.txt and 1 - know how many lines i have in this text 2 - print line 5 until 10 ? can someone help me? --- [ r a f a e l f a r i a] _ [EMAIL PROTECTED] WebMaster Universo Online - ht