Jump to content

cedre

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

About cedre

  • Birthday 06/05/1987

Profile Information

  • Gender
    Male

cedre's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. If you use MySQL: dev.mysql.com/doc/refman/5.0/en/update.html If you use Oracle: www.psoug.org/reference/update.html
  2. include_path = ".;c:\php\includes" Try to comment this line. (Add ";" in front of it) If still won't work you should try using the default php.ini configuration or you could try getting a new php package and using it instead of the one you're using now.
  3. Try to take a look at the following section in php.ini and check the presence of the "." (current directory) in the include path variable. ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" ; ; Windows: "\path1;\path2" include_path = ".;c:\php\includes"
  4. You should take a look at PHP Manual's page about Exceptions as effigy also suggested. (http://www.php.net/try) If you catch them properly it won't return any error.
  5. I use PHP5, both locally and on the servers I run.
  6. Hei! I voted for Zend. I've been using it for the last years and never had any problems.
×
×
  • Create New...

Important Information

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.