Re: [PHP-WIN] Wierd Windows Problems

2003-02-01 Thread Bobo Wieland
> imo: tag isn't standard HTML.. well... you're wrong there... here's a little from the html-manual: "Buttons created with the BUTTON element function just like buttons created with the INPUT element, but they offer richer rendering possibilities: the BUTTON element may have content. For exampl

RE: [PHP-WIN] Wierd Windows Problems

2003-01-31 Thread Sean Malloy
Or Search Add imo: tag isn't standard HTML.. I would go with: -Original Message- From: Tobias Brandl [mailto:[EMAIL PROTECTED]] Sent: Friday, 31 January 2003 11:26 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Wierd Windows Problems this is a submit button.. s

Re: [PHP-WIN] Wierd Windows Problems

2003-01-31 Thread Tobias Brandl
this is a submit button.. so you start something.. so why do you do like this: and this should work fine... "Chris Deam" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Okay, you are correct about the coding practices, but this is not really > he

Re: [PHP-WIN] Wierd Windows Problems

2003-01-30 Thread Dash McElroy
Looks like a missing quote could be a culprit here. Add Would you not also need a value="Add" in the tag? IE borks on stuff like that. -Dash For those who like this sort of thing, this is the sort of thing they like. -- Abraham Lincoln On Thu, 30 Jan 2003, Chris Deam wrote:

Re: [PHP-WIN] Wierd Windows Problems

2003-01-30 Thread Chris Deam
Okay, you are correct about the coding practices, but this is not really helping me. One other thing I forgot to mention is that I have two such buttons: Search http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Wierd Windows Problems

2003-01-30 Thread Bobo Wieland
PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 9:45 AM Subject: RE: [PHP-WIN] Wierd Windows Problems > Actually I think it's that opening and closing tags must have the SAME case. > I don't think they have to be all lower c

RE: [PHP-WIN] Wierd Windows Problems

2003-01-30 Thread Jill . Ramonsky
raging good practice. Jill -Original Message- From: Bobo Wieland [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:28 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Wierd Windows Problems in that case: since quoting attributes is only _really_ neccesary

Re: [PHP-WIN] Wierd Windows Problems

2003-01-30 Thread Bobo Wieland
. bobo . www.elstudion.com . www.elstudion.com/bobo . - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 9:02 AM Subject: RE: [PHP-WIN] Wierd Windows Problems > I don't know if this is relevant, b

RE: [PHP-WIN] Wierd Windows Problems

2003-01-30 Thread Jill . Ramonsky
day, January 30, 2003 3:41 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Wierd Windows Problems 2. I have a submit button that looks like this: Add And corresponding PHP is: if ($action == "add"){ do something; } -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Wierd Windows Problems

2003-01-29 Thread Chris Deam
PLEASE HELP! I am frustrated. Here is the scenario: I am creating a demo disk consisting of MySQL,PHP,Apache to run on windows 98. I already have my program running fine on Linux. I copied over the php files and did the correct dos conversion on them. I had to make minor modifications to adjust