Re: [PHP] Apache's PHP handlers

2013-09-22 Thread Tamara Temple
On Sep 19, 2013, at 9:14 AM, Arno Kuhl wrote: > Arno: If you can request that file using a web browser, and it gets executed > as PHP on your server then there is an error in the Apache configuration. > > Easy test: create a file in a text editor containing some PHP ( phpinfo(); ?> would be eno

[PHP] Re: Friday's Question

2013-09-22 Thread Jonesy
On Fri, 20 Sep 2013 12:51:49 -0400, Tedd Sperling wrote: > > Do you use a Mousepad? Age: 70 Mousepad: No. Been using trackballs since 1993... (No room for a mousepad on _my_ desktop!) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] jquery fill select option value

2013-09-22 Thread Tedd Sperling
On Sep 22, 2013, at 12:47 PM, Jim Giner wrote: > On 9/22/2013 12:04 PM, Tedd Sperling wrote: >> On Sep 21, 2013, at 9:06 PM, iccsi wrote: >>> >>> -- >>> BMW >>> Audi >>> >>> >>> I use above code to have my select drop down on the form and would like to >>> use jQuery to fill option value on

Re: [PHP] jquery fill select option value

2013-09-22 Thread Jim Giner
On 9/22/2013 12:04 PM, Tedd Sperling wrote: On Sep 21, 2013, at 9:06 PM, iccsi wrote: -- BMW Audi I use above code to have my select drop down on the form and would like to use jQuery to fill option value on change event. I would like know is it possible to do, if yes, any hint or example c

Re: [PHP] jquery fill select option value

2013-09-22 Thread Tedd Sperling
On Sep 21, 2013, at 9:06 PM, iccsi wrote: > > -- > BMW > Audi > > > I use above code to have my select drop down on the form and would like to > use jQuery to fill option value on change event. > I would like know is it possible to do, if yes, any hint or example code at > server site is appr

Re: [PHP] jquery fill select option value

2013-09-22 Thread Jim Giner
On 9/22/2013 3:52 AM, Ashley Sheridan wrote: iccsi wrote: -- BMW Audi I use above code to have my select drop down on the form and would like to use jQuery to fill option value on change event. I would like know is it possible to do, if yes, any hint or example code at server site is

Re: [PHP] jquery fill select option value

2013-09-22 Thread Ashley Sheridan
iccsi wrote: > > -- > BMW > Audi > > >I use above code to have my select drop down on the form and would like >to >use jQuery to fill option value on change event. >I would like know is it possible to do, if yes, any hint or example >code at >server site is appreciated, > >Your help and inf