Re: [PHP] How to make sure that the target file to read is not under writing by others?

2009-08-19 Thread Kyle Smith
Nitebirdz wrote: On Wed, Aug 19, 2009 at 11:59:39AM +0100, Ashley Sheridan wrote: No, what you're saying is 'use a log file in order to know when to look at another log file'. What would happen if you tried to access the control log file whilst it was in the process of being written to?

Re: [PHP] This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-24 Thread Kyle Smith
Per Jessen wrote: See http://bugs.php.net/?id=48612 Thank you for taking the time to write to us, but this is not a bug. And RTFM. (RTFM is my interpretation of the rest). And that only took a little more than a month. Thanks very much. Can anyone here tell me why the CLI behaviour reported

Re: [PHP] This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-24 Thread Kyle Smith
Per Jessen wrote: Kyle Smith wrote: Per Jessen wrote: See http://bugs.php.net/?id=48612 Thank you for taking the time to write to us, but this is not a bug. And RTFM. (RTFM is my interpretation of the rest). And that only took a little more than a month. Thanks very much. Can

Re: [PHP] This is the kind of [expletives deleted] answer that is certain to prevent bugs being reported.

2009-07-24 Thread Kyle Smith
Jim Lucas wrote: Kyle Smith wrote: Per Jessen wrote: Kyle Smith wrote: Per Jessen wrote: See http://bugs.php.net/?id=48612 Thank you for taking the time to write to us, but this is not a bug. And RTFM. (RTFM is my interpretation of the rest). And that only

Re: [PHP] PHP as Language

2009-07-24 Thread Kyle Smith
Martin Scotta wrote: Hi all Is there a formal definition for the php language? Where I can found it? I've STW with no results. Not sure if this is what you mean, but PHP stands for PHP: Hypertext Processor - Kyle

Re: [PHP] How to build an FF extension

2009-07-23 Thread Kyle Smith
Ashley Sheridan wrote: On Thu, 2009-07-23 at 14:39 +0100, Luke wrote: 2009/7/23 Ashley Sheridan a...@ashleysheridan.co.uk On Wed, 2009-07-22 at 23:49 -0400, Paul M Foster wrote: On Wed, Jul 22, 2009 at 08:31:10PM -0700, Javed Khan wrote: How to build an FF

Re: [PHP] How to build an FF extension

2009-07-23 Thread Kyle Smith
table. Then again, I tend to think in obscene acronyms. - Kyle

Re: [PHP] Undefined Index ...confusion

2009-07-23 Thread Kyle Smith
]['ID'], or just $i. This is all speculation from the 2 lines of code I've seen though. - Kyle

Re: [PHP] Undefined Index ...confusion

2009-07-23 Thread Kyle Smith
Miller, Terion wrote: On 7/23/09 9:24 AM, Kyle Smith kyle.sm...@inforonics.com wrote: Miller, Terion wrote: I keep getting this error while trying to use the field 'ID' to pass in a url.. And it's odd because the query is pulling everything BUT the ID which is the first field... code

[Fwd: Re: [PHP] Undefined Index ...confusion]

