php-windows Digest 26 Jan 2004 11:25:51 -0000 Issue 2096

Topics (messages 22654 through 22656):

Re: Joining Form Fields To Insert into Database
        22654 by: John Ellingsworth
        22655 by: kaizer boab

PHP Loading Multiple Instances
        22656 by: Mark Gerrard

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
$customer_dob = $dob_day."/".$dob_month."/".$dob_year;

for 01/25/2004 format.

Thanks,

John Ellingsworth 
http://mail.med.upenn.edu/~jellings/
AIM: vc2000support

-----Original Message-----
From: kaizer boab [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 25, 2004 4:41 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Joining Form Fields To Insert into Database


I am developing a customer registration form which gathers the usual
details.

I have a field in my MySQL table 'customer_dob'. On my form I have list
boxes for 'dob_day', 'dob_month' and 'dob_year'.

I was wondering is it possible using "INSERT" to join these three fields
together to insert into 'customer_dob'?

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
Yep, it done the trick, thanks for your help John.

"John Ellingsworth" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> $customer_dob = $dob_day."/".$dob_month."/".$dob_year;
>
> for 01/25/2004 format.
>
> Thanks,
>
> John Ellingsworth
> http://mail.med.upenn.edu/~jellings/
> AIM: vc2000support
>
> -----Original Message-----
> From: kaizer boab [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 25, 2004 4:41 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Joining Form Fields To Insert into Database
>
>
> I am developing a customer registration form which gathers the usual
> details.
>
> I have a field in my MySQL table 'customer_dob'. On my form I have list
> boxes for 'dob_day', 'dob_month' and 'dob_year'.
>
> I was wondering is it possible using "INSERT" to join these three fields
> together to insert into 'customer_dob'?
>
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
I have created several web applications using PHP from around version 4.0.

However a problem we are having recently, using Apache 1.3.2 and anything
PHP 4.2 (CGI Version) + / Win2kServer, is that every so often the number of
PHP instances in the process viewer starts to grow and they do not get
released.

The only way to release them is to manually kill them using a command line
program such as 'kill.exe' or alternatively shut down the apache server and
restart it.

Has anyone else experienced this problem and if so got any ideas on what to
do to rectify it. Also is anyone aware of any programs that could monitor
the PHP processes growing and send a signal to restart Apache.

Thanks,

Mark

--- End Message ---

Reply via email to