[PHP] Update mailing list docs - How to unsubscribe?

2012-01-23 Thread Matty Sarro
Hey everyone, I have been trying to unsubscribe from this list. I've gone through the directions at http://www.ezmlm.org/ezman/ezman1.html as suggested by http://us.php.net/mailing-lists.php. They don't seem to apply for these lists as written (the method listed for unsubscribing involves sending a

Re: [PHP] Best editor?

2011-08-03 Thread Matty Sarro
the functionality of testing inside the editor used to be there, I'd just like to see if I can find it again :) If I have to, i'll just go the VM route. On Wed, Aug 3, 2011 at 9:26 AM, Steve Staples wrote: > On Wed, 2011-08-03 at 09:22 -0400, Matty Sarro wrote: >> Hey everyone, &

[PHP] Best editor?

2011-08-03 Thread Matty Sarro
Hey everyone, I am a super newbie just beginning to learn PHP. Awhile ago, I had used aptana for dabbling with php and was amazed to find out that it had a built in php interpreter so I could do some minor testing without having to upload everything to a web server, or have a web server locally. Fl

Re: [PHP] Re: Craigslist Jobs

2011-01-11 Thread Matty Sarro
Quote:"Yes, you will get burned a few times, and have both good and bad experiences when you least expect them - the main thing is just to remember the clients are people, with a problem to solve, you're there to solve that problem in a cost effective manner, and ultimately your work has two values

Re: [PHP] Craigslist Jobs

2011-01-11 Thread Matty Sarro
Like any other job, have a portfolio to show your skills. Most people who are posting on craigslist will be stunned by just about any work, but it helps in case you happen to get an educated contact who wants to see what you've done. Some references may also be helpful. 1) There's no right or wron

Re: [PHP] 1984 (Big Brother)

2010-09-15 Thread Matty Sarro
Ooooh, how about a pressure sensor on his seat??? Like the ones they have in cars to make that little airbag light illuminate. if buttDetected{ allowAccess(); } On Wed, Sep 15, 2010 at 7:00 PM, Yousif Masoud wrote: > On 12/09/10 17:32, tedd wrote: > >> Hi gang: >> >> I have a client who wants hi

Re: [PHP] CD, DVD, and Blu-Ray (Not PHP)

2010-04-21 Thread Matty Sarro
>From a purely storage standpoing that's correct. The other difference is that CD and DVD are industry standard formats backed by the ISO. BluRay is a sony proprietary format. On Wed, Apr 21, 2010 at 1:19 PM, Dan Joseph wrote: > On Wed, Apr 21, 2010 at 1:16 PM, tedd wrote: > > > I'm no expert o

Re: [PHP] Fwd: Medical Task Force

2010-04-04 Thread Matty Sarro
Hey, not sure how comprehensive you're looking to be but for health informatics there are a number of hl7 and PACS tools out there which are open source, most are just a google search away. -matty On Apr 4, 2010 11:23 PM, "Rene Veerman" wrote: hey, i did not fake that cc header on my last mail.

Re: [PHP] Newbie Question about Conditionals

2010-03-31 Thread Matty Sarro
solidify the concept though! PS: I have to say that PHP has the *best* documentation I've ever seen beside Java. Thanks again! On Wed, Mar 31, 2010 at 4:43 AM, Richard Quadling wrote: > On 31 March 2010 05:45, Matty Sarro wrote: > > That explains it perfectly, thanks you! > >

Re: [PHP] Newbie Question about Conditionals

2010-03-30 Thread Matty Sarro
That explains it perfectly, thanks you! On Wed, Mar 31, 2010 at 12:40 AM, Tommy Pham wrote: > On Tue, Mar 30, 2010 at 9:22 PM, Matty Sarro wrote: > > Hey all! > > This is probably my second post on the list, so please be gentle. Right > now > > I am running through

[PHP] Newbie Question about Conditionals

2010-03-30 Thread Matty Sarro
Hey all! This is probably my second post on the list, so please be gentle. Right now I am running through the "Heads First PHP and MySQL" book from O'Reilly. It's been quite enjoyable so far, but I have some questions about some of the code they're using in one of the chapters. Basically the code

Re: [PHP] Show the entire browser request

2009-06-08 Thread Matty Sarro
If its the request from the browser, why not just fire up a packet sniffer and get it that way? Unless it's using SSL/TLS/VPN/something that would encrypt it, you should be able to see the request in clear text. On Mon, Jun 8, 2009 at 4:40 PM, Dotan Cohen wrote: > > This should do it, I believe:

Re: [PHP] php applications

2009-06-08 Thread Matty Sarro
Real men use perl ;) On Mon, Jun 8, 2009 at 12:30 PM, Kyle Terry wrote: > On Mon, Jun 8, 2009 at 8:48 AM, tedd wrote: > > > Hi gang: > > > > I've heard that php can be used for more than web programming, but I am > not > > aware of specifically how that can be done. So, let me ask directly -- >

