Re: [PHP] Cleanup script

2002-08-17 Thread Jose Arce
that's funny...the function oh_god_im_so_lazy does the job i think jeje... >From: "Liam MacKenzie" <[EMAIL PROTECTED]> >To: "php" <[EMAIL PROTECTED]> >Subject: [PHP] Cleanup script >Date: Sun, 18 Aug 2002 09:18:50 +1000 > >I just had a massive open house party... > >Is it possible to write a PHP

[PHP] ignore_user_abort question

2002-07-14 Thread Jose Arce
Hi, got a question. What happend if ignore_user_abort is true, and the user closes the window? Also, i tried, but i push the stop button, and the script stops, shouldn ignore that?. Thx :D _ MSN Fotos: la forma más fácil de compa

Re: [PHP] Re: FTP commands

2002-07-06 Thread Jose Arce
>From: "Richard Lynch" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [PHP] Re: FTP commands >Date: Sat, 06 Jul 2002 17:02:20 -0500 > > > > >Hi, i'm making a script, that logs some ftp characteristics, like resume > >support and stuff...i try using ftp_site(), but it's not working > > > >

Re: [PHP] Error: Parse error: parse error, unexpected $ in...

2002-07-06 Thread Jose Arce
that error appears many times to me...you can show some code so we all can see what's wrong, but i've solved it adding a }, as i told you, manny times it has appear to me, and that's the way i've solved it :D >From: Shiloh Madsen <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [PHP] Error:

[PHP] FTP commands

2002-07-06 Thread Jose Arce
Hi, i'm making a script, that logs some ftp characteristics, like resume support and stuff...i try using ftp_site(), but it's not working I want to send a command like REST, but ftp_site() send the command like this: SITE REST, with the SITE before the command...any way to do it? Thx :D _

[PHP] FTP routine

2002-07-04 Thread Jose Arce
Hi, i'm making a script to donwload files from a ftp server to the server hosting the script, but i don't know how to download all the files from a directory. I'm using the file system functions to conect to the ftp server, because the ftp functions in php does not always work, and, actually t

RE: [PHP] fsockopen question

2002-07-03 Thread Jose Arce
now it's clear thx :D is not the same thing as: while ($i < 100) { $sock = fsockopen($host, 80); fputs($sock, "GET /file".$i".html HTTP/1.0\r\n\r\n"); } isn't? >From: Martin Towell <[EMAIL PROTECTED]> >To: 'Jose Arce' &l

RE: [PHP] fsockopen question

2002-07-03 Thread Jose Arce
So...i can do more than one fsockopen()...but is not multi-thread? i don't understand...i mean...if i can open more than one fsockopen...it is multithread, or in wich cases php open more than one fsockopen? thx :D >From: Martin Towell <[EMAIL PROTECTED]> >To: 'Jose A

[PHP] fsockopen question

2002-07-03 Thread Jose Arce
Hi, i'm making a script to transfer all the zips from my old server to my new one, i mean, server to server. That's the easy part. The cuestion is: Can i open more than just one instance for fsockopen to retrieve more files in the same script, at the same time? i mean, not one by one (that will

[PHP] storing echo to MySQL or converting to a variable

2002-07-03 Thread Jose Arce
Hi, i want to know if i can convert this: echo fgets($conexion,256); to a variable, or store it to a MySQL database, and then email that variable or data in the MySQL database...thx :D _ MSN Fotos: la forma más fácil de compartir