On Fri, 3 May 2002, Egon Schmid wrote:

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

I did, but it just sucks :) The four spaces indent looks much better.

Derick

---------------------------------------------------------------------------
 Did I help you? http://www.amazon.co.uk/exec/obidos/registry/SLCB276UZU8B
 Frequent ranting: http://www.jdimedia.nl/derick/
---------------------------------------------------------------------------
                 PHP: Scripting the Web - [EMAIL PROTECTED]
                    All your branches are belong to me!
                SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------

Reply via email to