Re: [PHP] URL injection

2009-06-04 Thread Matty Sarro
Is there more to the register.php file that we're not seeing? It has to have some sort of action... On Thu, Jun 4, 2009 at 3:28 PM, Stuart wrote: > 2009/6/4 Morris : > > Hi > > > > The register.php has only a form > > > > > > > > > > > > > ?> > > > > Does this help ? > > 1) That is not vali

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Matty Sarro
I believe none of the AES algorithms have been compromised so far. DES is known to be broken, 3DES was just severely compromised. I don't know where blowfish stands at the moment. On Wed, Jun 3, 2009 at 9:20 AM, Hemant Patel wrote: > Hello Everyone, > Hope you all are doing g

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

2009-05-22 Thread Matty Sarro
Does it really matter? Even the best programmers communicate amongst themselves. If your customers don't understand that, then they're going to be sorely disappointed pretty much anywhere they go. On Fri, May 22, 2009 at 9:06 AM, HallMarc Websites < m...@hallmarcwebsites.com> wrote: > Full disclo

Re: [PHP] Make New-Age Money Online with Google

2009-01-27 Thread Matty Sarro
OMG THIS IS SO AWESOME! Dear Bot/Advertiser: Please find a fire, and die in it. Thank you. -Matthew On Tue, Jan 27, 2009 at 10:08 AM, Eric Butera wrote: > On Tue, Jan 27, 2009 at 2:42 AM, clive > wrote: > > So Funny, they went through all the trouble of signing up, unless hey > have > > bots no

Re: [PHP] Good PHP book?

2008-12-17 Thread Matty Sarro
When you really want to learn a language, I find it useful to have a book that teaches you the language, and then a book for reference. Head First PHP is a GREAT starter book, especially if you're the type whose eyes glaze over when you're presented with walls of text. Its easy to read and very vi

Re: [PHP] Licensing

2008-08-16 Thread Matty Sarro
Sell support. Sell obfuscated code. Sell your software but make the source available upon sale (completely allowed under all open source licenses). On Sat, Aug 16, 2008 at 10:47 AM, Eric Butera <[EMAIL PROTECTED]> wrote: > On Sat, Aug 16, 2008 at 10:34 AM, Richard Heyes <[EMAIL PROTECTED]> wrote:

Re: [PHP] Storing values between multiple page forms

2008-03-11 Thread Matty Sarro
Yeah, I'm working on this with the hopes of it turning into a full module for a larger project I'm working on... but I'm still a bit of a noob :) Thanks for the assistance guys! On Tue, Mar 11, 2008 at 11:48 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11,

[PHP] Storing values between multiple page forms

2008-03-11 Thread Matty Sarro
Greets all! I am working on a minor project for work for entering inventory information for servers we ship out. Here is my plan: First page - Get client name, number of servers, and find number of miscellaneous equipment(s) being shipped (UPS's, monitors, etc) >From there, create a loop to run t

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread Matty Sarro
Its not bleeding edge unless it's web2.0 ;) On Wed, Feb 27, 2008 at 4:22 PM, Bastien Koert <[EMAIL PROTECTED]> wrote: > > > Date: Wed, 27 Feb 2008 14:28:30 -0600> From: [EMAIL PROTECTED]> To: > [EMAIL PROTECTED]; [EMAIL PROTECTED]> CC: > php-general@lists.php.net> Subject: RE: [PHP] Are these Tru

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread Matty Sarro
Completely off subject, but man I miss quickbasic... that was such a fun language to program in way back-in-the-day. So simple! On Wed, Feb 27, 2008 at 3:39 PM, tedd <[EMAIL PROTECTED]> wrote: > At 10:03 AM -0800 2/27/08, Dare Williams wrote: > >Dear Developers, > > > > http://msdn2.microsoft.c

Re: [PHP] Guidance

2008-02-27 Thread Matty Sarro
I understand and agree completely, and I really appreciate the help. My goal isn't so much to keep from re-writing code, but to have a pretty firm foundation to stand on before I really begin. I mean, with c++ or c, all I needed was the language, and that was pretty much it. I could do everything f

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread Matty Sarro
To the extent of my knowledge ASP is simply the server-side scripting engine, and most of the programming is actually done in visual basic, or any other scripting language you decide to use so long as its somehow putting money in microsoft's pocket. Think along the lines of Perl (the interpreter) v

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread Matty Sarro
as well :) On Wed, Feb 27, 2008 at 2:45 PM, Greg Donald <[EMAIL PROTECTED]> wrote: > On 2/27/08, Matty Sarro <[EMAIL PROTECTED]> wrote: > > Psh, if you're going to talk about RoR, might as well talk about PoP... > > Python on Planes! > > http://developer

