All of lore.kernel.org
 help / color / mirror / Atom feed
From: Phil Goembel <phil-goembel@wi.rr.com>
To: Riley Williams <Riley@Williams.Name>
Cc: Linux ELKS <Linux-8086@vger.kernel.org>
Subject: RE: ELKS Website - version 2
Date: 18 Jul 2003 19:23:41 -0500	[thread overview]
Message-ID: <1058574221.1558.41.camel@castle> (raw)
In-Reply-To: <BKEGKPICNAKILKJKMHCACEDCEPAA.Riley@Williams.Name>

On Fri, 2003-07-18 at 13:35, Riley Williams wrote:
> ... However,
> that does leave one problem that isn't so easily solved - the line that
> reads...
> 
>     $content=getcontent(strtolower("./Languages/$lang/$item.html"));
> 
> ...where that strtolower() needs to ignore the "./Languages/" part and
> only operate on the rest of the line.
> ...

A quick search through an online php manual
(http://php.planetmirror.com/manual/en/language.types.string.php) tells
me you should be able to change that line to:

$content=getcontent("./Languages/".strtolower("$lang/$item.html"));

Phil


  reply	other threads:[~2003-07-19  0:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-17 22:44 ELKS Website - version 2 Riley Williams
2003-07-17 22:57 ` Stefan de Konink
2003-07-18  0:15   ` Riley Williams
2003-07-18  8:38     ` Phil Goembel
2003-07-18 18:35       ` Riley Williams
2003-07-19  0:23         ` Phil Goembel [this message]
2003-07-19  1:11         ` Phil Goembel
2003-07-17 23:40 ` Harry Kalogirou
2003-07-18  0:28   ` Riley Williams
2003-07-18 10:38 Stefan de Konink

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1058574221.1558.41.camel@castle \
    --to=phil-goembel@wi.rr.com \
    --cc=Linux-8086@vger.kernel.org \
    --cc=Riley@Williams.Name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.