2009-07-23 Thread Kyle Smith
Sorry, list, I did a reply instead of a reply-to-all. This is what I sent to Miller, Terion Miller, Terion wrote: Thanks for the link Kyle!! Great thing there...(seriously I didn't know...I learn something everyday) Anyways the link to my script is: http://pastebin.ca/1504393 Your

Re: [PHP] Invalid Argument why?

2009-07-16 Thread Kyle Smith
? Looks like you meant to do something like this: // Always better to be plural when you have an array. $rows = whatever_your_rows_come_from(); foreach($rows as $row) { $inType = $row['inType']; echo $inType . 'br /'; } HTH, Kyle

Re: [PHP] php applications

2009-06-09 Thread Kyle Terry
On Mon, Jun 8, 2009 at 9:33 AM, Robert Cummings rob...@interjinn.comwrote: Kyle Terry wrote: On Mon, Jun 8, 2009 at 8:48 AM, tedd t...@sperling.com 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

Re: [PHP] php applications

2009-06-08 Thread Kyle Terry
On Mon, Jun 8, 2009 at 8:48 AM, tedd t...@sperling.com 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 -- can php be used to create a Mac Application? If so, how? Cheers,

Re: [PHP] Programming Question

2009-04-29 Thread Kyle Smith
need in each page to generate it. HTH, - Kyle

Re: [PHP] try - catch is not so clear to me...

2009-04-13 Thread Kyle Smith
. Does that clear up the purpose a bit? I'm no expert, but that's my understanding. HTH, Kyle

Re: [PHP] [php] scheduled task in php

2009-04-02 Thread Kyle Smith
place the full path of your script after the executable in the field provided so it looks something like: C:\PHP\php.exe C:\Documents and Settings\Kyle\My Documents\scripts\MyCronPHPScript.php HTH, Kyle *Kyle Smith* UNIX/Linux Systems Administrator Inforonics, LLC Jan G.B. wrote: Or even

Re: [PHP] and and weird results

2009-04-01 Thread Kyle Smith
; // In both cases, $result is false. HTH, Kyle -- *Kyle Smith* UNIX/Linux Systems Administrator Inforonics, LLC

Re: [PHP] and and weird results

2009-04-01 Thread Kyle Smith
Kyle Smith wrote: PJ wrote: I hope somebody can make sense of this. First, I don't understand what the difference is supposed to be between and - is there a difference for php and/or mysql? Second, I am trying to select all occurrences in a table.column where the first letter of the name is I

Re: [PHP] Silly question - include vs. eval

2009-03-11 Thread Kyle Terry
On Wed, Mar 11, 2009 at 10:19 AM, Shawn McKenzie nos...@mckenzies.netwrote: Sándor Tamás (HostWare Kft . ) wrote: Yes, Rob is right. My original question is about the difference between the processing of a file-based site with include() OR eval(). In that case, if I understood it

Re: [PHP] escape your variables

2009-03-04 Thread Kyle Terry
luck with that. -- http://www.voom.me | EFnet: #voom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Is it really THAT hard to take the extra step, ensure proper application security and filter both ways? I didn't think so. Kyle Terry

Re: [PHP] escape your variables

2009-03-04 Thread Kyle Terry
On Wed, Mar 4, 2009 at 6:55 PM, Chris dmag...@gmail.com wrote: Eric Butera wrote: On Wed, Mar 4, 2009 at 8:18 PM, Chris dmag...@gmail.com wrote: You only need to escape data coming from a user going in to your database. If you put user input into your database and pull it back out, it's

Re: [PHP] Re: Problems with displaying results

2009-03-03 Thread Kyle Terry
http://www.spidean.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php You also need to filter your user inputted data. Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model) for a library of PHP classes. http

Re: [PHP] PHP OOP

2009-02-12 Thread Kyle Terry
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model) for a library of PHP classes. http://www.voom.me | IRC EFNet #voom

Re: [PHP] Don't Forget to Punch the Clock, Shorty!

2009-02-12 Thread Kyle Terry
...Information management and timesheets... That's what I write for a living. -- Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model) for a library of PHP classes. http://www.voom.me | IRC EFNet #voom

Re: [PHP] Re: Looking for some PHP OO programming guides

2009-02-10 Thread Kyle Terry
. -- Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model) for a library of PHP classes. http://www.voom.me | IRC EFNet #voom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Looking for some PHP OO programming guides

2009-02-10 Thread Kyle Terry
On Tue, Feb 10, 2009 at 12:07 PM, Kyle Terry k...@kyleterry.com wrote: On Tue, Feb 10, 2009 at 9:46 AM, Tony Marston t...@marston-home.demon.co.uk wrote: Take a look at http://www.tonymarston.net/php-mysql/databaseobjects.html -- Tony Marston http://www.tonymarston.net http

Re: [PHP] PHP OOP

2009-02-09 Thread Kyle Terry
in. That or Python. -- Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model) for a library of PHP classes. http://www.voom.me | IRC EFNet #voom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP usage stats

