[PHP] php-5.0.4 build

2005-09-16 Thread Muthukumar
Hi All, I am trying to upgrade from 4.2.2 to 5.0.4 with source in my linux 2.4.20machine. tar -xjf php-5.0.4.tar.bz2 tar -xjf httpd-2.0.54.tar.bz2 cd httpd-2.0.54 ./configure --prefix=/usr/local/apache2 --enable-module=so make make install ./configure --prefix=/usr/local/php5 --with-mysql --wit

[PHP] problem with multi field validation

2005-09-08 Thread Muthukumar
Hi All,   Greetings.   I am working on making php script with gets information from a file with five fields and load it on browser.   # cat machines.log machine1:os:team1:member1:booked machine2:os:team1:member2:booked machine3:os:team1:: machine4:os:team1::   format is like machine:os:team:memb