[PHP] Guidance

2008-02-27 Thread Matty Sarro
Greetings all! I am still relatively new to any kind of web design or php programming, I'll be completely honest. I am used to working with C, Perl, Java, and a splash of C++. PHP and web application development are kind of a new bag for me and I'm still trying to get my bearings. I see that design

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread Matty Sarro
Psh, if you're going to talk about RoR, might as well talk about PoP... Python on Planes! http://developers.slashdot.org/article.pl?sid=07/04/01/176239 On Wed, Feb 27, 2008 at 2:27 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Wed, Feb 27, 2008 at 2:18 PM, Greg Donald <[EMAIL PROTECTED]> wrote

Re: [PHP] RE: temprorary error

2008-02-25 Thread Matty Sarro
So, if God begat Rasmus, and Rasmus begat PHP... that means PHP is like a gift from God right? Kinda like the Transformers? And microwave burritos? On Mon, Feb 25, 2008 at 3:09 PM, Wolf <[EMAIL PROTECTED]> wrote: > > tedd <[EMAIL PROTECTED]> wrote: > > At 11:18 AM -0500 2/25/08, Daniel Brown

Re: [PHP] Re: When to use design patterns?

2008-02-25 Thread Matty Sarro
Dangit, I can only do web1.9.5 :( I guess I've been deprecated... On Mon, Feb 25, 2008 at 4:27 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Feb 25, 2008, at 4:18 PM, tedd wrote: > > > At 9:51 AM -0500 2/25/08, Eric Butera wrote: > >> To each their own I guess. Just out of curiosity, are you

Re: [PHP] Re: Plant Extracts and Our Factory

2008-02-25 Thread Matty Sarro
This is not spam, obviously there's some sort of UNIXy recursive joke here, we just have to find it. On Mon, Feb 25, 2008 at 11:40 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: >Amazing some of the brightest minds on the Internet > communicate on these lists and yet no one can recognize

Re: [PHP] Re: When to use design patterns?

2008-02-25 Thread Matty Sarro
I agree, that head first book is fantabulous. Very well written and easy to read for a techie book. It makes the usage of design patterns incredibly easy to understand. But like all things simply understanding the theory doesn't always equal being able to practice it... that only comes with using t

Re: [PHP] Re: When to use design patterns?

2008-02-25 Thread Matty Sarro
Actually thats exactly what design patterns were created for. You come up with a basic structure and then modify it as needed for other projects. I mean, the objects/structures/whatever may change, but the patterns of logic you use will often be the same or only require minor adjustments. Its a who

Re: [PHP] All Survey leading to PHP

2008-02-22 Thread Matty Sarro
I personally never sell my code... everything I create is released as open source under GPL. However I do sell support, and server management, and occasionally server hardware to run everything :o) (Richard Stallman actually gave me the idea a few years ago when I emailed him about ways to make a

Re: [PHP] PHP To an EXE Executable for Win32 ( Is it possible)

2008-02-21 Thread Matty Sarro
Color me corrected :) I'm gonna have to look into these utils myself. Thanks! On Thu, Feb 21, 2008 at 4:27 PM, Mario Guenterberg <[EMAIL PROTECTED]> wrote: > On Thu, Feb 21, 2008 at 02:16:55PM -0700, Dan wrote: > > I know that there's apparently some way to compile PHP to make it run > > faster.

Re: [PHP] All Survey leading to PHP

2008-02-21 Thread Matty Sarro
You can attempt to protect your code with Zend guard or a couple other utilities. I believe theres also some php obfuscation utilities out there - consult google. Ultimately though, even with compiled code you will never stop someone who wants to see your code, decompilers are commonplace. As menti

[PHP] Hiding all browser toolbars - how?

2008-02-19 Thread Matty Sarro
Greetings everyone! I am currently working on a web application (aren't we all?). The main page which users will look at is simply a login prompt, and upon logging in a new browser window will be launched. I would like that window to have no browser bars, etc so all of the space taken up by the win

Re: [PHP] str_replace ? \r

2006-02-07 Thread Matty Sarro
Agreed - try to think of it as a filter and less of something that needs to be computed both ways... much easier in the long run, and more efficient :) On 2/7/06, Curt Zirzow <[EMAIL PROTECTED]> wrote: > > On Tue, Feb 07, 2006 at 10:38:37AM -0800, Sam Smith wrote: > > > > From a on a web form I'm