Ok everything is going well except for the funny ssh problem. now, i
install the php/apache/mysql skeleton you guys released. php work, mysql is
up and working, apache works, now when i try a simple connect to the mysql
database i get this error
Fatal error: Call to undefined function: mysql_pconnect()
and here is the simple code for testing.
<?php
mysql_pconnect(localhost, mayesnuke, password);
@mysql_select_db("mayesnuke") or die ("Unable to select database");
?>
its like mysql isnt compiled in php4. Any ideas??
Sam
- different configurations on the virtual hosts + changing co... Kris Van Hulle
- A couple of questions Sam Mayes
- RE: A couple of questions Tim Sellar
- RE: A couple of questions Jon Duffy
- Re: A couple of questions Kevin Druet
- A weird ssh problem Sam Mayes
- RE: A weird ssh problem Sam Mayes
- Re: php and mysql Sam Mayes
- Re: php and mysql Pau Marshall
- RE: php and mysql Sam Mayes
- Re: php and mysql Bill Brigden
- RE: php and mysql Sam Mayes
- An Idea for skeletons Sam Mayes
- RE: php and mysql Tim Sellar
- Re: php and mysql Ben Kennish
- RE: php and mysql Tim Sellar
- Re: php and mysql Ben Kennish
- RE: php and mysql Tim Sellar
