From: "Simone Cortesi" <[EMAIL PROTECTED]>
> At 00.24 03/05/02 +0200, =?iso-8859-2?Q?S=B3awomir_Pucia?= wrote:
>
> >Probably you didn't get the point.
> >
> >Since 1.101 many examples look like...
> >
> ><?php
> >     /* Connecting, selecting database */
> >     $link = mysql_connect("mysql_host", "mysql_user",
"mysql_password")
> >         or die("Could not connect");
> >     print "Connected successfully";
> >[...]
> >
> >Until 1.101 they looked like...
> >
> ><?php
> >/* Connecting, selecting database */
> >$link = mysql_connect("mysql_host", "mysql_user",
"mysql_password")
> >     or die("Could not connect");
> >print "Connected successfully";
> >[...]
> >
> >The question is whether or not to use these 4 spaces in each
line. If yes, I
> >will correct the rest of mysql related files, and use it in pl/.
>
> I've read that we should start at column 1 in examples:
>
> Take a look at: /phpdoc/RFC/coding_standards

Oh, it seems that Derick havenīt read the coding_standards :(

-Egon

Reply via email to