> As long as we're taking votes... Most of my template code looks like
> this:
> escape($this->var) ?>
>
> I'd be happy to never see any variation of bottleneck of my productivity.
I can appreciate that, but PHP *is* a templating language that is meant to
embed dynamic strings into static strin
[snip]
>
>
>
> For example LIKE 'c' will only match a field that contains just 'c'
>
> LIKE '%c' will match a field starting with 'c' and containing any number of
> characters
>
> [/snip]
> Cheers
> --
> David Robley
>
> Make like a banana and split.
> Today is Sweetmorn, the 46th day of Chaos in t
On Wed, Feb 11, 2009 at 11:44 AM, Shawn McKenzie wrote:
> bruce wrote:
> > hi...
> >
> > i've got a project (goal) where i'm looking for a webbased app that
> > drives/runs/monitors different linux/system processes. i'm basically
> looking
> > for different apps that i can look at to get ideas/see
On Mon, Feb 16, 2009 at 08:53:24PM +, Ashley Sheridan wrote:
> I've read through this thread and not noticed anyone mention the
> tag. This allows you to specify a URL to which relative ones are mapped
> to, which could be just what you're looking for, as I believe all the
> browsers suppor
2009/2/16 Richard Heyes
> > I'm already using pear Mail_Mime.
>
> [Ducks and runs off]
>
> --
> Richard Heyes
>
> HTML5 Canvas graphing for Firefox, Chrome, Opera and Safari:
> http://www.rgraph.org (Updated February 14th)
>
Can someone explain to me why pear mail_mime is not a good idea to use?
On Mon, Feb 16, 2009 at 08:34:22PM +, Stuart wrote:
> This is your problem, you're not understanding where the paths are
> being resolved. Apache has absolutely no involvement in resolving
> relative paths in your HTML files to absolute URLs. The browser does
> this. All you need to do is us
On Mon, Feb 16, 2009 at 08:49:06PM +, Stuart wrote:
> 2009/2/16 Paul M Foster :
> >
> > Agreed. But here's the real reason, in my case. We develop the pages on
> > an internal server, which has the URL http://pokey/mysite.com. When we
> > move the pages to the live server at mysite.com, all
101 - 107 of 107 matches
Mail list logo