Re: [PHP] oracle: updating clob causes error 600

2002-10-28 Thread Juhan Kundla
Hei! Ühel ilusal päeval [27-10-2002 21:27] kirjutas Nick Eby: I'm running oracle 8.1.7 w/ php 4.2. I use the oci8 functions to update clob columns, and maybe 1 out of every 15 or 20 times, updating a clob column causes the mysterious ora-600, internal error code. Anybody out there

Re: [PHP] $_FILES posting limited to 5?

2002-10-16 Thread Juhan Kundla
Ühel ilusal päeval [16-10-2002 16:48] kirjutas Jason Young: I'm going to approach this question in a different way, in case some people were put off by the complexity of it yesterday. For all those who don't know my question from yesterday, I have a form where I can upload up to 9 files

Re: [PHP] $_FILES limited to 5? (Server versions)

2002-10-16 Thread Juhan Kundla
Ühel ilusal päeval [16-10-2002 16:50] kirjutas Jason Young: Just wanted to let everyone know: PHP version is 4.2.1 Apache is 1.3.24 Running WindowsXP Pro Running Windows? Hm. I remember something similar, when I was sysadmin and I used Windows NT 4.0 Workstation as a file server. The

Re: [PHP] php mail()

2002-10-15 Thread Juhan Kundla
Ühel ilusal päeval [14-10-2002 22:46] kirjutas John W. Holmes: Hey do you guys know how to correct this problem with sending email? A custumer uses mail() to send the email and it isn't deliverable. So the message bounces. But since the local sendmail sent the email it thus bounces

Re: [PHP] PHP in crontab job

2002-10-13 Thread Juhan Kundla
Ühel ilusal päeval [11-10-2002 20:48] kirjutas Sharat Hegde: Hello John, Thanks for the help. I was able to solve this. Thanks Marek for your help too in giving the same solution. The problem was with the crontab command not having the full path to php. Silly that a command line on the

[PHP] Object-relational mapping and PHP

2002-10-11 Thread Juhan Kundla
Hey, gang! I am planning to write a small web application using PHP. The application has several business classes, which store their persistent data in relational database. I don't like the idea of embedding the SQL and other data access related code into my classes, so i am looking for a