Re: [PHP] about locale settings

2009-06-19 Thread Daniel Brown
On Fri, Jun 19, 2009 at 15:40, Per Jessenp...@computer.org wrote: http://bugs.php.net/bug.php?id=48612 See my email to you a moment ago on the impeccability of your timing, as well. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http

Re: [PHP] Multi-Sort -- how to do this?

2009-06-18 Thread Daniel Brown
-reading this morning, is not what Tedd wanted. He wants to be able to run a loop and echo out each individual array in place. In which case, array_multisort() is proper. Show-off. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50

Re: [PHP] Re: Can someone tell me why this is not working?

2009-06-18 Thread Daniel Brown
just a temporary copy of the file for now, for debugging purposes. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http

Re: [PHP] about locale settings

2009-06-18 Thread Daniel Brown
this one final task and I'll take a look at it. Toss me a message off-list with a way to chat with you (Google, MSN, AIM, Skype, whatever) as well, and we can hash it out quicker. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50

Re: [PHP] Calendar

2009-06-18 Thread Daniel Brown
On Thu, Jun 18, 2009 at 18:16, salmarayansalmara...@gmail.com wrote: Does Any body please have the code of A Java Script Calendar that works with a PHP Html  Form.. No. if yes can you please send it as i have one but does not work that Efficiently. No. -- /Daniel P. Brown

Re: [PHP] Disclaimer

2009-06-17 Thread Daniel Brown
long lines either)? That would be something, wouldn't it? Coincidentally, the above is 178 words. ?php $wordcount = 178; echo round(($wordcount / 42),1); ? -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared

Re: [PHP] Disclaimer

2009-06-17 Thread Daniel Brown
On Wed, Jun 17, 2009 at 20:15, Stuartstut...@gmail.com wrote: 2009/6/18 Ashley Sheridan a...@ashleysheridan.co.uk: On Thu, 2009-06-18 at 01:06 +0100, Stuart wrote: 2009/6/17 Daniel Brown danbr...@php.net: On Wed, Jun 17, 2009 at 10:37, Jay Blanchardjblanch...@pocket.com wrote: Whoa

Re: [PHP] Multi-Sort -- how to do this?

2009-06-17 Thread Daniel Brown
, 198, 150); $c = array('red', 'yellow', 'purple', 'orange'); $d = array(100, 300, 11, 50); for($i=0;$icount($d);$i++) { $e[$d[$i]]['a'] = $a[$i]; $e[$d[$i]]['b'] = $b[$i]; $e[$d[$i]]['c'] = $c[$i]; } ksort($e); print_r($e); ? -- /Daniel P. Brown daniel.br...@parasane.net || danbr

Re: [PHP] include file in a class with global/parent scope?

2009-06-16 Thread Daniel Kolbo
) { extract( $GLOBALS ); include('vars.php'); echo In class $vars\n; } } On Sun, Jun 14, 2009 at 1:41 PM, Daniel Kolbo kolb0...@umn.edu mailto:kolb0...@umn.edu wrote: Hello, I understand the why $vars is not in the global scope, but i

Re: [PHP] include file in a class with global/parent scope?

2009-06-16 Thread Daniel Kolbo
Hello, I've cleaned up my question a bit. I want the included file which is called within a method of a class to have the same scope as the instantiation of the class's object. That is, i want a class to include a file in the calling object's scope. How would one do this? 'test.php' ?php

Re: [PHP] Link to .php page with session

