Results 1 to 7 of 7

Thread: Short tags

  1. #1
    Join Date
    Feb 2009
    Location
    UK
    Posts
    20

    Default Short tags

    Someone in the Nicecoder team prefers to do the php coding in short tags. Please contact your web host PRIOR to purchasing any of the nicecoder products, and ensure your host supports short tags, otherwise you WILL have a NIGHTMARE to try and get the scripts to work.

    The GOOD news is that Bruceper is excellent in helping at any problems you might encounter

  2. #2
    Join Date
    Nov 2007
    Posts
    227

    Default

    You should note though that they are actively going through and replacing all the short tags with long tags. Hopefully it will be complete before the next version release.

    Regards
    mp
    For questions related to any mods I developed, please contact me by pm or email at webmaster [at] scriptdragon [dot] com

  3. #3
    Join Date
    Feb 2009
    Location
    UK
    Posts
    20

    Default

    Thanks, it would be great however if I knew before purchasing the script that there are loads of short tags in it, as well as the requirement by my host to allow short tags. Bruceper did help me, as I have said before, but i would have still preferred to know that the scrips is in short tag before a purchase. The amount of time I have to compromise in fixing it would have swayed me for another product. But now it is sorted, it is a nifty script and I will most definitely recommend it, especially after a new release.

  4. #4
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default

    Can some one give me an example of short tags I would like to know what you talking about.

  5. #5
    Join Date
    Nov 2007
    Posts
    227

    Default

    Short tags are when instead of using
    Code:
    <?php echo $whatever; ?>
    they use
    Code:
    <?=$whatever; ?>
    For questions related to any mods I developed, please contact me by pm or email at webmaster [at] scriptdragon [dot] com

  6. #6
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    PHP Tag =

    <?php

    < your _ php _ code >

    ?>


    Short Open Tag =

    <?

    < your _ php _ code >

    ?>
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  7. #7
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

    Default

    Thank You!

Similar Threads

  1. Cloud tags
    By CotswoldAdvisor in forum v5.x
    Replies: 3
    Last Post: 03-22-2008, 06:36 AM
  2. Adding Tags
    By none123 in forum v5.x
    Replies: 2
    Last Post: 11-14-2007, 09:55 PM
  3. way to remove certain tags?
    By Vitis in forum v5.x
    Replies: 3
    Last Post: 08-28-2007, 01:04 PM
  4. Short path in category search
    By beto in forum v5.x
    Replies: 4
    Last Post: 11-28-2006, 03:44 AM

Posting Permissions

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