Re: [PHP-WIN] Double quotes and HTML

2005-11-17 Thread trystano
Try the following... "; else echo ""; ?> ... you just need to come out of the string and back into PHP code. You can do it within the string but I prefer to separate my PHP from strings so that I know where the logic is. Tryst -- PHP Windows Mailing List (http://www.php.net/) To unsu

RE: [PHP-WIN] Double quotes and HTML

2005-11-17 Thread Luis Moreira
yne Khan [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 17 de Novembro de 2005 06:59 To: php-windows@lists.php.net Subject: [PHP-WIN] Double quotes and HTML Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Precedence: bulk Delivered-to: mailing list php-windows@list

[PHP-WIN] Double quotes and HTML

2005-11-16 Thread Wayne Khan
Hi all, I'm rather new to PHP... Am taking a maximal PHP, minimal HTML approach; came from a C/Java background. I'm use a staged (e.g. stage1, stage2) forms page for the creation of new user accounts, so I'm getting variables out of $_POST if there are any. Problem is... I'm getting a weird parse