2009-02-09 Thread Kyle Terry
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php After disusing this, I leave you with this... Good luck my friend. Good luck... -- Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model) for a library of PHP classes. http://www.voom.me

Re: [PHP] maybe we could all?

2009-02-09 Thread Kyle Terry
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Yayyy! More people from around the world! :) -- Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model) for a library of PHP classes. http://www.voom.me | IRC EFNet #voom -- PHP General

Re: [PHP] php rpm

2009-02-04 Thread Kyle Terry
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I might be wrong, but I think the packages have the php version appended to the it. so php5-soap, for example. At least it's like that in Fedora. -- Kyle Terry | www.kyleterry.com Help kick start VOOM

Re: [PHP] Is it possible to send POST vars through a header redirect?

2009-02-03 Thread Kyle Terry
by William Shakespeare -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php You could always create major overhead and stick it in the database. Ha... -- Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model

Re: [PHP] Re: Hidden costs of PHP arrays?

2009-01-30 Thread Kyle Terry
On Jan 29, 2009, at 6:07 PM, Eric Butera eric.but...@gmail.com wrote: On Thu, Jan 29, 2009 at 9:02 PM, Paul M Foster pa...@quillandmouse.com wrote: On Fri, Jan 30, 2009 at 11:10:16AM +1100, Clancy wrote: snip As a former assembly language programmer I have some idea of the vast amount of

Re: [PHP] PHP Content Management

2009-01-29 Thread Kyle Terry
On Jan 29, 2009, at 11:27 PM, Nathan Rixham nrix...@gmail.com wrote: Larry Garfield wrote: On Friday 30 January 2009 12:16:44 am Jason Todd Slack-Moehrle wrote: I would like something simple to setup, http://drupal.org/ lol -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Re: Doc standard for methods?

2009-01-27 Thread Kyle Terry
can make private and protected method calls from two different instances of the same object type. I personally called this reference hopping. -- Kyle Terry | www.kyleterry.com Help kick start VOOM (Very Open Object Model) for a library of PHP classes. http://www.voom.me | IRC EFNet #voom -- PHP

Re: [PHP] Re: Doc standard for methods?

2009-01-27 Thread Kyle Terry
On Tue, Jan 27, 2009 at 7:06 AM, Eric Butera eric.but...@gmail.com wrote: On Tue, Jan 27, 2009 at 10:00 AM, Kyle Terry k...@kyleterry.com wrote: On Tue, Jan 27, 2009 at 5:56 AM, Nathan Rixham nrix...@gmail.com wrote: Larry Garfield wrote: Greetings, all. I am looking for feedback

Re: [PHP] MySQL class. Thoughts?

2009-01-21 Thread Kyle Terry
databases. I'm curious what you all think. Thanks, Jay Hey, 1. You know the mysqli-Class? 2. If yes, than I don't get it in which way this will improve mysql handling -eddy MySQLi actually stands for MySQL Improved. Problem solved. -- Kyle Terry | www.kyleterry.com -- PHP General

Re: [PHP] Redirecting from unreachable page on website

2009-01-21 Thread Kyle Terry
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Google for apache 404 redirect and read around a bit. Checkout the documentation on apache.org as well. -- Kyle Terry | www.kyleterry.com -- PHP General Mailing List (http://www.php.net

Re: [PHP] Redirecting from unreachable page on website

2009-01-21 Thread Kyle Terry
2009/1/21 Kyle Terry k...@kyleterry.com: On Wed, Jan 21, 2009 at 10:12 AM, Dušan Novaković ndu...@gmail.com wrote: Hi, Is there some elegant solution how to redirect if someone try to open some non existing page (e.g www.domain.com/nonexistingpage.php) to main page www.domain.com on website

Re: [PHP] Redirecting from unreachable page on website

2009-01-21 Thread Kyle Terry
On Wed, Jan 21, 2009 at 10:40 AM, Dušan Novaković ndu...@gmail.com wrote: apache :-) 2009/1/21 Kyle Terry k...@kyleterry.com: 2009/1/21 Kyle Terry k...@kyleterry.com: On Wed, Jan 21, 2009 at 10:12 AM, Dušan Novaković ndu...@gmail.com wrote: Hi, Is there some elegant solution how

