sen up the design/layout
development of a web application.
Joao Prado Maia will present about development with CVS, a revision
control system used by most of today.s open source projects. I.ll go over
the details of creating a CVS repository, importing modules and start
tracking changes to
On Fri, 5 Oct 2001, John A. Grant wrote:
> "Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> > I want to move away from
> > file.php?var1=1&var2=2&var3=3
> > ...and go to
> > file.php/1/2/3
> [...]
>
> Why? W
On Mon, 24 Sep 2001, Jeroen Olthof wrote:
> look here for a live excample
> http://www.millipede.nl/ectemplate
>
And how is ecTemplate different from PHPLIB's Template system ? It looks
like the same thing to me..
Joao
--
João Prado Maia <[EMAIL PROTECTED]>
http://phpbrasil.com - php com um j
On Thu, 21 Jun 2001, Romulo Roberto Pereira wrote:
> Hello!
>
> The following give me: unterminated string constant (this is a javascript
> error)
>
> when I execute the following:
>
>while ($row = mysql_fetch_array ($data_query_action)) {
> $data_data = $row["data_data"];
>}
>
On Thu, 26 Apr 2001, Alex Piaz wrote:
> At 22:07 26/4/2001 -0400, you wrote:
> >Hi all,
> >I know how to get a line break in text. Is there a way to get a line break
> >between the user agent string below? I would line to print in a column
> >instead of a long row.
>
> Use \n\r concatening with
On Wed, 28 Feb 2001, Christian Dechery wrote:
>
> >Pass __LINE__ to the function as one of its arguments:
> >
> > function debuginfo($msg, __LINE__)
> > {
> >echo"the message is $msg, at line" . __LINE__ . " ";
> > }
>
> that won't work since __LINE__ returns the exact line where it's u
On Tue, 23 Jan 2001, Boget, Chris wrote:
> Never mind, I see how he did it. He runs the following query:
>
> "SELECT FIELDS FROM $tableName"
>
> Where '$tableName' is your table (obviously) and he parses the result
> to get all the information.
>
Actually he did a "SHOW FIELDS FROM $tableNa
7 matches
Mail list logo