Results 1 to 2 of 2

Thread: Hexadecimal constant ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2000
    Location
    Québec, Canada
    Posts
    212

    Hexadecimal constant ?

    Hi there,

    jsut wondering what's the proper way of defining hexadecimals constants in PHP ?

    <?php
    define("MyConstant", ffcc00);
    ?>

    would be ok ?

    Thanks in advance,
    Regards,

    El-Nino

  2. #2
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    always add the # in front of the hex.

Posting Permissions

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



Click Here to Expand Forum to Full Width