On Fri, 09 Jun 2006 14:53:09 +0200, sam <[EMAIL PROTECTED]> wrote:
$str='bass "electric organ" bagpipes';
$parser($str);
$query="SELECT * FROM table WHERE tb_instr = "bass"
> AND tb_instr = "electric organ" //< AND tb_instr = "bagpipes";
Anybody know where I can just copy code that
On Thu, 24 Feb 2005 09:14:32 +0100, Frank Arensmeier
<[EMAIL PROTECTED]> wrote:
Hello everybody!
I was wondering if you could help me with a little problem I ran into
some days ago.
In my database I have some information about file paths. Originally,
those paths come from a Windows Excel sp
On Thu, 10 Feb 2005 12:28:19 -0700, Jason Motes <[EMAIL PROTECTED]> wrote:
Hello,
Is there anyway to retrieve the properties from a pdf file using php?
When you right click on a pdf file in windows you can see the title of
the file and you can change this property there also.
I wrote a php page
Hi!
strip_tags() would not solve his problem, although that was my first
thought as well.
To skip tags, including content, where content contains certain words is
possible.
But to me the problem occurs with nested tags. What do you want to do when
you meet tables?
Here is an example that so
On Fri, 28 Jan 2005 14:59:29 -0700, <[EMAIL PROTECTED]> wrote:
OK, this is off-topic like every other "regex help" post, but I know some
of you enjoy these puzzles :)
I need a validation regex that will "pass" a string. The string can be no
longer than some maximum length, and it can contain any ch
5 matches
Mail list logo