Re: [PHP] Client/Server Printing

2009-01-20 Thread Kyle Terry
? Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php We used a windows only extension to print from PHP at my last job. Might want to take a look into that. http://us2.php.net/manual/en/book.printer.php -- Kyle Terry

Re: [PHP] maybe we could all?

2009-01-20 Thread Kyle Terry
On Tue, Jan 20, 2009 at 8:52 AM, Shawn McKenzie nos...@mckenzies.netwrote: Kyle Terry wrote: On Mon, Jan 19, 2009 at 6:31 PM, Nathan Rixham nrix...@gmail.com wrote: Eric Butera wrote: On Mon, Jan 19, 2009 at 9:13 PM, Kyle Terry k...@kyleterry.com wrote: On Mon, Jan 19, 2009 at 6

Re: [PHP] ANNOUNCEMENT: ModBox - Open Platform as a Service

2009-01-20 Thread Kyle Terry
Platform as a Service: http://www.sullivansoftwaresystems.com/modbox Thanks for your time. Brian Sullivan Sullivan Software Systems ModBox - Rock the Box. You already posted this once... -- Kyle Terry | www.kyleterry.com

Re: [PHP] maybe we could all?

2009-01-20 Thread Kyle Terry
On Tue, Jan 20, 2009 at 9:28 AM, Jason Pruim japr...@raoset.com wrote: On Jan 20, 2009, at 12:02 PM, Kyle Terry wrote: On Tue, Jan 20, 2009 at 8:52 AM, Shawn McKenzie nos...@mckenzies.net wrote: Kyle Terry wrote: On Mon, Jan 19, 2009 at 6:31 PM, Nathan Rixham nrix...@gmail.com wrote

Re: [PHP] Need List Advice

2009-01-19 Thread Kyle Terry
thrower * -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
://www.php.net/unsub.php Owned? -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
to manage for me. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 10:35 AM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 13:22, Kyle Terry k...@kyleterry.com wrote: Aside from a few perl scripts, I have rewritten all my bash scripts in PHP. It's just easier to manage for me. /me nods. In 2001, I started

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 10:59 AM, Robert Cummings rob...@interjinn.comwrote: On Mon, 2009-01-19 at 10:50 -0800, Kyle Terry wrote: On Mon, Jan 19, 2009 at 10:35 AM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 13:22, Kyle Terry k...@kyleterry.com wrote: Aside from

Re: [PHP] PHP and Apache configuration

2009-01-19 Thread Kyle Terry
']){ //do your stuff. unset($_SESSION['redirect']); } else { echo 'error'; } ? Get the idea? -- Kyle Terry | www.kyleterry.com

Re: [PHP] PHP and Apache configuration

2009-01-19 Thread Kyle Terry
17th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Richard's solution is much better. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
and Templating Framework for PHP I was just about to ask the same thing. Also, I've been flamed for top posting before, so, don't top post. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
ego sits in my Debian coffee cup every morning. (* wait, I wish I had a Debian coffee cup *) -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: Opinions / Votes Needed

2009-01-19 Thread Kyle Terry
to bad language? Anyways cheers to all. I enjoy reading responses and asking questions here. This is the best group I have ever been involved with as long as I have started learning PHP. Thanks Again -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: ANNOUNCEMENT: ModBox - an Open Platform as a Service (OPaaS)

2009-01-19 Thread Kyle Terry
/) To unsubscribe, visit: http://www.php.net/unsub.php You just top posted. -- Kyle Terry | www.kyleterry.com

Re: [PHP] developers life

2009-01-19 Thread Kyle Terry
a taskbar, start menu and desktop.. you'd think I'd know by now. regards :-) i so have more important things to do -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Kyle Terry | www.kyleterry.com

Re: [PHP] developers life

2009-01-19 Thread Kyle Terry
mailing list disease. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: developers life

