Jump to content
xisto Community

Daniel15

Members
  • Content Count

    0
  • Joined

  • Last visited

Everything posted by Daniel15

  1. This means that the hash_update function is being defined more than once. Try using require_once rather than require, or include_once rather than include Ideally, you're meant to store the username and password in a file outside the webroot (eg. /home/[username]/db-settings.php or similar), and then use a require statement to grab the username and password <?php ?>, not <?php php?>. People usually use <?php, becuase <? is also used by XML. The <script language="php"> tags are not recommended to be used, and are only really useful for editors that delete <?php ... ?> tags (eg. FrontPage). As far as I know, they are removed in PHP 6 (currently in beta). To an admin: Probably best to check /usr/local/apache/conf/httpd.conf for PHP configuration, or try run /scripts/easyapache to recompile it
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.