[PHP] Asking for data during a script

2004-04-30 Thread "Gern M. Rivera"
Hi all! Let's say I have a PHP script that needs the user to input some data during its execution. At the point the data is needed the browser could be redirected to a new page with a form where the user could enter the data. But thus is necessary to save the script state in order to contin

[PHP] Error messages configuration

2004-04-07 Thread "Gern M. Rivera"
Hi all! I would like to know if it is possible to change the format of error and warning messages that PHP shows. Now my error notifications look like: [Fatal error | Warning | ...]: in on line . It would be helpful for me that those messages included some additional information, li

[PHP] Call PHP from other languages

2003-12-12 Thread "Gern M. Rivera"
Hi all! We have developed a groupware web server written in PHP. We were interested in integrating some communication interfaces in Java, using Tomcat, in this application, but we have not found an efficient way to call PHP functions from a Java program. We would prefer not to use communica

[PHP] DST change dates

2003-10-01 Thread "Gern M. Rivera"
Hi all! I would like my script to get the dates of the year when the server local time changes from winter time to summer time and vice-versa. ¿Does anybody know how to do it in PHP, even calling linux functions (with popen) or exploring linux archives? I need it to create a VTIMEZONE compo