[PHP] HELP! Apache dies on regular MySQL query :-/

2004-03-20 Thread -{ Rene Brehmer }-
that work on the same DB/table with similar, but double queries with and without limits, and they work without any problems at all. What causes this? ... And how the heck do I make it work properly ??? TIA Rene -- Rene Brehmer aka Metalbunny http://metalbunny.net/ References, tools, and other

RE: [PHP] Namespaces in PHP

2004-03-29 Thread -{ Rene Brehmer }-
, but that's not exactly the same ... so I can't comment on that... Rene Regards, Justin Palmer IT Administrator -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... -- PHP General Mailing List

RE: [PHP] Namespaces in PHP

2004-03-29 Thread -{ Rene Brehmer }-
wrote: P.S. Why do a lot of people email off list? I get doubles. Regards, Justin Palmer -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... -- PHP General Mailing List (http://www.php.net

Re: [PHP] Namespaces in PHP

2004-03-29 Thread -{ Rene Brehmer }-
the newsgroupsit makes things so much simpler. Except that requires the use of a news client that can do multiple servers ... and we're some that are still waiting for Agent 2 :) Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net

Re: [PHP] determining number of rows in a mysql table

2004-03-29 Thread -{ Rene Brehmer }-
); $rows=mysql_query(select count(*) as count from users); $count=mysql_fetch_array($rows); echo $count['count']; ? -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... -- PHP General Mailing

Re: [PHP] Looking for a comprehensive PHP tutorial

2004-04-09 Thread -{ Rene Brehmer }-
, will be greatly appreciated. Or, if someone (experienced in PHP) thinks we must come up with such a comprehensive tutorial, we can perhaps team up ;) Ash -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other

Re: [PHP] Forwarding to another PHP page

2004-04-09 Thread -{ Rene Brehmer }-
)) { echo(META HTTP-EQUIV=\Refresh\ CONTENT=\0; URL=$forward\\r\n); } ? ... /head the \r\n is probably irrelevant in HTML headers, but force of habit from doing MIME headers... naturally there's possible variation to this according to the actual project ... but it's how I do it ... Rene -- Rene

Re: [PHP] ATTN: List Admins

2004-04-09 Thread -{ Rene Brehmer }-
At 16:19 09-04-2004, Ryan A wrote: Please take out these two addresses: Information Desk [EMAIL PROTECTED] Advance Credit Suisse Bank [EMAIL PROTECTED] everytime we post to the list we get their damn autoresponders. -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't

RE: [PHP] Looking for a comprehensive PHP tutorial

2004-04-09 Thread -{ Rene Brehmer }-
09-04-2004, jon roig wrote: People always mock me when I mention it, but I really dig the Learn in 24 Hours books. -- jon -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... Check out

Re: [PHP] Re: commercial autoresponses (was Re: [PHP] Wanted: ...)

2004-04-13 Thread -{ Rene Brehmer }-
: Your message was not delivered to: [EMAIL PROTECTED] for the following reason: Diagnostic was Unable to transfer, Message timed out Information Message timed out Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net

[PHP] ereg-replace ... how to catch :'( [crying smiley] ???

2004-04-14 Thread -{ Rene Brehmer }-
in regex, so I don't get what causes it ... I've tried escaping all of those chars, and it still causes $text to come back empty... any ideas will be highly appreciated... TIA Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net

[PHP] Never mind ... stupid me :-/ {was Re: [PHP] ereg-replace ... how to catch :'( [crying smiley] ???}

2004-04-14 Thread -{ Rene Brehmer }-
='.$smiley_path.'/crying.gif alt=:#039;( width=25 height=15 align=absmiddle',$text); $text = ereg_replace(':-?\(','img src='.$smiley_path.'/frown.gif alt=:( width=15 height=15 align=absmiddle',$text); return $text; } At 15:43 14-04-2004, -{ Rene Brehmer }- wrote: I'm trying to do graphical

Re: [PHP] Never mind ... stupid me :-/ {was Re: [PHP] ereg-replace ... how to catch :'( [crying smiley] ???}

2004-04-14 Thread -{ Rene Brehmer }-
big the difference really is ... (or for the _match() ones for that matter)... But thx ... looks useful :) Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... Check out the new

Re: [PHP] Removing line breaks...

2004-04-17 Thread -{ Rene Brehmer }-
-- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... Check out the new Metalbunny forums @ http://forums.metalbunny.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Why NNTP is not default protocol for php groups

2004-04-20 Thread -{ Rene Brehmer }-
) clients do it too, but OE is the biggest sinner in that aspect... (and Outlook runs on the OE engine when it comes to mail). Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... Check

