Re: [PHP] Good PHP book?

2008-12-16 Thread Brendon Van Heyzen
Web Database Applications with PHP MySQL, PHP in action, and php.net --Brendon On Dec 14, 2008, at 5:33 PM, jeffery harris wrote: Hi guys/gals. I'm a first time user. Does anyone know of a good php book? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] PHP Dev Facts

2008-10-20 Thread Brendon Van Heyzen
of mylyn I was lucky enough that they had the trac connector with some great functionality. They've recently added sub-tickets with the masterticket trac plugin so you can have ticket dependencies. Hope this answers you questions. --Brendon On Oct 17, 2008, at 5:05 PM, Nathan Rixham wrote

Re: [PHP] PHP Dev Facts

2008-10-17 Thread Brendon Van Heyzen
organized, especially when management wants to know what's going on. SVN is also crucial and its nice to have commit hooks to work with trac. --Brendon On Oct 16, 2008, at 7:14 PM, Nathan Rixham wrote: Evening All, I'd be /really/ interested to know who uses what! *Procedural or OOP?* *Dev

Re: [PHP] PHP IDE needed

2008-08-28 Thread Brendon Van Heyzen
I really like zend studio for eclipse, debugger is slow at times on large projects. I hope, zend said they won't, is provide xdebug support for zend studio. I also really like working with mylyn. --Brendon On Aug 27, 2008, at 1:06 AM, Sascha Braun wrote: Hi people, I have a webproject

Re: [PHP] PHP editor

2007-11-11 Thread Brendon Van Heyzen
Combo of Zend neon and vim (macvim). --Brendon On Nov 11, 2007, at 10:35 AM, Frank Lopes wrote: Being very new to PHP (empahsis on VERY...), I wonder what most of you use to develop in PHP? I have experimented with DreamWeaver, UltraEdit, phoDesigner, Eclipse etc. What would you

[PHP] PHP App User Permissions Tecnique

2004-10-15 Thread Brendon
I am building a web based community forum type software using PHP. I am currently working on how different user privelages are handled. Each user is part of a group and each group has varying degrees of privelages. I need to add in functionality which at the begginning of every script check

RE: [PHP] Re: Forcing page refresh with http headers?

2003-03-07 Thread Brendon Gearin
Can you use some kind of random url? eg ?cachebuster=url encode the date and time here its what i do to bust cache. -Original Message- From: Daniel Joyce [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 7:18 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Forcing page refresh with

[PHP] Re: forking sendmail

2003-02-17 Thread Brendon
On Sun, 16 Feb 2003 01:05:58 -0300, Manuel Lemos [EMAIL PROTECTED] wrote: Hello, On 02/16/2003 12:15 AM, Brendon wrote: I've been trying to fork sendmail because DNS checks cause it to be slow delivering messages... Here's what i've tried, and many other variations... $str = to: [EMAIL

Re: [PHP] Protecting files

2003-02-17 Thread Brendon
On Mon, 17 Feb 2003 15:32:31 -0600 (CST), Greg Donald [EMAIL PROTECTED] wrote: On Mon, 17 Feb 2003, PR wrote: How can I protect my php files among other files like templates (.inc) and mysql config (config.inc) files being copied/read/imported (front page)/used by other applications other

[PHP] Re: URL of calling page

2003-02-16 Thread Brendon
On Sun, 16 Feb 2003 15:58:30 -0600, Acleave [EMAIL PROTECTED] wrote: I believe there's a way in PHP to get the URL of the page that called the current page but can't find it. Is there such a function? Or would I have to use another script (like Javascript)? What I mean is if I click on a

[PHP] processing status page

2003-02-15 Thread Brendon
is completed, they get directed to a desired page. Regards, Brendon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] processing status page

2003-02-15 Thread Brendon
Yes, I'm using a form. How do you do it with Javascript? Do you have an example you can give? Brendon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] forking sendmail

2003-02-15 Thread Brendon
something like this? ideas? Regards, Brendon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: $_SESSION['user']['nickname'] = Herbert

2003-02-10 Thread Brendon
On Mon, 10 Feb 2003 16:36:58 +0100, Sascha Braun [EMAIL PROTECTED] wrote: Hi is something wrong with the above show argument? Under Windows everything works fine under linux it just shows me an 0 or 1, maybe for true or false, dont know. Nothing really, except maybe the missing semicolon.

RE: Re: [PHP] Mass Mailing with PHP MySQL

2003-01-19 Thread Brendon G
page with a Count query could monitor the queues progress. Am I on the right track? any ideas additions? Cheers Brendon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 3:09 PM To: [EMAIL PROTECTED] Subject: Fwd: Re: [PHP] Mass