2009-06-16 Thread Daniel Brown
of the file to be encoded, and then sends all of the output from ffmpeg to /dev/null (including STDERR) and detaches the process from the shell (spawning a poor-man's daemon ;-P). Ref: ^1: http://php.net/proc_open ^2: http://php.net/popen -- /Daniel P. Brown daniel.br...@parasane.net

Re: [PHP] Form Process Question

2009-06-16 Thread Daniel Brown
-side processing --- maybe a combination of both (i.e. - AJAX) if you need to pull from the database and want to present the information without refreshing/reloading a page. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50

Re: [PHP] Form Process Question

2009-06-16 Thread Daniel Brown
consuming. No pets allowed. Not responsible for lost or misdirected mail. Contains tree nuts. Wash before using. Keep out of reach of children. May cause drowsiness. Use as directed. While supplies last. Do not inhale. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http

Re: [PHP] about locale settings

2009-06-16 Thread Daniel Brown
meant to get back to you the other day. Do you have 'E' in your 'EGPCS'? -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http

Re: [PHP] about locale settings

2009-06-16 Thread Daniel Brown
and see if I can help you debug the problem in just a few minutes. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http

[PHP] include file in a class with global/parent scope?

2009-06-14 Thread Daniel Kolbo
Hello, I understand the why $vars is not in the global scope, but i was wondering if there was a way from within the class file to include a file in the parent's scope? i tried ::include('vars.php'), parent::include('vars.php'), but this breaks syntax... Please consider the following three

Re: [PHP] Re: ezmlm response

2009-06-11 Thread Daniel Brown
primary that is subscribed to the list, you will have to enter that address in the (un)subscribe field. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP

Re: [PHP] Field type for american money

2009-06-11 Thread Daniel Brown
(), number_format(), and sprintf() with `%0.2f` or similar. For MySQL, ask on the MySQL list. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP

Re: [PHP] CURL intermittant problem

2009-06-11 Thread Daniel Brown
, as simple and obvious as it is, if it's a private network, make sure the machine on which the script is hosted is within the same network as the target machine. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared

Re: [PHP] php applications

2009-06-10 Thread Daniel Brown
wrote last night that no one read. Seems like everyone saw the word police and ran like kids at a beer party. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon

Re: [PHP] PHP as Server Side for a Web Database Application.

2009-06-10 Thread Daniel Brown
to form a basic question): http://www.google.com/search?q=what+is+php -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List

Re: [PHP] php applications

2009-06-10 Thread Daniel Brown
On Wed, Jun 10, 2009 at 08:59, Robert Cummingsrob...@interjinn.com wrote: Don't you have VB applications to write? And this after I just mentioned your name in another thread without throwing up in my mouth. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http

Re: [PHP] PHP as Server Side for a Web Database Application.

2009-06-10 Thread Daniel Brown
On Wed, Jun 10, 2009 at 09:06, Robert Cummingsrob...@interjinn.com wrote: Dan, I'd appreciate it if you wouldn't share our pillow talk with the list at large. Oh, stop, it's not like I mentioned the rash for which you've been getting that cream. -- /Daniel P. Brown daniel.br

Re: [PHP] PHP as Server Side for a Web Database Application.

2009-06-10 Thread Daniel Brown
On Wed, Jun 10, 2009 at 09:11, Daniel Browndanbr...@php.net wrote: On Wed, Jun 10, 2009 at 09:06, Robert Cummingsrob...@interjinn.com wrote: Dan, I'd appreciate it if you wouldn't share our pillow talk with the list at large.    Oh, stop, it's not like I mentioned the rash for which you've

Re: [PHP] PHP as Server Side for a Web Database Application.

2009-06-10 Thread Daniel Brown
generations to search through, mock, and form opinions on our professionalism. So you can both publicly bite me (though not in the manner to which you're alluding). ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50

Re: [PHP] php applications

2009-06-10 Thread Daniel Brown
On Wed, Jun 10, 2009 at 09:16, teddtedd.sperl...@gmail.com wrote: That's Okay, I just say it better than you.  :-) Show-off. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig

Re: [PHP] How does caching work?

2009-06-09 Thread Daniel Brown
as a file's 'mtime' data. If I've somehow circumlocuted your question, ignore me and pretend I was never here. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1

Re: [PHP] php applications

2009-06-09 Thread Daniel Brown
--- even when it's not *me* to whom you're speaking? ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net

Re: [PHP] php applications

2009-06-09 Thread Daniel Brown
of this said, believe it or not, I do agree with the statement that there are other languages better-suited to desktop programming (at this time), just not for the points so far that you've argued. We're on the same side, just not the same end. ;-P -- /Daniel P. Brown daniel.br...@parasane.net

Re: [PHP] smallA framework, over 140 characters for twitter ;)

2009-06-08 Thread Daniel Brown
below, it looks like that might be okay. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] smallA framework, over 140 characters for twitter ;)

2009-06-08 Thread Daniel Brown
includes on there as well. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] php applications

2009-06-08 Thread Daniel Brown
On Mon, Jun 8, 2009 at 11:51, Bastien Koertphps...@gmail.com wrote: -- Bastien Cat, the other other white meat Hey, Bastien the other other white meat got your tongue. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http

Re: [PHP] php applications

2009-06-08 Thread Daniel Brown
the most well-known method is php-gtk: http://gtk.php.net/ -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net

Re: [PHP] php applications

2009-06-08 Thread Daniel Brown
]. And for a quick install and some example projects for Windows, *nix, and Mac, check out gnope[2]. ^1: http://winbinder.org/ ^2: http://gnope.org/ -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting

Re: [PHP] Show the entire browser request

2009-06-08 Thread Daniel Brown
() but formatted exactly as the browser sent it. Depending on the specifics of the problem at hand, Dotan, you may actually be better-served by running the diagnostics locally using LiveHTTPHeaders[1] (a Firefox addon) or something similar. ^1: http://livehttpheaders.mozdev.org/ -- /Daniel

Re: [PHP] Show the entire browser request

2009-06-08 Thread Daniel Brown
On Mon, Jun 8, 2009 at 12:17, Dotan Cohendotanco...@gmail.com wrote: Thanks, Daniel, but I am trying to help someone who is writing a text-based web browser but gets Bad Request messages from some websites. As he is able to visit http://simplesniff.com (my site) I figured that it would help

Re: [PHP] php applications

2009-06-08 Thread Daniel Brown
On Mon, Jun 8, 2009 at 12:33, Matty Sarromsa...@gmail.com wrote: Real men use perl ;) 's/Real men/Masochists' -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon

Re: [PHP] key for in_array()

2009-06-08 Thread Daniel Brown
On Mon, Jun 8, 2009 at 17:33, Dee Ayydee@gmail.com wrote: array_search in the See Also section for in_array docs? You and Andrew are quick today. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared

Re: [PHP] Perplexing problem.

2009-06-05 Thread Daniel Brown
.  ( I have spelled card as Ccard and Caard to see where they are coming from). [snip!] I got both confirmations on the page, Gary, but in the second echo block do you mean to append it to $msg instead? Having it echo out will display it, not add it to the email. -- /Daniel P. Brown

Re: [PHP] Perplexing problem.

2009-06-05 Thread Daniel Brown
On Fri, Jun 5, 2009 at 11:50, Garygwp...@ptd.net wrote: As usual, thank you for your help.  How do I get it to display in the emails only if the boxes are checked? ?php // $msg .= isset($_POST['info']) ? Please send info.\n : Do not send info.\n; // ? -- /Daniel P. Brown

Re: [PHP] Jacob's Calendar

2009-06-01 Thread Daniel Brown
Please do not send such automated crap to these lists or you will be banned. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http

Re: [PHP] Re: PHP vs ASP.NET

2009-06-01 Thread Daniel Brown
be way off-base, but I'd suspect that there's a particular reason for that. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http

Re: [PHP] Re: PHP vs ASP.NET

2009-06-01 Thread Daniel Brown
not as seamless as they used to be, it seems, so maybe it was down for a bit. Thanks for the heads-up though. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1

Re: [PHP] Re: PHP vs ASP.NET

2009-06-01 Thread Daniel Brown
and services, yes, but you play well with others, Don. ;-P On a related note, I've recently been toying with the idea of putting up a dev box with WebDNA on it, I just can't yet justify the expense. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http

Re: [PHP] cURL loop?

2009-05-29 Thread Daniel Brown
builds, so platform isn't an issue; so long as you have access to the shell, you should be fine. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General

Re: [PHP] PHP vs ASP.NET

2009-05-28 Thread Daniel Brown
to the OP by any means. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: mysql create table with date or timestamp

2009-05-28 Thread Daniel Brown
On Thu, May 28, 2009 at 11:15, Andrew Ballard aball...@gmail.com wrote: Make that a 'comma', not the 'coma' that I seem to be in.  :-) Eh, it's your birthday. You're allowed. ;-P Happy birthday, by the way. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http

Re: [PHP] [php] php_network_getaddresses: getaddrinfo failed: No such host is known

2009-05-27 Thread Daniel Brown
-post. Step 6: If still unresolved, give up. [3] ^1: http://php.net/stream-socket-client ^2: http://google.com/search?q=php_network_getaddresses:+getaddrinfo+failed:+No+such+host+is+known ^3: http://asia.cnet.com/i/r/2005/gb/mar/funkey_b1.jpg -- /Daniel P. Brown daniel.br

Re: [PHP] PHP scalability problem

2009-05-27 Thread Daniel Brown
patience. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why does PHP have such a pain in the a$$ configuration file?

2009-05-26 Thread Daniel Brown
thousands upon thousands of users, but has disappointed you. If you would like to file a bug report or feature request for a complete downgrade and stripping of functionality, please visit http://bugs.php.net/. Thank you for your interest in PHP. -- /Daniel P. Brown daniel.br

Re: [PHP] urgent CSS question

