[PHP] Goodbye!

2001-05-03 Thread Soeren Staun-Pedersen
who helped me during the years, thanks to Rasmus and all the hardcore developers (from Zend too). PHP kicks arse, and we know it. Bye, Soeren Staun-Pedersen - [EMAIL PROTECTED] -- "The internet is full, beat it" - Me. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] huidziekte

2001-04-05 Thread Soeren Staun-Pedersen
h.htm 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

Re: [PHP] XML

2001-04-04 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 P

Re: [PHP] XML

2001-04-04 Thread Soeren Staun-Pedersen
(or similar sgml parser) on them 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

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

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

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

Re: [PHP] What is "foo"?

2001-01-31 Thread Soeren Staun-Pedersen
ke Leslie Lamport (LaTeX) and other computer scientists have kept it alive for at least a century now. Most people believe it originates from "foobar" or "fubar" which is actually an acronym for "Fucked Up Beyond All Recognition". :-) Regards, Soeren Staun-Pedersen - [

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
u're in a serverside, clientside 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