Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MitchVincent

    difference PHP3 and PHP4???

    You didn't look very hard, did you. Check out the PHP homepage, http://www.php.net/version4/ Good Luck! -Mitch
  2. MitchVincent

    PostgreSQL

    You need a user=postgres and a bunch of other stuff in that function call. Look at the PHP manual for examples -- http://www.php.net/manual/function.pg-connect.php Good luck! -Mitch
  3. MitchVincent

    mySQL functions

    www.php.net , click quick ref and type in mysql_connect. The page comes up look at the left side, all the MySQL functions are listed.
  4. MitchVincent

    socket() broken?

    I did this : $iSockFD = socket (AF_INET, SOCK_STREAM, 0) -- and got this : Unknown error 4294967293 I'm using PHP4.0.3pl1 on a Linux box, SMP kernel 2.2.16 Any ideas? Oh and yes, I did ocmpile and --enable-sockets , the functions are there, they just don't work. Thanks!!!

Part and Inventory Search

Back
Top