How do I use PEAR in opensuse 11.2. I think I’ve installed it ok, at least when I type pear at the cli prompt I get a list of commands and if I type localhost/check_pear in the browser (firefox) it returns bool(true). check_pear php code is:
require_once ‘System.php’;
var_dump(class_exists(‘System’)); so I’m thinking something is installed?
Copied an example from “Learning PHP & MySQL” replacing their database and tables with my own which I can access in the browser with “ordinary” PHP and put it in htdocs but all I get is a white screen when i try to run it in the browser. Any hints of what is wrong and pointers to information (readable by a beginner) much appreciated.
Thanks in advance