[PHP] Re: Search question ..

2003-07-25 Thread James Hatridge
Hi all... On Wednesday 23 July 2003 22:16, CPT John W. Holmes wrote: From: Curt Zirzow [EMAIL PROTECTED] preg_match('#\title\(.*)\/title\#im', $text, $matches): Also, if there's ever a case where could have title My Title /title i.e. things spread over multiple lines, then you'll

[PHP] Search question ..

2003-07-23 Thread James Hatridge
Hi all.. I've got a search page written for my web site. I can find the html page I want by keyword. Now I need to get the title of that page in to a variable. In other words I have a file name, for example Summerbulletin.html. I now need to get the line title Summer 2003 /title in to a

[PHP] Re: php editor?

2003-06-16 Thread James Hatridge
Hi John et al,, On Sunday 15 June 2003 02:09, John Nichel wrote: Linux I use Quanta. Do you know how (or if) to get Quanta to color code PHP like it does html? If I could get that then Quanta would be almost perfit. Thanks JIM -- Jim Hatridge Linux User #88484

[PHP] Re: Re: Re: Editors

2003-02-27 Thread James Hatridge
HI Paul,,, On Wednesday 26 February 2003 22:10, Paul Nicholson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 26 February 2003 02:19 pm, James Hatridge wrote: [snip] Thanks for the address. I looked into it closer and I find that it is only for Windows. Pity

[PHP] Re: Re: Editors

2003-02-26 Thread James Hatridge
for Linux? Right now I use either Gvim or Quanta. Neither is perfect. Thanks JIM -Message d'origine- De : James Hatridge [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 février 2003 15:40 À : Pierre Vaudrey; Karl James; [EMAIL PROTECTED] Objet : [PHP] Re: Editors HI Pierre et al

[PHP] Re: Editors

2003-02-25 Thread James Hatridge
HI Pierre et al On Sunday 23 February 2003 11:14, Pierre Vaudrey wrote: Hi, The site is http://www.maguma.com Pierre This interested me too. So I looked at the site but was only able to find an exe file. Do you know where I can get a Linux tar ball or RPM file? Thanks JIM

[PHP] php.ini question.....

2003-02-18 Thread James Hatridge
HI all... At last I got safe-mode turned off (Gott sei dank!). But I'm still having a problem. I can only read Mysql DBs. I can not open a DB to update. All I can see is that there must be something wrong with either the way I complied PHP or the php.ini file. When I complied PHP I used

[PHP] Re: php.ini question.....

2003-02-18 Thread James Hatridge
HI All On Tuesday 18 February 2003 18:32, David Otton wrote: On Tue, 18 Feb 2003 17:38:28 +0100, you wrote: At last I got safe-mode turned off (Gott sei dank!). But I'm still having a problem. I can only read Mysql DBs. I can not open a DB to update. You have to connect to MySQL with a

[PHP] PHP Compile question ....

2003-02-17 Thread James Hatridge
Hi all... I just compiled PHP from source for the first time. It works, but not like I want it to. I need it to work with Mysql, do graphs, and let me run programs (ie safe-mode is off). Also the odd thing is that before I compiled my own PHP I could access all my mysql databases. Now I can

Re: [PHP] PHP Compile question ....

2003-02-17 Thread James Hatridge
-ftp --enable-sockets --enable-track-vars --enable-trans-sid --enable-yp --enable-memory-limit --enable-calendar --enable-dbx On Mon, Feb 17, 2003 at 05:02:00 +0100, James Hatridge wrote: Hi all... I just compiled PHP from source for the first time. It works, but not like I want it to. I

[PHP] Re: Safe mode and safe_mode_exec_dir

2002-12-05 Thread James Hatridge
Hi Rodrigo et al... On Thursday 05 December 2002 16:09, Rodrigo Borges Pereira wrote: Hello all, directly in /etc/php.ini doesn't work either. I noticed PHP was compiled with --with-exec-dir=/usr/bin, but i suppose that what we define in php.ini (at least) overrides that. I had hell with