2009-05-22 Thread Daniel Brown
On Fri, May 22, 2009 at 08:02, Michael A. Peters mpet...@mac.com wrote: If I recall - it is illegal to end a css class name is a number. I'm not positive though. You are correct. They just executed a man in Texas for this. -- /Daniel P. Brown daniel.br...@parasane.net || danbr

Re: [PHP] WHY ARE lists.php.ne USER EMAIL BEING PUBLISH ON THE INTERNET

2009-05-22 Thread Daniel Brown
: RFC 1855 (http://tools.ietf.org/html/rfc1855) -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Shared memory - linx and PHP newbie

2009-05-21 Thread Daniel Brown
test condition. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Shopping Cart

2009-05-16 Thread Daniel Brown
is just for database-centric code. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Re: Urgent problem PCRE or DOM help

2009-05-13 Thread Daniel Brown
on the Internet. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SMS gateway

2009-05-13 Thread Daniel Brown
, you'll know it's not possible. SMS is a protocol built upon a network for which you'll be required to license (and pay for) access and usage. It's not a script you could install. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http

Re: [PHP] Sending SMS through website

2009-05-13 Thread Daniel Brown
On Wed, May 13, 2009 at 10:39, Andrew Williams andrew4willi...@gmail.com wrote: http://google.com/search?q=open+source+sms+gateway That looks awfully familiar, Andy ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http

Re: [PHP] Can includes be used for head tags?

2009-05-11 Thread Daniel Brown
On Mon, May 11, 2009 at 12:41, Gary gwp...@ptd.net wrote: I was thinking of creating a php include for the meta tags for a site.  Is this possible? Of course it would be. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net

Re: [PHP] Two very useful PHP functions

2009-04-30 Thread Daniel Brown
on the frontend of things. You may want to consider contributing that to a framework, which is where it would be more appropriate. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon

Re: [PHP] E-Mail Verification - Yes, I know....

2009-04-28 Thread Daniel Brown
(and even attempt to pass or bypass a challenge). -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] E-Mail Verification - Yes, I know....

2009-04-28 Thread Daniel Brown
, Apr 28, 2009 at 11:50, Daniel Brown danbr...@php.net wrote: On Tue, Apr 28, 2009 at 11:40, Jay Blanchard jblanch...@pocket.com wrote: Our company wants to do e-mail verification and does not want to use the requests / response method (clicking a link in the e-mail to verify the address), which

Re: [PHP] CamelCase conversion to proper_c_style

2009-04-27 Thread Daniel Brown
I'm typing it in here and it hasn't been tested): #!/bin/bash if(test `which vim` == ); then vi=`which vi`; else vi=`which vim`; fi; $vi `grep -lRi \$[a-z0-9] *` '+%s/\$\([a-zA-Z0-9_]\)\+/\L\E/g' '+wn' '+q' -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http

Re: [PHP] Re: Formating Numbers

2009-04-27 Thread Daniel Brown
/money_format ^2:http://php.net/setlocale -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] PHP CLI vs WebServed

2009-04-25 Thread Daniel Brown
to start looking is the php_filter_get_storage() function, then trace back from there. If memory continues to serve correctly, it should be in the `ext/filter/filter.c` file. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50

Re: [PHP] PHP CLI vs WebServed

2009-04-25 Thread Daniel Brown
php...  and being easier... What do you guys think? Thanks! -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http

Re: [PHP] Change color of anything in double/single quotes

2009-04-25 Thread Daniel Brown
On Sat, Apr 25, 2009 at 13:50, Marc Steinert li...@bithub.net wrote: $string = preg_replace('/(.*?)/', 'font color=color\\1/font', $string); Close, but I'd also recommend dropping in a 'Us' modifier so that it is `U`ngreedy and `s`pans lines. ?php $regexp = '/(.*?)/Us'; ? -- /Daniel P

Re: [PHP] Symlinks and ownership

2009-04-23 Thread Daniel Brown
if(!is_null($err)) { die(print_r($ret)); } exec('chown --no-dereference ownerName '.$linkName,$ret,$err); // Owner, full flag if(!is_null($err)) { die(print_r($ret)); } ? -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50

Re: [PHP] MAIL Error

2009-04-22 Thread Daniel Brown
--- or to be very welcome. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] MAIL Error

