+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 16 to 17 of 17
  1. #16
    Senior Member
    Join Date
    Aug 2008
    Location
    London, UK
    Posts
    753
    <?= is different from regular short tags though. I recently hit this problem where I wrote some code to output RSS feeds, and the whole thing choked at the XML declaration because short open tags meant it was expecting PHP. In the end I had to use PHP to echo the XML declaration; a minor annoyance, but still an annoyance just the same.
    Ashley Sheridan
    www.ashleysheridan.co.uk

  2. #17
    Settled 4 red convertible dalecosp's Avatar
    Join Date
    Jul 2002
    Location
    Accelerating Windows at 9.81 m/s....
    Posts
    7,211
    Quote Originally Posted by Ashley Sheridan View Post
    <?= is different from regular short tags though. I recently hit this problem where I wrote some code to output RSS feeds, and the whole thing choked at the XML declaration because short open tags meant it was expecting PHP. In the end I had to use PHP to echo the XML declaration; a minor annoyance, but still an annoyance just the same.
    I've had to do that for what seems like EONS.

    Quote Originally Posted by bradgrafelman
    You can avoid looking at all of that syntax altogether and just use something like Microsoft Frontpage to design your website!
    Bwahahah! Wonderful!!!!!!! Can I get it from Pirate Bay or Depositfiles, or do I have to install Kazaa??

    ( +1 for your trolling today, Brad )
    /!!\ mysql_ is deprecated --- don't use it! Tell your hosting company you will switch if they don't upgrade! /!!!\ ereg() is deprecated --- don't use it!

    dalecosp "God doesn't play dice." --- Einstein "Perl is hardly a paragon of beautiful syntax." --- Weedpacket

    Getting Help at All --- Collected Solutions to Common Problems --- Debugging 101 --- Unanswered Posts --- OMBE: Office Machines, Business Equipment

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts