Welcome, Guest. Please login or register.

Author Topic: PHP question..  (Read 3130 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Waccoon

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1057
    • Show all replies
Re: PHP question..
« on: July 12, 2005, 10:13:25 AM »
Not all installs of PHP support the short tags, so you may have to use "" anyway.

Also, the "echo" command is faster than "print" for some reason.