RE: [PHP] exec() not exec-ing?

2003-01-04 Thread Brendon Gearin
.. cheers Brendon -Original Message- From: gilrain [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 04, 2003 8:04 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] exec() not exec-ing? I'm back to square one, if I can't run that script without the browser waiting on it to finish

RE: [PHP] I'm in need of a PHP web host recommendation

2002-11-17 Thread Brendon G
ProHosters http://www.prohosters.com Good plans, Good Price, Great Support. I recommend the semi dedicated plans. Cheers Brendon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Unusual HTTP header control

2002-11-16 Thread Brendon G
Not that I've ever used them but wouldn't Sockets be a good place to start? Cheers Brendon -Original Message- From: Morgan Hughes [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 17, 2002 4:40 PM To: PHP General List Subject: [PHP] Unusual HTTP header control Hello list, I'm

RE: [PHP] Help with project

2002-11-13 Thread Brendon G
*slaps head* *screams* feel better now *gets back to work* Cheers Brendon -Original Message- From: Karl James [mailto:karl.james;verizon.net] Sent: Thursday, November 14, 2002 3:41 AM To: [EMAIL PROTECTED] Subject: [PHP] Help with project Hello people Im doing the fantasy

RE: [PHP] refresh

2002-11-11 Thread Brendon G
http://www.google.com/search?q=meta+refresh+html+code Google is your friend. Cheers Brendon -Original Message- From: Shaun [mailto:johan;novtel.co.za] Sent: Monday, November 11, 2002 9:24 PM To: [EMAIL PROTECTED] Subject: [PHP] refresh hi, How do you refresh a page in php? If i

RE: [PHP] How good is PHP to ASP?

2002-11-10 Thread Brendon G
I've noticed this question a fair bit, having to convince clients and employers of a technology.. DO you guys really have that much trouble selling php?? I tend to leave the development environment out of conversations all together and talk product features, scalability, promotion etc I do this

RE: [PHP] Convince teh boss

2002-11-07 Thread Brendon G
. Cheers Brendon -Original Message- From: John Nichel [mailto:jnichel;by-tor.com] Sent: Thursday, November 07, 2002 5:59 PM To: Evan Nemerson Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Convince teh boss Nice list. I might be able to put it to work for me. BTW, if you want, you can add my

RE: [PHP] Graphics question

2002-11-07 Thread Brendon G
as well as headers for things that must not be cached. Cheers Brendon -Original Message- From: Mike Mannakee [mailto:mike;basementideas.com] Sent: Friday, November 08, 2002 2:39 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Graphics question Jeez, this is simple. The browser is caching

RE: [PHP] checkboxes and selection lists

2002-11-04 Thread Brendon G
I use the following function for my check boxes in forms in PHP. Putting your form element creation into functions or even classes makes life so much easier when you have to validate / change code. you'll be glad you did it Cheers Brendon function fncwriteformcheckbox($strname, $strid

RE: [PHP] getting HTML header from URL

2002-11-01 Thread Brendon G
to read an html/php file before it's loaded? ~~ I'm not sure what you mean here. How can you read anything with out opening it first?. Cheers Brendon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] .htaccess and mod rewrite.

2002-10-30 Thread Brendon G
gets to process or give an error. Any ideas? is it possible? Cheers Brendon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-10-06 Thread Brendon G
://php.weblogs.com/ADOdb And of course get the latest downloadable PHP manual. Happy Dabbling! Cheers Brendon -Original Message- From: Jason Morehouse [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 9:52 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: IIS 5 - ASP PHP dev

RE: [PHP] Re: after mysqlfront?

2002-10-04 Thread Brendon G
DB tools (getting better every version) http://www.dbtools.com.br/EN/ Cheers Brendon -Original Message- From: Ernani Joppert Pontes Martins [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 6:34 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: after mysqlfront? Mascon or Free

[PHP] ADOdb

2002-09-24 Thread Brendon G
by using ADOdb. If I had written code just using MySQLconnect I'd have a hell of a time in the future. Cheers Brendon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session

2001-11-12 Thread Brendon
I am using PHP 4.06, IE 6 and Win 2000. When i register a session like so: session_start(); session_register(SESSION_UserID); and on the next page refer to the session: session_start(); if(!session_is_registered(SESSION_UserID)) { header(Location: error.php?ec=1); exit; } ? It registers a

[PHP] Re: session

2001-11-12 Thread Brendon
page i get multiple sessions. I cannot find any reason behind this and no one seems to have any idea what i am talking about Thanks anyway Brendon Brendon [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am using PHP 4.06, IE 6 and Win 2000. When i