Re: [PHP] PHP Web Hosting

2004-04-20 Thread -{ Rene Brehmer }-
, and high reliability, I would suggest Spenix. http://www.spenix.com I asked them a question about my hosting plan (not even a support request) at 9PM and was sent a response within 5 minutes. Very good support, I would definitely recommend them. -- Rene Brehmer aka Metalbunny ~ If you don't like what I

Re: [PHP] PHP Web Hosting

2004-04-20 Thread -{ Rene Brehmer }-
of sig content, with permitted divider lines at either end ... and in this case a line is 75 chars ... Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... Check out the new Metalbunny

RE: [PHP] PHP Web Hosting

2004-04-20 Thread -{ Rene Brehmer }-
-- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... Check out the new Metalbunny forums @ http://forums.metalbunny.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Why NNTP is not default protocol for php groups

2004-04-20 Thread -{ Rene Brehmer }-
wrote T. H. Grejc ([EMAIL PROTECTED]): Hello, I've seen this subject before, but never really got any answer. PHP have news server at news.php.net but it is 'always' down and it is only a mailing list mirror, so some messages get lost or get 'out of thread'. -- Rene Brehmer aka Metalbunny

Re: [PHP] Unwanted e-mails

2004-04-20 Thread -{ Rene Brehmer }-
get one, it fits with my messages never showing up on list ... I've got a filter setup to specifically find my messages that come back from the lists, and the ones I get timeout messages for never come back ... Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say

Re: [PHP] PHP Web Hosting

2004-04-20 Thread -{ Rene Brehmer }-
According to historical records, on Tue, 20 Apr 2004 10:39:33 -0400 John Nichel [EMAIL PROTECTED] wrote about Re: [PHP] PHP Web Hosting: -{ Rene Brehmer }- wrote: At 21:19 19-04-2004, John Nichel wrote: Greg Donald wrote: Your signature is twice the rfc1855 suggested limit. http

Re: [PHP] Why NNTP is not default protocol for php groups

2004-04-20 Thread -{ Rene Brehmer }-
is the biggest sinner in that aspect... (and Outlook runs on the OE engine when it comes to mail). [...] who is outlook ? :-) Rumor will have it that it's a mail-program ... I've yet to see proof of that claim. Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read

Re: [PHP] PHP Web Hosting

2004-04-21 Thread -{ Rene Brehmer }-
According to historical records, on Wed, 21 Apr 2004 13:16:35 +0800 Jason Wong [EMAIL PROTECTED] wrote about Re: [PHP] PHP Web Hosting: On Tuesday 20 April 2004 23:38, -{ Rene Brehmer }- wrote: I've got mine registered at enom through Westhost, and westhost gives me a registrar interface so I

Re: [PHP] redirection with PHP and closing windows?

2004-04-21 Thread -{ Rene Brehmer }-
, haven't worked much with JavaScript except for mouseovers in several years Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... Check out the new Metalbunny forums @ http

Re: [PHP] A good search tutorial

2004-04-21 Thread -{ Rene Brehmer }-
was still a rookie at SQL, so it's not very elegant, and not very well commented ... and looking at it now I can find several ways to improve it ...just don't have the time for it... FWIW Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http

Re: [PHP] PHP Web Hosting

