[PHP] Homebrew fulltext search function (help)

2005-02-01 Thread Jason Morehouse
, on a 90meg text table, the parsing function above runs in about 0.061858177185059 ms... mysql does in about 0.0039310455322266 ms. I'm fine by that. -Jason -- Jason Morehouse Vendorama - Create your own online store http://www.vendorama.com -- PHP General Mailing List (http://www.php.net

Re: [PHP] php5 threadsafe / apache2 mpm=worker

2005-01-15 Thread Jason Morehouse
Yep, that's pretty much what I got, except I haven't been able to find a list of what modules are thread safe, except mysql. Jochem Maas wrote: Jason Morehouse wrote: Hello, Just wondering if anyone is using the apache worker module with php? I've complied php5 with zend threadsafe support

Re: [PHP] regex help

2005-01-15 Thread Jason Morehouse
Mike Ford wrote: Just off the top of my head (and untested!), I'd try something like /b(\s+[^]*)?/ Cheers! Mike That pretty much seems to work the best. Thanks all! -- Jason Morehouse Vendorama - Create your own online store http://www.vendorama.com -- PHP General Mailing List (http

[PHP] php5 threadsafe / apache2 mpm=worker

2005-01-14 Thread Jason Morehouse
, -J -- Jason Morehouse Vendorama - Create your own online store http://www.vendorama.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] regex help

2005-01-13 Thread Jason Morehouse
. Thanks! -- Jason Morehouse Vendorama - Create your own online store http://www.vendorama.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: What program to use to make thumbnail images?

2005-01-10 Thread Jason Morehouse
and gives the best results. It's too bad it can't be built directly into php, but I think there is a pear module for it. Myself, I just use the command line --- but be sure and take all the necessarily precautions when making system calls! -- Jason Morehouse Vendorama - Create your own online

[PHP] 403 not working -- apache 2 / php5 / linux

2005-01-10 Thread Jason Morehouse
however produces: Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Warning: Unknown: Failed opening '/www/test.php' for inclusion (include_path='.:/www/php') in Unknown on line 0 Any ideas? Thanks! -- Jason Morehouse Vendorama - Create your own online store http

[PHP] Re: Comparison Operator

2005-01-10 Thread Jason Morehouse
, Overbr; } # OR $value = 0; $curval = 'A'; if ($value === $curval) { echo WTH, Overbr; } ? ? -- Jason Morehouse Vendorama - Create your own online store http://www.vendorama.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 403 not working -- apache 2 / php5 / linux

2005-01-10 Thread Jason Morehouse
Richard Lynch wrote: Jason Morehouse wrote: Hello. I'm not sure if this is an apache problem or php... but wondering if anyone has come across the same problem. -rw---1 root root test.html -rw---1 root root test.php Trying to access test.html via a browser servers up

Re: [PHP] 403 not working -- apache 2 / php5 / linux

2005-01-10 Thread Jason Morehouse
a page has the wrong permissions. Why does apache not server the 403 on the php page? Maybe this is better off in the apache list. -- Jason Morehouse Vendorama - Create your own online store http://www.vendorama.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] 403 not working -- apache 2 / php5 / linux

2005-01-10 Thread Jason Morehouse
that for another list! Thanks again. -J -- Jason Morehouse Vendorama - Create your own online store http://www.vendorama.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql sessions vs flat file?

2004-12-17 Thread Jason Morehouse
Hello all, Has anyone had an experience with storing sessions in mysql (or sqlite)? If so, what if any are the performance benefits? Obviously, there would have to be an extra db query per page... but would that be faster then opening a text file? Also, I was trying to post to the php news

[PHP] nntp://news.php.net -- read only?

2004-12-17 Thread Jason Morehouse
Sorry for the lame question... but I prefer to read and reply to messages via the news server. However, I can't seem to post to news.php.net. I'm using thunderbird, and have tried a few different outgoing servers, including news.php.net. Is the news server read only? I thought for sure I

[PHP] Curl cookies

2004-05-09 Thread Jason Morehouse
? -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland, New Zealand -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php.net bug system

2002-10-08 Thread Jason Morehouse
Anyone know if the source is available for the bug system use on php.net? -- Jason Morehouse (jm[ät]netconcepts[döt]com) Netconcepts - http://www.netconcepts.com Auckland, New Zealand Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net

[PHP] PDF to PHP (code)

2002-10-07 Thread Jason Morehouse
, and export it to PHP code that can reproduce it -- or something along that line. Thanks in Advance! -J -- Jason Morehouse (jm[ät]netconcepts[döt]com) Netconcepts - http://www.netconcepts.com Auckland, New Zealand Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http