2009-01-19 Thread Kyle Terry
://www.php.net/unsub.php I guess you're just stuck in what ever country you're in! -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: developers life

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 3:27 PM, Nathan Rixham nrix...@gmail.com wrote: Kyle Terry wrote: On Mon, Jan 19, 2009 at 3:22 PM, Nathan Rixham nrix...@gmail.com wrote: Ross McKay wrote: On Mon, 19 Jan 2009 21:28:05 +, Nathan Rixham wrote: well just for the hell of it; and because I'm

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
features I'm in. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: [PHP-DEV] maybe we could all?

2009-01-19 Thread Kyle Terry
/) To unsubscribe, visit: http://www.php.net/unsub.php Oh now come on. That isn't fair! -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: [PHP-DEV] maybe we could all?

2009-01-19 Thread Kyle Terry
like building and sharing a data type validation system with developers from all over the world. -- Kyle Terry | www.kyleterry.com

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
cap per month of their residential customer, so my server can only be used temporarily if we need one. -- Kyle Terry | www.kyleterry.com

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 5:12 PM, Nathan Rixham nrix...@gmail.com wrote: Eric Butera wrote: On Mon, Jan 19, 2009 at 8:00 PM, Kyle Terry k...@kyleterry.com wrote: On Mon, Jan 19, 2009 at 4:58 PM, Edmund Hertle edmund.her...@student.kit.edu wrote: 2009/1/20 Nathan Rixham nrix

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 5:42 PM, Eric Butera eric.but...@gmail.com wrote: On Mon, Jan 19, 2009 at 8:35 PM, Nathan Rixham nrix...@gmail.com wrote: Kyle Terry wrote: On Mon, Jan 19, 2009 at 5:12 PM, Nathan Rixham nrix...@gmail.com wrote: Eric Butera wrote: On Mon, Jan 19, 2009 at 8

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
be at a complete loss (right word?). -- Kyle Terry | www.kyleterry.com

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
- email me to find out! That would be awesome! It will give us a home for the project for sure. Something that isn't restrictive. -- Kyle Terry | www.kyleterry.com

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
On Mon, Jan 19, 2009 at 6:31 PM, Nathan Rixham nrix...@gmail.com wrote: Eric Butera wrote: On Mon, Jan 19, 2009 at 9:13 PM, Kyle Terry k...@kyleterry.com wrote: On Mon, Jan 19, 2009 at 6:07 PM, Daniel Brown danbr...@php.net wrote: On Mon, Jan 19, 2009 at 19:58, Edmund Hertle edmund.her

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
as well. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ Unadvertised dedicated server deals, too low to print - email me to find out! I only need wiki access and commitable svn access. :) -- Kyle Terry | www.kyleterry.com

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
make to such a thing. It'd be an interesting experience to try though. That's why branches exist. We can deploy branches and edit each others mistakes, comment them, and then merge it. -- Kyle Terry | www.kyleterry.com

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
M. Foster -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php It's just easier to click Reply to all in gmail. -- Kyle Terry | www.kyleterry.com

Re: [PHP] maybe we could all?

2009-01-19 Thread Kyle Terry
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I demand Dan and Nathan to go to bed now. -- Kyle Terry | www.kyleterry.com

Re: [PHP] 100% CPU Usage somewhere in script - how to find it?

2009-01-18 Thread Kyle Terry
and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender immediately by e-mail and delete this e-mail permanently. You should probably use Xdebug to find out what needs that method... -- Kyle Terry

Re: [PHP] I can't get help from the binary administrator

2009-01-15 Thread Kyle Terry
://www.php.net/unsub.php Go here for the archives http://www.php.net/mailing-lists.php You will find most of the lists have archives. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Quotes in querys

2009-01-14 Thread Kyle Terry
statements these days? It even helps MySQL AND Oracle cache an execution plan... -- Kyle Terry | www.kyleterry.com

Re: [PHP] Quotes in querys

2009-01-14 Thread Kyle Terry
the same cached query on the database. Saving processing time. It also prevents SQL injection on the fly because you are indicating what data type each place holder will need to accept. -- Kyle Terry | www.kyleterry.com

Fwd: [PHP] Quotes in querys