2004-04-22 Thread -{ Rene Brehmer }-
According to historical records, on Thu, 22 Apr 2004 06:48:00 -0400 David T-G wrote about Re: [PHP] PHP Web Hosting: Rene, et al -- ...and then -{ Rene Brehmer }- said... % % According to historical records, on Tue, 20 Apr 2004 10:39:33 -0400 John % Nichel [EMAIL PROTECTED] wrote about Re: [PHP

Re: [PHP] php/apache/mysql on ntfs

2004-04-24 Thread -{ Rene Brehmer }-
and all that sort of stuff on ntfs or does the servers have to run fat32?? -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other useful stuff... Check out the new Metalbunny forums at http

Re: [PHP] Scripting practices

2004-04-24 Thread -{ Rene Brehmer }-
. $strText = ;//initialize $strText = now i'll give it a useful value; Or is it just better to skip the first line? Just curious, thanks! Gabe -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net/ References, tools, and other

Re: [PHP] php/apache/mysql on ntfs

2004-04-24 Thread -{ Rene Brehmer }-
, April 24, 2004 7:17 AM Subject: NDN: [PHP] php/apache/mysql on ntfs Sorry. Your message could not be delivered to: PHP Net List [Conference] (Mailbox or Conference is full.) -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http://metalbunny.net

Re: [PHP] mouse over problem on php

2004-04-24 Thread -{ Rene Brehmer }-
proper HTML will solve this ... just use the around the attributes like you're supposed to. a href=link title=titlelinktext/a or td title=titlecell-contents/td the TITLE attribute will work with any block or inline tag... IF you use proper HTML to do it Rene -- Rene Brehmer aka Metalbunny

Re: [PHP] Re: Microsoft Update and how its done question

2004-04-24 Thread -{ Rene Brehmer }-
module that talks to an .exe file that comes with windows. If the .exe is outdated, the ActiveX module downloads a new one ... It's the ActiveX module that generates the progress bar and all that stuff ... but it's the .exe file that does the actual disk investigation Rene -- Rene Brehmer

Re: [PHP] OR

2004-04-25 Thread -{ Rene Brehmer }-
== 1 $post_userID == $userID) || $del_other == 1) ($postID != $first_postID || $del_thread == 1)) { I always stick to the symbols ... just easier ... || |! ! ^ being OR, AND, NOR, and NAND (believe NOR is actually called XOR, can't remember ...) Rene -- Rene Brehmer aka Metalbunny

Re: [PHP] Nonsense mail

2004-04-30 Thread -{ Rene Brehmer }-
harvester confirming sender addresses by sending that junk back to see if it's deliverable ... Not saying it IS an address harvester, but it's possible... there's a few of those on this list for sure ... there normally are a couple on ALL high-traffic lists ... Rene -- Rene Brehmer aka Metalbunny

Re: [PHP] creating a mailing list

2004-04-30 Thread -{ Rene Brehmer }-
. majordomo/listserv etc can be used to implement mailing lists... Or Mercury Mail server if you're on Windows (it's free and based upon Listerv, Majordomo/Listserv definitely is not free)... Rene -- Rene Brehmer aka Metalbunny ~ If you don't like what I have to say ... don't read it ~ http

[PHP] How to optimize select of random record in DB ?

2004-10-14 Thread -{ Rene Brehmer }-
'.mysql_error()); $personID = mysql_result($personquery,0); -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day with a smile? http://metalbunny.net/ References

RE: [PHP] How do I produce a random database query for each day or week?

2004-10-01 Thread -{ Rene Brehmer }-
must've been shown last. What about cookies? Each visitor could then have their own 'cycle' through the list. This is a per need basis. With the last shown date you don't need the cookies. -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping

Re: [PHP] World time convertor

2004-10-01 Thread -{ Rene Brehmer }-
issues for 184 countries in 24 time zones ... (and some of those don't even have DST). But if you stumble across something useful, do let us know :) -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you

Re: [PHP] UNSUBSCRIBE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2004-10-01 Thread -{ Rene Brehmer }-
At 17:08 30-09-2004, Pankaj Kafley wrote: What an ass ! And my filters don't even catch the many exclamation marks cuz this list is white-listed . *sigh* -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over

[PHP] Gawd I hate those useless error messages...

2004-10-29 Thread -{ Rene Brehmer }-
a slight chance as it limits the part you have to search through ... since this is the test-server, I run with all errors, alerts, and messages on, but isn't there someway to make PHP just a little more helpful when this happens ??? Rene -- Rene Brehmer aka Metalbunny If your life was a dream, would

Re: [PHP] Gawd I hate those useless error messages...

2004-10-29 Thread -{ Rene Brehmer }-
At 17:00 29-10-2004, Robby Russell wrote: On Fri, 2004-10-29 at 16:28 +0200, -{ Rene Brehmer }- wrote: Hi gang I do realise that this error means I've forgotten a curly brace or semi-colon somewhere, but seriously ... Parse error: parse error, unexpected $end in E:\web\Metalbunny

Re: [PHP] Gawd I hate those useless error messages...

2004-10-30 Thread -{ Rene Brehmer }-
-lights typos like this for you? Before it even gets are far as PHP debugging it? Zend Studio for example would do this (it did it to me several times this morning!) Thanks ... will look into it :) Rene -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping

RE: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread -{ Rene Brehmer }-
them on the screen?? -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day with a smile? http://metalbunny.net/ References, tools, and other useful stuff

Re: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread -{ Rene Brehmer }-
); ? -[]-- -[ output ]-- Array ( [select] = Array ( [0] = 1 [1] = 2 ) [submit] = submit ) -[]-- Above output is with #1 and #2 selected, and #3 not selected. Easy, huh? - Tul -- Rene Brehmer aka Metalbunny If your