[PHP] Re: IIS 5 - ASP PHP dev enviorment

2002-10-06 Thread Jason Morehouse
If the PHP interpreter is installed, there is nothing stopping you from using both (morals aside). -- Jason Morehouse (jm[@]netconcepts[.]com) Netconcepts - http://www.netconcepts.com Auckland, New Zealand Linux: Because rebooting is for adding hardware. On Sun, 06 Oct 2002 21:10:22 +

[PHP] Re: Error during complie of 4.2.3

2002-09-24 Thread Jason Morehouse
-limit \ --enable-bcmath \ --enable-shmop \ --enable-versioning \ --enable-calendar \ --enable-dbx \ --enable-dio \ --enable-mcal \ --disable-mbstring \ --enable-mbstr-enc-trans \ --with-apxs2=/opt/httpd/bin/apxs; /B -- Jason Morehouse (jm[@]netconcepts

[PHP] Re: more stress on server...

2002-09-22 Thread Jason Morehouse
=about.phpHome/a a href=services.phpHome/a Any help will be appreciated. -Matt -- Jason Morehouse (jm[@]netconcepts[.]com) Netconcepts - http://www.netconcepts.com Auckland, New Zealand Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net

[PHP] Re: fopen()

2002-09-19 Thread Jason Morehouse
! http://sbc.yahoo.com -- Jason Morehouse (jm[@]netconcepts[.]com) Netconcepts - http://www.netconcepts.com Auckland, New Zealand Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: inheriting default constructor behavior?

2002-09-18 Thread Jason Morehouse
[EMAIL PROTECTED] -- Jason Morehouse (jm[@]netconcepts[.]com) Netconcepts - http://www.netconcepts.com Auckland, New Zealand Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: how to time an http request

2002-09-18 Thread Jason Morehouse
or wget in a loop, but i would have to account for the fork-exec time somehow. i hope that the question is clear. -- Jason Morehouse (jm[@]netconcepts[.]com) Netconcepts - http://www.netconcepts.com Auckland, New Zealand Linux: Because rebooting is for adding hardware. -- PHP General Mailing

[PHP] PHPSESSID on entry page only

2002-08-28 Thread Jason Morehouse
Hello, Have a strange problem since upgrading to 4.2.2. On a clients first visit to a site, the PHPSESSID gets written into the URL, but not on any additional requests. Has anyone had this problem? It wasn't happening before the upgrade. Running: Redhat 7.3 PHP 4.2.2

[PHP] Continue processing after redirect?

2002-08-16 Thread Jason Morehouse
Any ideas if it's possible to keep a script running for a short time after a client has been redireced? i.e: ? header(Location: http://php.net;); # contunue running... mail([EMAIL PROTECTED], Hey, Hi!); ? Using Redhat Linux, Apache PHP 4.2.2. Much thanks! -Jason -- PHP General Mailing

[PHP] Re: Continue processing after redirect?

2002-08-16 Thread Jason Morehouse
Sorry... that seems to work by default... what-dadda ya know! Jason Morehouse [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Any ideas if it's possible to keep a script running for a short time after a client has been redireced? i.e: ? header(Locati

[PHP] Re: MySQL equivalent to append?

2002-07-23 Thread Jason Morehouse
update mytable set email = CONCAT(email,'[EMAIL PROTECTED]'); On Wed, 24 Jul 2002 11:00:48 +1200, Jason Morehouse wrote: update mytable set email = CONCAT(email,'[EMAIL PROTECTED]'); On Wed, 24 Jul 2002 02:59:54 +1200, Shane wrote: Greetings, is there a mySQL syntax command equivalent

[PHP] Re: Newbie Date question

2002-07-14 Thread Jason Morehouse
'),$format=%m-%Y-%d); Hope that helps. -J On Sun, 14 Jul 2002 23:01:07 +1200, Royw wrote: If: $today = date(Y-m-d); Then how to I get: $yesterday = ? Thanks! -- Jason Morehouse (jm [@] netconcepts [.] com) Netconcepts LTD - Auckland, New Zealand * Linux: Because rebooting

[PHP] Re: getting variables the hard way?

2002-06-18 Thread Jason Morehouse
the form has poster automatically. can that be done and if it can how? Thanks Renaldo -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland, New Zealand * Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: IMAP and I make... and what do I get recursion :)

2002-06-18 Thread Jason Morehouse
PPC Had to compile own php for use with horde's imp also this is DSO configure. I hope someone thinks this is a simple question. ...with a simple answere... Thank You, -Eric -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland, New Zealand * Linux: Because rebooting

[PHP] Re: Determine week

2002-06-16 Thread Jason Morehouse
,$format=%Y%m%d); $end = Date_Calc::endOfWeek($day=$day,$month=$month,$year=$year,$format=%Y%m%d); ? Cheers, -J On Sun, 16 Jun 2002 11:55:04 +1200, Rosen wrote: Hi, how can I determine dates (start end ) in one week. I.e. 30th week is between 22.07.2002 and 28.07.2002 . -- Jason Morehouse

