Hi !
I have recently install php4 on Red Hat Linux with Apache, i try to connect
to MySql Database
but i have a parse error (on line 2) , why ? ( i have tried mysql_connect
but it still doesn't work too )
<?php
$link = mysql_pconnect ("kron", "jutta", "geheim") {
or die ("Connexion impossible");
}
if (mysql_create_db ("my_db")) {
print ("Base de donn�es cr��e\n");
} else {
printf ("Erreur lors de la cr�ation de la base: %s\n",
mysql_error());
}
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] Netscape's back button not w... Romulo Roberto Pereira
- Re: [PHP] Netscape's back button n... Todd H MacPherson
- [PHP] Parse error Liam Gibbs
- Re: [PHP] Parse error Liam Gibbs
- RE: [PHP] Parse error Matt Williams
- [PHP] parse error kenny.hibs
- Re: [PHP] parse error Joe Stump
- Re: [PHP] parse error Philip Olson
- [PHP] Parse error Mike
- Re: [PHP] Parse error elias
- RE: [PHP] Parse Error Michael L
- RE: [PHP] Parse Error Jason Murray
- [PHP] Parse Error Alberto
- Re: [PHP] Parse Error Alexander Weber
- RE: [PHP] Parse Error james . fairbairn
- RE: [PHP] Parse Error james . fairbairn
- [PHP] Parse error Ron Clark
- RE: [PHP] Parse error Johnson, Kirk
- [PHP] Parse Error Jason Whitaker
- Re: [PHP] Parse Error Bogdan Stancescu
- Re: [PHP] Parse Error DL Neil

