[PHP-WIN] Re: Can PHP and Java work together?

2001-08-31 Thread Benjamin Lupu
Jack, You can either check your text field with JavaScript before submitting your form or after on server-side with PHP. I prefer to use JavaScript because it saves a back and forth. here an example of that : http://1ppl.free.fr/scripts/javascript16.htm For the printing function, check that :

[PHP-WIN] Problem with DOM XML extention

2001-08-30 Thread Benjamin Lupu
Hi, I have this strange problem with the DOM XML extention under Win2k. I can create an xml doc with xmldocfile() but as soon I try to use a function I get : Fatal error: Call to a member function on a non-object... I saw that several people have the pb. Thank for who has an idea :-) -- PHP