Re: [PHP] Scaling select lists

2004-11-02 Thread -{ Rene Brehmer }-
be used. And then its purpose is defeated. Rene -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day with a smile? http://metalbunny.net/ References, tools

Re: [PHP] VOTE TODAY

2004-11-02 Thread -{ Rene Brehmer }-
At 18:50 02-11-2004, Grant wrote: I can't wait for the replies... Here's a reply: Don't vote for Bush. if (eregi('(george)?bush',$message[$this]-body)) { $message[$this]-destroy() } Rene -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping

Re: [PHP] Re: [users@httpd] November 2, 2004

2004-11-02 Thread -{ Rene Brehmer }-
medo it offlist at this address so it wont bother anyone else and I can read your email, add your name to the jackass list and delete the mail. Thanks, Ryan -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over

Re[2]: [PHP] VOTE TODAY

2004-11-03 Thread -{ Rene Brehmer }-
the repeat questions. Rene -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day with a smile? http://metalbunny.net/ References, tools, and other useful

Re: [PHP] Newbie pattern question

2004-11-05 Thread -{ Rene Brehmer }-
At 19:59 05-11-2004, Greg Donald wrote: On Fri, 5 Nov 2004 20:55:00 +0200, Phpu [EMAIL PROTECTED] wrote: if(ereg(^[a-zA-Z0-9_]{2,30}$, $name)) { if(ereg(^[a-zA-Z0-9_\ ]{2,30}$, $name)) { If you use ereg, use [[:blank:]] instead of an actual space, that allows for tabs and other variants too

Re: [PHP] Re: Re: VOTE TODAY

2004-11-05 Thread -{ Rene Brehmer }-
Well, I definitely don't enjoy the 45 euro I have to pay for my 512 kbit SDSL ... the prices have halfed over the past 2 years, but it's still above and beyond what the quality of service deserves but this is as cheap as it gets for SDSL here ... the ADSL is cheaper, but I need the high

Re: [PHP] CONGRATULATION (YOU JUST WON LOTTERY)

2004-11-05 Thread -{ Rene Brehmer }-
Spam message reported, original sender added to permanent blacklist Have a nice day Rene At 02:56 06-11-2004, floydjeffers wrote: [skip spam] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] probably stupid, but...

2004-11-12 Thread -{ Rene Brehmer }-
At 21:32 12-11-2004, Chris W. Parker wrote: also you need to wrap your array values in { } when an array is referenced within a string. i.e. // normal $value = $_GET['something']; // with { } $value = Here is some data: {$_GET['something']}; Is that actually in the manual ??? If it is, where ?

Re: [PHP] probably stupid, but...

2004-11-13 Thread -{ Rene Brehmer }-
At 16:28 13-11-2004, Curt Zirzow wrote: * Thus wrote -{ Rene Brehmer }-: At 21:32 12-11-2004, Chris W. Parker wrote: also you need to wrap your array values in { } when an array is referenced within a string. i.e. // normal $value = $_GET['something']; // with { } $value = Here is some

Re: [PHP] Silly OOP question

2004-11-14 Thread -{ Rene Brehmer }-
At 12:34 14-11-2004, Brent Clements wrote: I've always wondered this about OOP and maybe you guys can answer this question. I'm writing a php application and I'm trying to figure out the correct way to right the oop part of this application. for instance. I have a project.class file that has

Re: [PHP] Silly OOP question

2004-11-14 Thread -{ Rene Brehmer }-
At 17:14 14-11-2004, Robert Cummings wrote: On Sun, 2004-11-14 at 09:30, -{ Rene Brehmer }- wrote: Just remember that PHP isn't a true OOP language, so going OOP may not Please define true OOP language and provide a few examples that meet your criteria. Then show how other examples like PHP fail

[PHP] How to determine if date/time is with DST or not ?

2004-08-14 Thread -{ Rene Brehmer }-
: ?php echo($timestamp); ?br GMT date: ?php echo(date('D, d M Y H:i:s',$timestamp)); ?/td if anyone has any ideas for determining whether DST is on or off, I'd appreciate it. right now I have no clue how to do this the easiest... TIA Rene -- Rene Brehmer aka Metalbunny If your life

Re: [PHP] How to determine if date/time is with DST or not ?

2004-08-15 Thread -{ Rene Brehmer }-
, Burhan Khalid wrote about Re: [PHP] How to determine if date/time is with DST or not ?: -{ Rene Brehmer }- wrote: hi gang I'm trying to find a simple way to determine if a given date/time is with DST for a given locale at any point in time ... the point is basically to convert date strings

Re: [PHP] Browser back button

2004-08-30 Thread -{ Rene Brehmer }-
directly to a query, and it prevents the database from overload on past queries... Rene -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day

Re: [PHP] newbie questions

2004-08-31 Thread -{ Rene Brehmer }-
... much clearer than when my programming teacher tries to explain it heh (I'm studying for Programmer/System Developer, and our C++ teacher is rather crummy at explaining stuff) -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat

[PHP] OK ... WHY does this work ?????

2004-09-14 Thread -{ Rene Brehmer }-
... it can be rather confusing to stumble across a useful functionality and solution when you're still learning how to do the more complex things in PHP. -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would

Re: [PHP] replace accents

2004-09-14 Thread -{ Rene Brehmer }-
; } obviously there's room for improvement, but it's from a QAD script (not production) -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day with a smile? http

[PHP] Nevermind ... Re: OK ... WHY does this work ?????

2004-09-14 Thread -{ Rene Brehmer }-
in the corner now :P At 06:46 15-09-2004, -{ Rene Brehmer }- wrote: This is some experimental code I did to try and find a way to recycle the same query multiple times as efficient as possible. With the purpose of efficiently comparing the results of 2 queries where the resultset from both queries won't

Re: [PHP] Nevermind ... Re: OK ... WHY does this work ?????

2004-09-14 Thread -{ Rene Brehmer }-
At 07:30 15-09-2004, Curt Zirzow wrote: * Thus wrote -{ Rene Brehmer }-: OK, obviously I wasn't awake last night ... figured out what I was actually doing here ... specifying the index for the 2nd array instead of the value in the first ... *sigh* *blushes* ... how do you say tanketorsk

Re: [PHP] List Etiquette

2004-09-18 Thread -{ Rene Brehmer }-
was flat because people said it was so, of course we know better now, but change usually comes at the price of old customs, and some old dogs hate new tricks. Happy top posting, Rob. -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping

Re: [PHP] List Etiquette

2004-09-18 Thread -{ Rene Brehmer }-
overtake others, I usually take to the other lane ... is that the wrong side, or the right side of the road, for what I'm doing ? Rene -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy

Re: [PHP] List Etiquette

2004-09-19 Thread -{ Rene Brehmer }-
Delete key when you top post than when you bottom post ??? -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day with a smile? http://metalbunny.net

Re: [PHP] empty variable

2004-09-19 Thread -{ Rene Brehmer }-
the variable is set or not -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day with a smile? http://metalbunny.net/ References, tools, and other useful stuff

Re: [PHP] List Etiquette

2004-09-21 Thread -{ Rene Brehmer }-
- The date line - The subject line. There should be a way to customize that, no? -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake up happy and pleased, ready to take on the day with a smile

Re: [PHP] Does PHP need another mailing list???

2004-09-22 Thread -{ Rene Brehmer }-
list (since those are the two most used and most mentioned servers on that list) ... (although I can't remember where the PostGres list is, I'm not subscribed to it) -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping

Re: [PHP] mailing to hotmail

2004-09-25 Thread -{ Rene Brehmer }-
mail from my server. Luckily sofar all the mail that's been refused because of this have been my server's auto-generated complaints to spamhouses. -- Rene Brehmer aka Metalbunny If your life was a dream, would you wake up from a nightmare, dripping of sweat, hoping it was over? Or would you wake

Re: [PHP] mailing to hotmail

2004-09-25 Thread -{ Rene Brehmer }-
time, usually almost immediately ... (for some reason they can deliver error messages immediately, but regular mail takes hours to days)... Have you checked the junk folder??? ... atleast I assume you've tested with your own hotmail account... -- Rene Brehmer aka Metalbunny If your life

<    1   2