[php-list] ljlkjlkj

2008-11-16 Thread cosminx2003
lkjlkjlkjlkj

[php-list] (unknown)

2008-11-16 Thread cosminx2003

[php-list] Re: Yahoo Login with php curl

2008-10-17 Thread cosminx2003
--- In php-list@yahoogroups.com, William Piper <[EMAIL PROTECTED]> wrote: > > > > > Hi again, i forgot a detail, how can i keep the cookies? what i want > > is to make a script that get details from all my yahoo groups. First i > > login to yahoo and then file_get_contents('http;//groups.yahoo.com

[php-list] Re: Yahoo Login with php curl

2008-10-17 Thread cosminx2003
--- In php-list@yahoogroups.com, William Piper <[EMAIL PROTECTED]> wrote: > > cosminx2003 wrote: > > > This is much easier to read: http://pastebin.com/m61c9fa40 > > <http://pastebin.com/m61c9fa40> > > > > > > > Hi, first i want to th

[php-list] Re: Yahoo Login with php curl

2008-10-17 Thread cosminx2003
--- In php-list@yahoogroups.com, William Piper <[EMAIL PROTECTED]> wrote: > > cosminx2003 wrote: > > > This is much easier to read: http://pastebin.com/m61c9fa40 > > <http://pastebin.com/m61c9fa40> > > > > > > > Hi, first i want to th

[php-list] Re: file creator

2008-10-16 Thread cosminx2003
--- In php-list@yahoogroups.com, "Phill Sparks" <[EMAIL PROTECTED]> wrote: > > On Thu, Oct 16, 2008 at 4:57 PM, cosminx2003 <[EMAIL PROTECTED]> wrote: > > I want to build a file creator. > > Look how it will work : it will create a file file.txt, will rena

[php-list] Re: Yahoo Login with php curl

2008-10-16 Thread cosminx2003
--- In php-list@yahoogroups.com, William Piper <[EMAIL PROTECTED]> wrote: > > William Piper wrote: > > > > > > [EMAIL PROTECTED] <mailto:listgroups08%40ozwebwiz.com> wrote: > > > > > > > > > - Original Message - > &

[php-list] file creator

2008-10-16 Thread cosminx2003
I want to build a file creator. Look how it will work : it will create a file file.txt, will rename it in .zip|.rar|.iso|etc and then will put a filesize (unlimited filesize), but i don't know how to put a specific filesize to a file, is it possible? For example "file.txt" has 0 bytes, i want to ch

[php-list] Re: Yahoo Login with php curl

2008-10-16 Thread cosminx2003
--- In php-list@yahoogroups.com, <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "cosminx2003" > > --- In php-list@yahoogroups.com, wrote: > > > > - Original Message - > > From: "cosminx2003" > > >

[php-list] Re: Yahoo Login with php curl

2008-10-16 Thread cosminx2003
--- In php-list@yahoogroups.com, <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "cosminx2003" > > Hi, i want to login on yahoo with php cURL, i made a script but i > can't make it work fine (it gives me blank page). >

[php-list] Yahoo Login with php curl

2008-10-15 Thread cosminx2003
Hi, i want to login on yahoo with php cURL, i made a script but i can't make it work fine (it gives me blank page). Please tell me how can i fix it. Thanks http://login.yahoo.com/config/login?'); curl_setopt ($ch, CURLOPT_POST, 1); curl_setopt ($ch, CURLOPT_POSTFIELDS, "login=$username&passwd=$pa

[php-list] Re: Help Needed : related to OCR

2008-10-15 Thread cosminx2003
--- In php-list@yahoogroups.com, Patrick Bierans <[EMAIL PROTECTED]> wrote: > > Hello aslam doctor, > > > I am currently trying to develop a code for Optical character > recognition. > Fist advice: Switch to another coding language. php is not designed for > this. Go for a language like java wh