Re: [PHP] Open Call: Official PHP Mirror

2012-06-02 Thread Paul M Foster
On Fri, Jun 01, 2012 at 04:50:03PM -0400, Daniel Brown wrote: [snip] > > Who should not apply? > > Third-party sponsors, those who want to try to run the mirror from > their Blackberry, people without servers located in the respective > country for which they're applying, shared hostin

Re: [PHP] Using default argument values in the middle of the argument list

2012-06-02 Thread Matijn Woudt
On Sat, Jun 2, 2012 at 8:30 PM, oliver gondža wrote: > On Sat, 02 Jun 2012 17:13:55 +0200, Matijn Woudt wrote: > >> >> Hi Oliver, >> >> I think the example at [1] demonstrates that it is possible, but it >> also notes that it is pretty useless. Why are you interested in this? >> >> - Matijn >> >>

Re: [PHP] Using default argument values in the middle of the argument list

2012-06-02 Thread oliver gondža
On Sat, 02 Jun 2012 17:13:55 +0200, Matijn Woudt wrote: Hi Oliver, I think the example at [1] demonstrates that it is possible, but it also notes that it is pretty useless. Why are you interested in this? - Matijn [1] http://www.php.net/manual/en/functions.arguments.php#example-153 Hi, T

[PHP] About sessions and subdomains

2012-06-02 Thread Andre Polykanine
Hi everyone, Sorry, this might be a stupid question, but still. Once upon a time I had done so my sessions were handled on all subdomains of my website (shame on me for doing so!). Now, when I comment out the line session_set_cookie_params(0, "/", ".oire.org"); in my header file, I got

[PHP] Re: is there a way to stop HTMLPurifier/CSStidy from forcing input CSS into all lowercase?

2012-06-02 Thread Govinda
> anyone here using HTMLpurifier and CSStidy together? (like e.g. to allow > users to create their own external style sheets via form input) [snip] > I found how to set CSStidy's config options if I was running CSStidy from the > command line, or on its _own_ from PHP runtime, but I do not know

Re: [PHP] Simple Email System (SES) Provider

2012-06-02 Thread Matijn Woudt
On Sat, Jun 2, 2012 at 6:25 PM, Stuart Dallas wrote: > On 2 Jun 2012, at 17:20, Ashley Sheridan wrote: > >> On Sat, 2012-06-02 at 17:33 +0200, Matijn Woudt wrote: >> >>> On Sat, Jun 2, 2012 at 2:32 AM, Don Wieland wrote: Hi all, I built a system in PHP/mySQL where a group of users

Re: [PHP] Simple Email System (SES) Provider

2012-06-02 Thread Matijn Woudt
On Sat, Jun 2, 2012 at 6:20 PM, Ashley Sheridan wrote: > ** > On Sat, 2012-06-02 at 17:33 +0200, Matijn Woudt wrote: > > On Sat, Jun 2, 2012 at 2:32 AM, Don Wieland wrote: > > Hi all, > > > > I built a system in PHP/mySQL where a group of users post events, sign-up > > for events, change their a

Re: [PHP] Simple Email System (SES) Provider

2012-06-02 Thread Ashley Sheridan
On Sat, 2012-06-02 at 17:25 +0100, Stuart Dallas wrote: > On 2 Jun 2012, at 17:20, Ashley Sheridan wrote: > > > On Sat, 2012-06-02 at 17:33 +0200, Matijn Woudt wrote: > > > >> On Sat, Jun 2, 2012 at 2:32 AM, Don Wieland wrote: > >>> Hi all, > >>> > >>> I built a system in PHP/mySQL where a gro

Re: [PHP] Simple Email System (SES) Provider

2012-06-02 Thread Stuart Dallas
On 2 Jun 2012, at 17:20, Ashley Sheridan wrote: > On Sat, 2012-06-02 at 17:33 +0200, Matijn Woudt wrote: > >> On Sat, Jun 2, 2012 at 2:32 AM, Don Wieland wrote: >>> Hi all, >>> >>> I built a system in PHP/mySQL where a group of users post events, sign-up >>> for events, change their arrival tim

Re: [PHP] Simple Email System (SES) Provider

2012-06-02 Thread Ashley Sheridan
On Sat, 2012-06-02 at 17:33 +0200, Matijn Woudt wrote: > On Sat, Jun 2, 2012 at 2:32 AM, Don Wieland wrote: > > Hi all, > > > > I built a system in PHP/mySQL where a group of users post events, sign-up > > for events, change their arrival times, remove thier names from events, and > > post relate

Re: [PHP] Simple Email System (SES) Provider

2012-06-02 Thread Matijn Woudt
On Sat, Jun 2, 2012 at 2:32 AM, Don Wieland wrote: > Hi all, > > I built a system in PHP/mySQL where a group of users post events, sign-up > for events, change their arrival times, remove thier names from events, and > post related notes on the events. Each time an action is done, an email is > ge

Re: [PHP] Using default argument values in the middle of the argument list

2012-06-02 Thread Matijn Woudt
On Fri, Jun 1, 2012 at 9:52 PM, <324...@mail.muni.cz> wrote: > Hi, > > as I accidentally found out that PHP allows default argument values > to occur not only at the end of parameter list: > > function ( Classname $a, Classname $b = null, Classname $c ) ... > > Unfortunately, documentation does no

Re: [PHP] progress indicators in browsers for long running php scripts?

2012-06-02 Thread Matijn Woudt
On Fri, Jun 1, 2012 at 3:45 PM, rene7705 wrote: > Hi.. > > I've got several scripts now that may run for a long time; the > self-test script for my htmlMicroscope, my serviceLog component when > it calculates totals for a large number of hits, a curl script that is > likely to one day crawl a hund

Re: [PHP] Happy Diamond Jubilee everyone!

2012-06-02 Thread Bastien
Bastien Koert On 2012-06-02, at 4:51 AM, Ashley Sheridan wrote: > > > Paul M Foster wrote: > >> On Fri, Jun 01, 2012 at 06:44:17PM +0100, Ashley Sheridan wrote: >> >>> This is a bit of a shameless plug, but it is a Friday and a pretty >>> special weekend over here. >>> >>> I recently got

Re: [PHP] Happy Diamond Jubilee everyone!

2012-06-02 Thread Ashley Sheridan
Paul M Foster wrote: >On Fri, Jun 01, 2012 at 06:44:17PM +0100, Ashley Sheridan wrote: > >> This is a bit of a shameless plug, but it is a Friday and a pretty >> special weekend over here. >> >> I recently got to work on something a bit fun at work in my spare >time >> and they liked it so much

Re: [PHP] Simple Email System (SES) Provider

2012-06-02 Thread Ashley Sheridan
Bastien Koert wrote: >On Fri, Jun 1, 2012 at 8:32 PM, Don Wieland wrote: >> Hi all, >> >> I built a system in PHP/mySQL where a group of users post events, >sign-up >> for events, change their arrival times, remove thier names from >events, and >> post related notes on the events. Each time an