[PHP] Re: search parse?

2002-06-15 Thread Jason Morehouse
, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message. Thank you very much. -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD

[PHP] Re: Evaluation. Easy Question but I need some help

2002-06-15 Thread Jason Morehouse
? = Theres no such thing as a problem unless the servers are on fire! __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- Jason Morehouse

[PHP] Re: Change Password

2002-06-15 Thread Jason Morehouse
know of a script that will allow a user to change their system/email password form the web on a UNIX system. wither PHP or Perl based? -B -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD, Auckland, New Zealand * Linux: because rebooting is for adding hardware. -- PHP General

[PHP] Re: Creatng a PHP chatroom

2002-06-15 Thread Jason Morehouse
://valsignalandet.com -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD, Auckland, New Zealand * Linux: because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Automatic color coded HTML

2002-06-05 Thread Jason Morehouse
http://www.php.net/manual/en/function.show-source.php Cheers, -J On Thu, 06 Jun 2002 13:55:26 +1200, Jarrad Kabral wrote: Hi All, Is a command in PHP to format source code as color coded HTML? Regards Jarrad -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland

Re: [PHP] run from telnet...like PERL?

2002-06-05 Thread Jason Morehouse
want to add -q to the bangpath invocation). miguel -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland, New Zealand * Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: email attachments and PHP

2002-06-03 Thread Jason Morehouse
-- In wine there is truth, in beer there is strenght, in water there are bacteria -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland, New Zealand * Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: How to encode e-mail attachments, work with MIME

2002-05-19 Thread Jason Morehouse
Linux User #207984 -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD, Auckland, New Zealand * Linux: because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Why would this command just Die!

2002-05-19 Thread Jason Morehouse
INTO prizeline (id, email, name, address, answers, date) VALUES ('', '[EMAIL PROTECTED]', 'newman', '12 Newman ave Auckland', 'In Season, James, John', 'Monday 20th of May 2002 10:22:05 AM')There has been an error -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland, New Zealand

Re: [PHP] Arrays and Forms

2002-05-19 Thread Jason Morehouse
method=post action=menu_list.php input type=text name=product[desc] /form menu_list.php - echo $product['desc']; Result output - no output -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland, New Zealand Linux: because rebooting

[PHP] Re: How do I get rid of session id (test purposes)

2002-05-18 Thread Jason Morehouse
-- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD, Auckland, New Zealand * Linux: because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Comon guys, please help.

2002-05-18 Thread Jason Morehouse
and help me! */ -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD, Auckland, New Zealand * Linux: because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: parsing CSV, updating MySQL table

2002-05-18 Thread Jason Morehouse
there to do this... so why reinvent the wheel If anyone can point me to a URL, class, function, article, etc, I'd be pretty happy :) Justin French -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD, Auckland, New Zealand * Linux: because rebooting is for adding hardware

[PHP] Re: textarea problem

2002-05-15 Thread Jason Morehouse
Are you using post or get? I imagine you'd run into some limitations using get. On Tue, 14 May 2002 12:33:22 +1200, Enrique Vadillo wrote: Hi, I'm not sure if this is purely a PHP problem but here it goes: i have a form that sends text data to a PHP script, i have some textarea field

Re: [PHP] How to stop site flipping?

2002-05-13 Thread Jason Morehouse
users from using this data, but the flippers are chewing up my bandwidth and db resources. I also want to be careful to not block valid search engine spiders from indexing our site. David McInnis -- .--- .- ... --- -. / -- --- .-. . --- ..- ... . Jason Morehouse [EMAIL

Re: [PHP] Apache rewrite engine and $REQUEST_URI

2002-05-12 Thread Jason Morehouse
see in the browser? Thanks for any hints. I haven't coded for a while and am a bit out of it... Peter -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD, Auckland, New Zealand * Linux: because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net

[PHP] Re: preg_grep Help (Regular expresion)

2002-05-12 Thread Jason Morehouse
-9]+)/,$file); print_r(array_values ($ips)); And well i am getting nothing! Anyone? -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD, Auckland, New Zealand - Linux: because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] MySQL and RH 7.2

2002-05-12 Thread Jason Morehouse
something stupid here? Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] -- .--- .- ... --- -. / -- --- .-. . --- ..- ... . Jason Morehouse [EMAIL PROTECTED] Netconcepts LTD Auckland, New Zealand