2009-01-14 Thread Kyle Terry
On Wed, Jan 14, 2009 at 10:07 AM, Kyle Terry k...@kyleterry.com wrote: On Wed, Jan 14, 2009 at 9:11 AM, c...@l-i-e.com wrote: Doesn't anybody use prepared statements these days? It even helps MySQL AND Oracle cache an execution plan... Forgive me if I'm wrong, but: Caching

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Kyle Terry
to a normal content box. Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP I'm using Safari. :D -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php His website made firefox crash! =[! -- Kyle

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Kyle Terry
On Wed, Jan 14, 2009 at 4:06 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Wed, 2009-01-14 at 15:47 -0800, Daevid Vincent wrote: On Wed, 2009-01-14 at 14:28 -0800, Kyle Terry wrote: On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera eric.but...@gmail.com wrote: On Wed, Jan 14

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Kyle Terry
into an attack on me -- one of the few people who posted opinions and helpful insight for him to make an informed decision. Thanks to those who did agree with me, and even those who disagree'd politely. d. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Kyle Terry
an exception was thrown. We are working on moving our entire framework into less files and more of a core set of files that handles a lot of tasks. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: RewriteRules

2009-01-13 Thread Kyle Terry
-- Jason Pruim japr...@raoset.com 616.399.2355 Build yourself a form builder :). Makes writing a page as east as 1 2 3! -- Kyle Terry | www.kyleterry.com

Re: [PHP] Holy crap

2009-01-13 Thread Kyle Terry
/unsub.php www.idonttrustmicrosoftwithmywebsite.com/ps/i/hate/them/ -- Kyle Terry | www.kyleterry.com

Re: [PHP] Holy crap

2009-01-13 Thread Kyle Terry
On Tue, Jan 13, 2009 at 5:49 PM, Daniel Brown danbr...@php.net wrote: On Tue, Jan 13, 2009 at 20:34, Kyle Terry k...@kyleterry.com wrote: www.idonttrustmicrosoftwithmywebsite.com/ps/i/hate/them/ Couldn't reach the site. Try restarting IIS. -- /Daniel P. Brown daniel.br

Re: [PHP] Holy crap

2009-01-13 Thread Kyle Terry
On Tue, Jan 13, 2009 at 6:03 PM, Daniel Brown danbr...@php.net wrote: On Tue, Jan 13, 2009 at 20:54, Kyle Terry k...@kyleterry.com wrote: Every time I try I get this error: HTTP Error 500.22 - Internal Server Error An ASP.NET setting has been detected that does not apply

Re: [PHP] Re: Been staring at the code for too long...

2009-01-09 Thread Kyle Terry
://www.php.net/unsub.php Unless his database is named database and his table is named table. ;) -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: [PEAR-DEV] Re: [PHP] First official release of the PHP WhitePaper

2009-01-08 Thread Kyle Terry
your act together and learn for the A-levels. Nothing really beyond that. Till -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php At least this one isn't an attachment. ;) Or an attempt to attach anything... Good paper. -- Kyle Terry

Re: [PHP] Holocoste against palestinians

2009-01-08 Thread Kyle Terry
: http://www.php.net/unsub.php Totally owned. -- Kyle Terry | www.kyleterry.com

Re: [PHP] Re: First steps towards unix and php

2009-01-08 Thread Kyle Terry
On Jan 8, 2009, at 9:39 PM, Ross McKay ro...@zeta.org.au wrote: Skip Evans wrote: I used Kate on Ubuntu for a code editor. I just read through a bit about Geany (was not familiar with it), but don't see too much more it would do for me than Kate. What are some of your favorite features

Re: [PHP] eof bof in php

2008-12-22 Thread Kyle Terry
On Dec 22, 2008, at 12:15 PM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Mon, 2008-12-22 at 15:04 -0500, Anthony Gentile wrote: Well you said it...for my example it makes sense. For when it gets really messy by all means concatenate with php. However, my argument is not so much

Re: [PHP] Require error

