Re: [PHP-WIN] PHP MySQL question

2003-04-05 Thread H Marc Bower
Using an UPDATE statement in mysql you can make any number of changes to the record at one time. What I've done in the past is read in all the fields from a record, on the webpage displayed the fields that are editable, then sent all of the variables back through as an update. You'll need to read

php-windows Digest 5 Apr 2003 23:49:30 -0000 Issue 1669

2003-04-05 Thread php-windows-digest-help
php-windows Digest 5 Apr 2003 23:49:30 - Issue 1669 Topics (messages 19313 through 19319): db search 19313 by: Bobo Wieland Re: Subject: PHP probs with XML docs 19314 by: Neil Smith Re:Subject: Fw: PHP array => Javascript array :: solved 19315 by: Neil Smith ereg_r

[PHP-WIN] PHP MySQL question

2003-04-05 Thread ODCS
I have a database of user inputted information and need to create a page where the user can update their information. The user will log in using their name and password and then be forwarded to a form with all the fields they can update - but what is the best way to write the records to the databas

[PHP-WIN] PHP and beers...

2003-04-05 Thread Max Graham
Try finding an empty beer bottle, and blowing across the top of it While this may not have any effect on your CD, it has been known to have a profound effect on beer openers. It's sort of like their mating call :P > Message-ID: > <[EMAIL PROTECTED]> > From: "Asendorf, John" <[EMAIL PROTECTED]> >

[PHP-WIN] What authentication types does php_pgsql.dll support?

2003-04-05 Thread Richard Hollis
Hi Does anyone know what server security authentication types (pg_connect()) the supplied php_pgsql.dll supports? Many thanks Richard -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] ereg_replace...

2003-04-05 Thread Bobo Wieland
is there some way to change the following code: $wrd = ereg_replace("[^[:alnum:]]", "", $wrd); so that it does not remove å,ä and ö? .bobo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re:Subject: Fw: PHP array => Javascript array :: solved

2003-04-05 Thread Neil Smith
LOL 'enthusiasm' - Sure, I think you put them off by quite rightly pointing out it would save you several hours of coding time (but cost us several hours of coding time instead :-) Hehe Anything you want to share ? I suspect cause its recursive it would be a small snippett :-) Cheers, Neil Smi

Re: [PHP-WIN] Re: Subject: PHP probs with XML docs

2003-04-05 Thread Neil Smith
OK my reply got mangled because I had to put html markup in it heh - lets try that again : ; Title goes here Body text goes here Note this doesn't contain the p

[PHP-WIN] db search

2003-04-05 Thread Bobo Wieland
Hi all! Any good tutorials for adding a search-function to your homepage? I have a 'q&a' section with three fields fetched from a mysql table. The fields are: headline(varchar(50)), question(text) and answer(text). These are the feilds that should be searched... I think my ISP has mysql 3.23.54 s