Re: [PHP] XML

2001-04-05 Thread Soeren Staun-Pedersen
valid and well-formed are different, can php verify neither? It can validate well-formed. Regards, Soeren Staun-Pedersen - [EMAIL PROTECTED] -- "The internet is full, beat it" - Me. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] huidziekte

2001-04-05 Thread Soeren Staun-Pedersen
This is an English mailinglist. Soeren Staun-Pedersen - [EMAIL PROTECTED] -- "The internet is full, beat it" - Me. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato

Re: [PHP] XML

2001-04-04 Thread Soeren Staun-Pedersen
to ensure that they are right according to the DTD. (Validate outside the webserver, process inside) Regards, Soeren Staun-Pedersen - [EMAIL PROTECTED] -- "The internet is full, beat it" - Me. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

Re: [PHP] last inserted record

2001-03-08 Thread Soeren Staun-Pedersen
On Thursday 08 March 2001 06:42, you wrote: Assuming that you do have a primary key, how can you grab the last record you inserted? Can you use @@IDENTITY, or something like that? For that I'd add another field - type "timestamp". In MySQL, timestamp fields are automatically set to

Re: [PHP] Java Question

2001-02-27 Thread Soeren Staun-Pedersen
I have not programmed in Java in awhile. I keep getting an error: when I invoke the JVM java Welcome. Which mailinglist did you think you posted this to? This is a PHP list. Take a look at http://www.php.net/ for more information on our favourite scripting language. Regards, Soeren Staun

Re: [PHP] Howto return multidimensional arrays from a PHP module

2001-02-05 Thread Soeren Staun-Pedersen
On Mon, 5 Feb 2001, Thomas Wentzel wrote: Hi all, I've been using array_init and add_assoc_xxx to return an array from within my PHP module... But how would I go about returning the following stucture $a = array(1,2,3,4); $b = arrar("foo"=1,"bar"=2); return $a; would work, as well as

Re: [PHP] How to escape '$' in scripts?

2001-01-22 Thread Soeren Staun-Pedersen
\$ Soeren Staun-Pedersen - [EMAIL PROTECTED] -- "The internet is full, beat it" - Me. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-ma

Re: [PHP] javascript and php

2001-01-16 Thread Soeren Staun-Pedersen
problem. You want the client to execute the PHP code, which it cannot. If you want to update the form fields with some other data, you have to provide the page you sent to the client with all the needed data beforehand. Regards, Soeren Staun-Pedersen - [EMAIL PROTECTED] -- "The internet is