[PHP] can't get mysql or postgresql support for php

2004-09-17 Thread asolomon15
Hello everyone... I have a problem getting support for mysql within php. I am running freebsd 5.2.1 and php 4.3.8. When I tried to run a php script that uses a mysql db connection, I got this error *Fatal error*: Call to undefined function: mysql_connect() in I did a phpinfo() and noticed

[PHP] problem with php script

2004-08-03 Thread asolomon15
Hello everyone I have a problem with this php script that gives this error *Fatal error*: Unsupported operand types in */usr/local/www/data-dist/brisk/php/classes/PageContent.php* on line *64 here is the part of the code that gives the error $this->currentWebPageCount += 1; $this->previousPage -=

[PHP] model view and control with php

2004-07-15 Thread asolomon15
I wanted to know has anyone implemented the model view and control (mvc) with php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php