PDA

View Full Version : Not really a bug unless...


pezzonovante
12-21-2003, 04:54 PM
I just downloaded the Calendar and am going to try to add some features. I came across a problem though right away. This is not really a bug though unless....

I have turned off PHP shortcuts on my PHP server (i.e. you cannot use '<?', you must always use '<?php'). I turned them off because when declaring the XML version, the tag starts with '<?' and causes all sorts of errors since PHP thinks it should parse it.

Even if you have shortcuts turned on in your server (it's the default), it's good programming practice to always use '<?php' when coding PHP for those of us that do turn them off. Overall it makes the code more portable.

I have no other complaints about this program at all. It's exactly what I was looking for.

Steve

Brian
12-21-2003, 07:16 PM
All of the PHP tags have been changed to <?php in Version 4.3. Look for it to be released soon. :D