php-general Digest 7 Oct 2007 20:20:54 -0000 Issue 5060

2007-10-07 Thread php-general-digest-help
php-general Digest 7 Oct 2007 20:20:54 - Issue 5060 Topics (messages 262890 through 262897): Re: Please recommend blog script 262890 by: Paul Scott Re: Beginner Tutorials for using CLASSES in PHP4 262891 by: Tony Marston 262897 by: Robert Cummings Re: Sending lots

[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

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 ?php blog::getArticlesHTML($rule); ? ?php blog::getUserCommentEditHTML($article); ? What you want is a blog that exposes it's functionality as an API (MetaWebLog or

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: Encapsulation is the act of

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 recipients).

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] A two flavored post

2007-10-07 Thread tedd
ALSO: a href=img.php?i=?php echo($value);? onclick=window.location = this.getAttribute( 'href' ) + 's=' + s; return false; can be altered to be: a href=img.php?i=?php echo($value);? onclick=this.setAttribute(this.getAttribute( 'href') + 's=' + s); What exactly do you need to do, anyways?

[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 --

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 user

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 placing data

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 4

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

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 syntax on