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
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