Results 1 to 2 of 2

Thread: where can i see the disabled php functions

  1. #1
    Join Date
    Jan 2005
    Location
    Philippines
    Posts
    50

    Default where can i see the disabled php functions

    Are all php functions enabled here?

  2. #2

    Default

    Upload a new file "phpinfo.php" (or whatever you want to call it) with this code:
    Code:
    <?php
    
    phpinfo();
    
    ?>
    It shows you plenty. Go to www.php.net or Google for description.

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
  •