2009-04-21 Thread Daniel Brown
the rules of the list (not to mention the RFC's on Netiquette, et al), please trim your signature when posting to the official PHP mailing lists. There's probably no reason it even needs to be 450% the size of your email body. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net

Re: [PHP] 800 pound gorilla

2009-04-20 Thread Daniel Brown
. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 800 pound gorilla

2009-04-20 Thread Daniel Brown
future banter. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Let me google that for you.

2009-04-17 Thread Daniel Brown
On Fri, Apr 17, 2009 at 10:18, Gary gwp...@ptd.net wrote: I would like to create a script that would fill in the search box for the Let Me Google That For You. That's fantastic! Thanks for letting us know. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http

Re: [PHP] Let me google that for you.

2009-04-17 Thread Daniel Brown
On Fri, Apr 17, 2009 at 11:19, Gary gwp...@ptd.net wrote: Your welcome, would you know how to create the script to incorporate it on a page? Yeah, but it's JavaScript and HTML (DHTML), not PHP. Daniel Brown danbr...@php.net wrote in message

Re: [PHP] Sobre Login PHP

2009-04-11 Thread Daniel Brown
favor este mensaje a la lista española del PHP en php-general...@lists.php.net. Usted puede suscribir a la lista en http://php.net/mailinglists. Solo inglés a este lista. ¡Gracias, y Pascua feliz! -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net

Re: [PHP] Additional support for your family!

2009-04-11 Thread Daniel Brown
On Sat, Apr 11, 2009 at 19:29, 9el le...@phpxperts.net wrote: Ah! could you just pay in my paypal? bluh! For future reference, the general practice on the list is not even to acknowledge the email. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net

Re: [PHP] Increase your monthly income!

2009-04-09 Thread Daniel Brown
, the only better SPAM blocking stuff has been a pair of scissors applied to the power cord. (Zap.) -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP

Re: [PHP] Increase your monthly income!

2009-04-09 Thread Daniel Brown
-- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Out of the blue question..

2009-04-07 Thread Daniel Brown
. I don't think this list is the appropriate place for it really but that's just my opinion. -- Postgresql php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- /Daniel P. Brown daniel.br

Re: [PHP] Too many open files

2009-04-05 Thread Daniel Brown
.' Just warn them to watch what numbers they use, and not to go over 1024. This is kernel tuning, so once the changes have been made, the server needs to reboot (power cycle, not an Apache reload) for them to take effect. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http

Re: [PHP] Error on .htaccess

2009-04-01 Thread Daniel Brown
? This is a question for the Apache list, Igor, it has nothing to do with PHP in this particular case. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General

Re: [PHP] Security Support

2009-03-30 Thread Daniel Brown
trashed this thread? It's fine if you don't want to apply, but please don't go out of your way to try to make someone with a legitimate and properly-formatted request look like a moron because it backfires and reflects poorly on your own professionalism. -- /Daniel P. Brown daniel.br

Re: [PHP] Server document root change

2009-03-30 Thread Daniel Brown
to /home. Is there any problem if i change this? Please do not cross-post on lists, Manoj. The Apache folks will be able to guide you through this. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ -- PHP General Mailing

Re: [PHP] today i found the best function I've ever seen

2009-03-23 Thread Daniel Brown
On Mon, Mar 23, 2009 at 09:07, Igor Escobar titiolin...@gmail.com wrote: Do not try this at home... Sorry, all, I must have yelled. Two days later and my words are still echoing. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http

Re: [PHP] Google Summer Of Code : The PHP Project

2009-03-23 Thread Daniel Brown
. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web Development/Application Analysis

2009-03-22 Thread Daniel Brown
and ignored for the rest of your time here. -- /Daniel P. Brown -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Frameworks / obstinate?

2009-03-22 Thread Daniel Kolbo
Tony Marston wrote: Nitsan Bin-Nun nit...@binnun.co.il wrote in message news:d47da0100903220910q7bb66706s6255f0fc89b98...@mail.gmail.com... Don't forget to attach the message to the list. Regarding the frameworks, which of them, for your opinion, will take the fastest time to learn and get

Re: [PHP] Frameworks / obstinate?

2009-03-22 Thread Daniel Kolbo
there. -Original Message- From: Daniel Kolbo [mailto:kolb0...@umn.edu] Sent: Sunday, March 22, 2009 4:54 PM To: php-general@lists.php.net Cc: Tony Marston Subject: [PHP] Frameworks / obstinate? Tony Marston wrote: Nitsan Bin-Nun nit...@binnun.co.il wrote in message

Re: [PHP] need help with code

2009-03-21 Thread Daniel Brown
['oauth_token'],time()*24*60*60*30,'/') setCookie('accessTokenSecret',tok['oauth_token_secret'],time()*24*60*60*30,'/') header(location http://www.chriswestbrook.com/twitter/twitter.php;); } } ? -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http

Re: [PHP] So called PHP Expert

2009-03-21 Thread Daniel Brown
not live to be as old as me. But if you do, just imagine how deep your ignorance will be. :-) Now *this* is prophetic and a harsh response to a virtual drop-kick. You guys play rough! -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http

