Re: [PHP] Connect() function

2002-02-01 Thread Lars Torben Wilson
On Fri, 2002-02-01 at 02:46, Jean-Arthur Silve wrote: > Hi ! > > I m using PHP 4.0.5 and I try to create a function called "connect" : > > function connect() { > ... > > } > > My problem is I get this : > > Fatal error: Cannot redeclare connect() in > /opt2/htdocs/www.mydomain.com/html/conne

Re: [PHP] Connect() function

2002-02-01 Thread David Otton
On Fri, 01 Feb 2002 11:46:27 +0100, you wrote: >I m using PHP 4.0.5 and I try to create a function called "connect" : > >function connect() { >... > >} > >My problem is I get this : > >Fatal error: Cannot redeclare connect() in >/opt2/htdocs/www.mydomain.com/html/connexion.php on line 6 > > >In

[PHP] Connect() function

2002-02-01 Thread Jean-Arthur Silve
Hi ! I m using PHP 4.0.5 and I try to create a function called "connect" : function connect() { ... } My problem is I get this : Fatal error: Cannot redeclare connect() in /opt2/htdocs/www.mydomain.com/html/connexion.php on line 6 In connexion.php there is only the function declaration and