[PHP] CSS position:absolute for on form

2007-04-20 Thread rwhartung
Hi all, I have an internal project where I need to position input text boxes to simulate a desktop app that i am replacing. Can I define a stylesheet with absolute positioning for s. If so do the calls to class="..." or index="..." work in placed within the statement? My understanding

[PHP] works at command line but not in apache

2007-03-17 Thread rwhartung
Hi, I have this short php script: [op;ening removed. $db = pg_connect('dbname=bpsimple user=minitwr password=RWHart') ; print $db . "" . "\n" ; if ($db) { print 'Connection attempt succeeded.' . "" . "\n" ; } else { print 'Connection attempt failed.'. "" . "\n" ; } $query = '

[PHP] PEAR not found

2007-03-11 Thread rwhartung
Hi all, I have a new install and am trying to get PEAR working - MDB2 to be exact. I have modified /etc/php.ini to have the following include_path = ".:/php/includes:/usr/share/pear" phpinfo() reports the directive --includedir=/usr/include I can confirm that MDB2.php exists in that director