2008-12-19 Thread Kyle Terry
On Fri, Dec 19, 2008 at 9:43 AM, Wolf lonew...@nc.rr.com wrote: Bottom Post sean greenslade zootboys...@gmail.com wrote: No. The file is called testing.php and it is trying to include sql.inc On Fri, Dec 19, 2008 at 12:36 PM, Kyle Terry k...@kyleterry.com wrote: On Fri

Re: [PHP] Require error

2008-12-19 Thread Kyle Terry
On Fri, Dec 19, 2008 at 9:50 AM, Wolf lonew...@nc.rr.com wrote: Kyle Terry k...@kyleterry.com wrote: On Fri, Dec 19, 2008 at 9:43 AM, Wolf lonew...@nc.rr.com wrote: Bottom Post sean greenslade zootboys...@gmail.com wrote: No. The file is called testing.php

Re: [PHP] Require error

2008-12-19 Thread Kyle Terry
) or die('message'); //should work just fine for you. -- Kyle Terry | www.kyleterry.com

[PHP] Weird Syntax Error

2008-11-13 Thread Kyle Terry
('$filename', '$_SESSION['upload']['type']', '$_SESSION['upload']['size']', now(), '$username', '$path', '$release_id'); -- Kyle Terry | www.kyleterry.com

Re: [PHP] Infinite Loop Issue

2008-11-07 Thread Kyle Terry
On Thu, Nov 6, 2008 at 7:18 PM, Eric Butera [EMAIL PROTECTED] wrote: On Thu, Nov 6, 2008 at 5:57 PM, Nathan Nobbe [EMAIL PROTECTED] wrote: On Thu, Nov 6, 2008 at 3:54 PM, Daniel P. Brown [EMAIL PROTECTED]wrote: On Thu, Nov 6, 2008 at 5:51 PM, Kyle Terry [EMAIL PROTECTED] wrote

[PHP] Infinite Loop Issue

2008-11-06 Thread Kyle Terry
=\_blank\.$a.'/a'; $i++; } $issues = implode(', ', $row2); echo $release_id; echo $description; echo $date; echo $issues; echo $priority; echo 'br /'; } $all-close(); } -- Kyle Terry | www.kyleterry.com

Re: [PHP] Infinite Loop Issue

2008-11-06 Thread Kyle Terry
that it's the particular function he showed. Kyle, are you positive that your displayAll() function is even the point of fault? -- /Daniel P. Brown http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our current hosting/dedicated server deals! -- Kyle

Re: [PHP] Infinite Loop Issue

2008-11-06 Thread Kyle Terry
On Thu, Nov 6, 2008 at 2:47 PM, Nathan Nobbe [EMAIL PROTECTED] wrote: On Thu, Nov 6, 2008 at 3:01 PM, Kyle Terry [EMAIL PROTECTED] wrote: looks like its $all-fetch(); The query runs fine in MySQL... please keep responses on-list for the benefit of others. what type of class is $all

[PHP] Reg Ex

2008-10-31 Thread Kyle Terry
I'm horrible with regular expression. I need to match the text before a file extension. So if the file is called US.123.kyle.20081029.zip, I would then need to match US.123.kyle.20081029. Thanks! -- Kyle Terry | www.kyleterry.com

Re: [PHP] Reg Ex

2008-10-31 Thread Kyle Terry
I thought of a couple other ways anyway... basename($file, '.zip') substr($file, 0, -4) On Fri, Oct 31, 2008 at 5:33 AM, Stut [EMAIL PROTECTED] wrote: On 31 Oct 2008, at 12:27, Kyle Terry wrote: I'm horrible with regular expression. I need to match the text before a file extension. So

Re: [PHP] Reg Ex

2008-10-31 Thread Kyle Terry
Thanks for the reply. For now I used substr($filename,0,-4) and that worked perfectly. I need to learn reg ex badly :(. On Fri, Oct 31, 2008 at 7:51 AM, Boyd, Todd M. [EMAIL PROTECTED] wrote: -Original Message- From: Kyle Terry [mailto:[EMAIL PROTECTED] Sent: Friday, October 31

  1   2   3   >