[PHP-WIN] sending post information with fopen()

2002-07-29 Thread anonymous
i want to interpret the output from a page that requires login i know that ive heard about some library that manages this and alot more but i cannot remember the name of it doeas anybody of you guys know what i mean? thanx /d -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

[PHP-WIN] Trouble connecting to MySQL using mysqli extension on XP

2008-07-16 Thread anonymous
I had a tough time getting PHP to connect to MySQL using mysqli on XP. The following code from the php documentation on mysqli failed to work. $mysqli = new mysqli( "localhost", "user", "password", "database" ); Where localhost, user, password, and database were replaced with the appropriate valu