Results 1 to 3 of 3

Thread: index.$phpEx

  1. #1
    Join Date
    Feb 2003
    Location
    VA
    Posts
    10

    Unhappy index.$phpEx

    could someone please explain what the $phpEx stands for or does when used. I have not been able to find any info on it. Thanks

    Byg Mony

  2. #2
    Join Date
    Jan 2004
    Location
    Cincinnati, OH
    Posts
    30
    From what I can tell, it seems like $phpEx stands for the file extension that your php uses (i.e., ".php" or ".php3").

    I'm not quite sure where you set this variable, but since it is not referenced at php.net, I assume that you set this yourself in an include file.

    If applications are written this way, then you could just set this variable and the code could be used with a variety of different versions of php. I think that is the main reason for using this convention.

  3. #3
    Join Date
    Feb 2003
    Location
    VA
    Posts
    10

    Talking $phpEx

    Thank you. I figured something to that degree.

Posting Permissions

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