[PHP] Re: No ouput until program end, why?

2002-10-04 Thread Ernani Joppert Pontes Martins

Have you tried this way ?

php -q your_file.php  /path/to/output_filename


Jean-Christian Imbeault [EMAIL PROTECTED] escreveu na
mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am running a PHP program under Linux on the command line. The problem
 I have is that I get no output to the screen until the program finishes.

 I have lots of echo statements throughout the program to help me debug
 but none of them are printed until the program finishes, which is really
 a pain since the prog takes 30 minutes to run ...

 The main() looks something like this. Can someone help me figure out why
 it is not printing anything until the program exists?

 pg_exec($CONN, BEGIN);
 for ($i = 0; $i  6001; $i++) {
$retval = process($aFields);
if ( ($i % 100) == 0 ) echo $i\n;
if ($retval == 1) echo error on line $i \n;
 }

 echo COMMIT \n;
 pg_exec($CONN, COMMIT);

 Thanks,

 Jc




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




[PHP] Re: after mysqlfront?

2002-10-04 Thread Ernani Joppert Pontes Martins

Mascon or Free Mascon is really a good value

HTH,

Ernani

Lallous [EMAIL PROTECTED] escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello

 MySqlfront.de's mysqlfront program has been discontinued any equivalent
 alternative?

 thanks,
 Elias





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




[PHP] Re: php

2002-10-03 Thread Ernani Joppert Pontes Martins

Hi Murat,

You can generate the code above with php and the javascript is a text that
the browser will execute...

PHP has its processes on the server site...ie.: Your webserver

Javascrip has its processes on the browser of any user who wants to access
your webserver

HTH,

Ernani


Murat Saygili [EMAIL PROTECTED] escreveu na mensagem
news:006601cb7809$5f8ff5e0$7d0a@altaymrk...
 hello friends,
 is it possible to write the below code just using php without javascript.




 HTML
 HEAD
 TITLEfirst/TITLE
 META NAME=description CONTENT=
 META NAME=keywords CONTENT=R
 script language=JavaScript
 function AksiyonDegis (aksiyon){
 document.Formum.action = aksiyon;
 document.Formum.submit();
 }/script
 /HEAD
 BODY
 form action= method=post name=Formum
 Tar1: input type=text name=tar1 size=25 maxlength=30br
 Tar2: input type=text name=tar2 size=25 maxlength=30br
 input type=button value=Ekle onClick=AksiyonDegis('test1.php3')
   input type=button value=Güncelle
 onClick=AksiyonDegis('test2.php3')
   input type=button value=Sil
onClick=AksiyonDegis('test7.php3')
   input type=button value=Bul
onClick=AksiyonDegis('test5.php3')
   input type=button value=Bul
onClick=AksiyonDegis('test5.php3')
 /form
 /BODY
 /HTML




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




[PHP] Re: ASP PHP

2002-09-23 Thread Ernani Joppert Pontes Martins

Try to search for asp2php at google.com

[]'s

Ernani

Nwakaji Eppie [EMAIL PROTECTED] escreveu na mensagem
news:[EMAIL PROTECTED]...
 Does anyone know if there is a script that converts ASP to PHP??

 Thanks in advance
 Nwakaji





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




[PHP] Re: Web based FTP client

2002-09-10 Thread Ernani Joppert Pontes Martins

Try to find at google for noFTP

It was made with php and it is a good client for FTP.

[]'s

Ernani

Jonathan Abbey [EMAIL PROTECTED] escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Mark McCulligh wrote:
  I am trying to build or find a web FTP client.
 
  I can create a server side FTP app in PHP no problem, but I would like
the
  user to be able to browse their own file system.  I thought about using
  upload functions with PHP FTP functions on the server but I didn't want
just
  an input box with a browse button on the screen.  I have also search
though
  JavaScript for FTP functions but I didn't see anything that would really
  work. I want it to look like a windows based FTP client a list box on
one
  site for the user's file system and a list box on the other for the ftp
  server.
 
  Does anyone know of a good web FTP program in exists or point me in  the
  right direction on how to build one..

 I don't think JavaScript gives you this kind of power.  I imagine you'd
either
 need to take advantage of Java on the client, or perhaps something based
on
 a cross-platform toolkit like Mozilla.  I expect you could build something
like
 what you want with Mozilla's XUL and JavaScript.

  Thanks, Mark.
  _
  Mark McCulligh, Application Developer / Analyst
  Sykes Canada Corporation www.SykesCanada.com
  [EMAIL PROTECTED]

 --
 --
-
 Jonathan Abbey   [EMAIL PROTECTED]
 Applied Research Laboratories The University of Texas at
Austin
 Ganymede, a GPL'ed metadirectory for UNIX
http://www.arlut.utexas.edu/gash2




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