Re: [PHP] error messages

2007-10-07 Thread tbt
Yes i was looking for view parse errors on my browser but now I guess will have to use an IDE Like zend :) tedd wrote: > > At 10:27 PM +0200 10/5/07, Zoltán Németh wrote: >>2007. 10. 5, péntek keltezéssel 12.57-kor tedd ezt írta: >> >> > I long for the time where my editor said "Offending syn

Re: [PHP] Handling profile view counters

2007-10-07 Thread Chris
Steve Finkelstein wrote: Hi all, I'm contemplating on a proper way of handling a counter for profile views on my auto dealership website. I'm currently confused with the type of algorithm to approach this with. Say a user has a registered session, and views profile a). I can increment the count

Re: [PHP] Beginner Tutorials for using CLASSES in PHP4

2007-10-07 Thread Robert Cummings
On Sun, 2007-10-07 at 11:42 +0100, Tony Marston wrote: > > The definition of OOP is "programming which is oriented around objects, thus > taking advantage of Encapsulation, Polymorphism, and Inheritance to increase > code reuse and decrease code maintenance". It is possible to do this in PHP >

Re: [PHP] Beginner Tutorials for using CLASSES in PHP4

2007-10-07 Thread Robert Cummings
On Sat, 2007-10-06 at 22:20 -0700, Nathan Nobbe wrote: > On 10/6/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > > Tony is right here. Encapsulation is about hiding the details of the > > implementation > > > rob, here is tonys definition of encapsulation: > Encapsulation is the act of pl

Re: [PHP] Moodle: Add field to user listing

2007-10-07 Thread Tom Friedhof
You will probably get better luck in getting an answer to this question by mailing the Moodle mailing list or forums. On 10/7/07, RalfGesellensetter <[EMAIL PROTECTED]> wrote: > > Dear list, > > is there any approach to patch any PHP files within moodle in order to > gain further columns for the u

[PHP] Moodle: Add field to user listing

2007-10-07 Thread RalfGesellensetter
Dear list, is there any approach to patch any PHP files within moodle in order to gain further columns for the user list? Reference: http://docs.moodle.org/en/Browse_list_of_users Objective: I wish to add a (sortable) user field in order to find users by additional aspects. Thanks Ralf -- P

Re: [PHP] A two flavored post

2007-10-07 Thread tedd
ALSO: can be altered to be: What exactly do you need to do, anyways? Maybe there'll be some better way to do this. I'm sure there is a better way. I was just trying to get a user's selection (in an CMS I'm developing) without a refresh. Something like this: http://www.webbytedd.com/c/

Re: [PHP] Sending lots of emails - 2 choices - choose the best one

2007-10-07 Thread Stut
Martin Zvarík wrote: Hello-- I want to send email to 100+ recipients. Two choices I thought of: 1) once call mail() and use BCC, but the negative of this method is that every recipient in BCC has header "To" same (so I used to put my email in here - not email of one of the recipients). 2)

Re: [PHP] Sending lots of emails - 2 choices - choose the best one

2007-10-07 Thread Per Jessen
Martin Zvarík wrote: > Hello-- > I want to send email to 100+ recipients. Two choices I thought of: > > 1) once call mail() and use BCC, but the negative of this method is > that every recipient in BCC has header "To" same (so I used to put my > email in here - not email of one of the recipie

Re: [PHP] Beginner Tutorials for using CLASSES in PHP4

2007-10-07 Thread Tony Marston
""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 10/6/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > >> >> Tony is right here. Encapsulation is about hiding the details of the >> implementation > > > rob, here is tonys definition of encapsulation: > Encapsulatio

Re: [PHP] Please recommend blog script

2007-10-07 Thread Paul Scott
On Sun, 2007-10-07 at 09:35 +0200, Niels wrote: > Basically I want to integrate articles into existing pages, something like > > > What you want is a blog that exposes it's functionality as an API (MetaWebLog or ATOM). Most do that, including the Chisimba one (see http://fsiu.uwc.ac.za as an

[PHP] Please recommend blog script

2007-10-07 Thread Niels
Hi, I'm looking to add some blogging functionality to a website. I want: - Articles in categories - Wysiwyg and images - Php/mysql/apache - Readers can comment - Admin interface I don't want: - Website builder / CMS - To put my website in a blog, rather the other way around Basically I want to