[PHP] Re: parsing out quoted text

2006-06-11 Thread Stian Berger
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 //quoted phrase AND tb_instr = bagpipes; Anybody know where I can just copy

[PHP] Re: replace special characters

2005-02-24 Thread Stian Berger
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

[PHP] Re: pdf properties

2005-02-11 Thread Stian Berger
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

Re: AW: [PHP] regular expresion

2005-02-02 Thread Stian Berger
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

[PHP] Re: Regex help

2005-01-28 Thread Stian Berger
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