Re: [PHP] need help with code

2009-03-21 Thread Daniel Brown
would print unexpected $end on line xxx. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] PHP (Google Summer of Code 2009)

2009-03-21 Thread Daniel Brown
to the Docs mailing list at php...@lists.php.net (subscribe by sending a blank email to phpdoc-subscr...@lists.php.net), and - more specifically - the Russian Translation Team's list at phpdoc...@lists.php.net (subscribe: phpdoc-ru-subscr...@lists.php.net). -- /Daniel P. Brown daniel.br

Re: [PHP] [News] Affordable Independent Web Developer - Search Engine Optimization Services - March 19th, 2009

2009-03-20 Thread Daniel Brown
-800-621-3984 Phone: 1-775-782-6421 Email: w...@ginkga.com Web: http://www.ginkga.com To stop all communications from Ginkga Studio reply here:  rem...@ginkga.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- /Daniel P

Re: [PHP] [News] Affordable Independent Web Developer - Search Engine Optimization Services - March 19th, 2009

2009-03-20 Thread Daniel Brown
On Fri, Mar 20, 2009 at 12:25, Ginkga Studio, LLC webdes...@ginkga.com wrote: As a matter of fact DANIEL ...I AM A REAL PERSON ! You know, I really hate it that people like YOU reply back to me with your self-vain - self-important attitudes - and act like no one else on the F-ing

Re: [PHP] [News] Affordable Independent Web Developer - Search Engine Optimization Services - March 19th, 2009

2009-03-20 Thread Daniel Brown
...@pocket.com] Sent: Friday, March 20, 2009 10:21 AM To: Daniel Brown; webdes...@ginkga.com Cc: Jochem Maas; Php-general; George Larson Subject: RE: [PHP] [News] Affordable Independent Web Developer - Search Engine Optimization Services - March 19th, 2009 [snip]hey, everyone, my name is Samantha

Re: [PHP] [JUNK] .......

2009-03-20 Thread Daniel Brown
REBUKE SOMEONE ELSE'S EFFORTS Point #2: Spelling and asinine remarks backfired. Checkmate. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] [JUNK] .......

2009-03-20 Thread Daniel Brown
On Fri, Mar 20, 2009 at 14:37, Jochem Maas joc...@iamjochem.com wrote: PS: I guess a reply about the domain name referencing nisargadatta or krishnamurti wouldn't really ring any bells. Watch your mouth. There are children present. -- /Daniel P. Brown daniel.br...@parasane.net

Re: [PHP] [News] Affordable Independent Web Developer - Search Engine Optimization Services - March 19th, 2009

2009-03-20 Thread Daniel Brown
?php $email =MSG On Fri, Mar 20, 2009 at 14:23, Ginkga Studio, LLC webdes...@ginkga.com wrote: -Original Message- From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel Brown Sent: Friday, March 20, 2009 10:13 AM To: webdes...@ginkga.com Cc: Jochem Maas; Php

Re: [PHP] PHP blogs?

2009-03-20 Thread Daniel Brown
On Fri, Mar 20, 2009 at 14:37, George Larson george.g.lar...@gmail.com wrote: I'm reorganizing my reader.  Anybody suggest any good PHP feeds? Are you already using the RSS/RDF stuff straight from the horse's mouth, George? http://news.php.net/ -- /Daniel P. Brown daniel.br

Re: [PHP] [News] Affordable Independent Web Developer - Search Engine Optimization Services - March 19th, 2009

2009-03-20 Thread Daniel Brown
On Fri, Mar 20, 2009 at 15:23, James Ausmus james.ausmus.li...@gmail.com wrote: OK, umm... Wow. Bi-polar, anyone??? I'm getting whiplash reading this thread. Not to say it isn't entertaining... ;) You like this? Ask the regulars about Crayon Shin Chan. ;-P -- /Daniel P. Brown daniel.br

Re: [PHP] [News] Affordable Independent Web Developer - Search Engine Optimization Services - March 19th, 2009

2009-03-20 Thread Daniel Brown
function to split the paragraphs by sentences and capitalize appropriately! ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW1 -- PHP General Mailing List (http

<    5   6   7   8   9   10   11   12   13   14   >