RE: [WSG] PHP Question...

2003-12-08 Thread Beau Lebens
ber 2003 7:07 PMTo: [EMAIL PROTECTED]Subject: [WSG] PHP Question... Hey People! Sorry me again Wondering, what is the difference between using: ? /* php code */? as opposed to: ?PHP /* php code */ ? Chris Stratf

RE: [WSG] PHP Question...

2003-12-08 Thread Simon Jessey
e: [EMAIL PROTECTED] -Original Message-From: Beau Lebens [mailto:[EMAIL PROTECTED]Subject: RE: [WSG] PHP Question... ?php is more reliable - you can configure a server to ignore "?" as an opening PHP tag (short_tags i think the directive is from memory). for co

Re: [WSG] PHP Question...

2003-12-08 Thread Adam Carmichael
Beau Lebens wrote: ?php is more reliable - you can configure a server to ignore ? as an opening PHP tag (short_tags i think the directive is from memory). for compatibilities sake, you should always use the ?php tag in your coding, but if short tags are enabled, then technically the 2 are the