Re: [PHP] multiple entries in the same field

2001-07-04 Thread Wieger Uffink
cribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Wieger Uffink tel: +31 20 428 6868 fax: +31 20 470 6905 web: http://www.usmedia.nl -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] Basic multi-dimensional array help

2001-07-03 Thread Wieger Uffink
> Coupon may be redeemed from June 27 through July 31, 2001. > > -- > 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 ad

Re: [PHP] Get highest value of key most efficiently

2001-07-02 Thread Wieger Uffink
ling List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Wieger Uffink tel: +31 20 428 6868 fax: +31 20 470 6905 web: http://www.usmedia.nl -- PH

Re: [PHP] how can i get local script name?

2001-05-23 Thread Wieger Uffink
et/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Wieger Uffink tel: +31 20 428 6868 fax: +31 20 470 6905 web: http://www.usmedia.nl -- PHP General Mailing List (http://www

Re: [PHP] Converting MySQL Date (2001-05-21) to Friendly Date (21 May 2001)

2001-05-23 Thread Wieger Uffink
hp.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Wieger Uffink tel: +31 20 428 6868 fax: +31 20 470 6905 web: http://www.usmedia.nl -- PHP General Mailing List (http:

Re: [PHP] removing PHP

2001-05-17 Thread Wieger Uffink
ubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Wieger Uffink tel: +31 20 428 6868 fax: +31 20 470 6905 web: http://www.usmedia.nl -- PHP General Mailing List (http://www.php.net/) To unsubsc

Re: [PHP] Classes and arrays

2001-05-09 Thread Wieger Uffink
; > } > > $c = new Cart; > $c->add_item(0,"zero"); > $c->add_item(1,"one"); > $c->output(0); > $c->output(1); > > ?> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For

Re: [PHP] forcing upload instead of showing doc

2001-05-08 Thread Wieger Uffink
ery ] > . Webdeveloper @ Tá Na Mesa! > . Listmaster @ Gaita-L > . http://www.tanamesa.com.br > > -- > 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

Re: [PHP] remotely include file

2001-05-08 Thread Wieger Uffink
AIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] &

Re: [PHP] Call to a member function on a non-object

2001-05-08 Thread Wieger Uffink
ot;", 255); > > > if ($HTTP_POST_VARS) > { > if ($edlist->update()) >message("success", "Operation successful."); > else >message("warning", $edlist->error()); > } > > ?> > Enter the addresses of all ser

Re: [PHP] How to catch the output of http:// -> text file?

2001-05-03 Thread Wieger Uffink
Logistic Systems > mailto:[EMAIL PROTECTED] > > --- > > Microsoft Windows 2000 Professional SP 1, Progress 9.1b, Roundtable 9.1b > SCO UnixWare 7.1.1, Progress 9.1a11 > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] &

Re: [PHP] MS SQL Question

2001-02-07 Thread Wieger Uffink
Hi Ryan, You could try REPLACE INTO in combination with a select from the second table, instead of UPDATE. For the exact syntax see http://www.mysql.com/doc/R/E/REPLACE.html Maybe you can fit it to your needs. Wieger "Conover, Ryan" wrote: > > I am trying to update a table with data from ano