RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-12 Thread Daevid Vincent
> -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: Thursday, May 06, 2010 9:06 AM > To: Daevid Vincent; php-general@lists.php.net > Subject: RE: [PHP] In need of CVS/SVN checkout script for > Production servers [solved] > > At 5:43

RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-06 Thread tedd
At 5:43 PM -0700 5/5/10, Daevid Vincent wrote: > -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: Wednesday, May 05, 2010 8:19 AM > To: Daevid Vincent; php-general@lists.php.net > Subject: RE: [PHP] In need of CVS/SVN checkout script for >

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-06 Thread David Otton
On 6 May 2010 04:14, Adam Richardson wrote: > Daevid asked the list for a an app that facilitated SVN/CVS, and when nobody > provided options, he crafted a solution of his own and then offered it back > to the list. Er... I suggested Phing. Phing/Ant/Gradle/Maven/Capistrano... a build tool is th

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread Adam Richardson
On Wed, May 5, 2010 at 9:27 PM, Nathan Rixham wrote: > Daevid Vincent wrote: > >> -Original Message- >>> From: tedd [mailto:tedd.sperl...@gmail.com] Sent: Wednesday, May 05, >>> 2010 8:19 AM >>> To: Daevid Vincent; php-general@lists.php.net &g

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread Nathan Rixham
Daevid Vincent wrote: -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: Wednesday, May 05, 2010 8:19 AM To: Daevid Vincent; php-general@lists.php.net Subject: RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved] At 1:10 PM -0700 5/4/10

RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread Daevid Vincent
> -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: Wednesday, May 05, 2010 8:19 AM > To: Daevid Vincent; php-general@lists.php.net > Subject: RE: [PHP] In need of CVS/SVN checkout script for > Production servers [solved] > > At 1:10

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread Michiel Sikma
On 5 May 2010 17:18, tedd wrote: > At 1:10 PM -0700 5/4/10, Daevid Vincent wrote: > >> Well, here is the one I'm using. I ended up just writing one (again!) >> >> http://www.daevid.com/content/examples/snippets.php :: "Production >> Deployment Script" >> > > What?!? > > Advanced features?? > -sni

RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread tedd
At 1:10 PM -0700 5/4/10, Daevid Vincent wrote: Well, here is the one I'm using. I ended up just writing one (again!) http://www.daevid.com/content/examples/snippets.php :: "Production Deployment Script" What?!? Advanced features?? I know you don't mean it, but you certainly know how to piss

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-04 Thread Nathan Rixham
Daevid Vincent wrote: -Original Message- From: Daevid Vincent [mailto:dae...@daevid.com] Sent: Thursday, April 29, 2010 12:33 PM To: php-general@lists.php.net Subject: [PHP] In need of CVS/SVN checkout script for Production servers Semi-off-topic, but I'm pretty sure you al

RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-04 Thread Daevid Vincent
> -Original Message- > From: Daevid Vincent [mailto:dae...@daevid.com] > Sent: Thursday, April 29, 2010 12:33 PM > To: php-general@lists.php.net > Subject: [PHP] In need of CVS/SVN checkout script for > Production servers > > Semi-off-topic, but I'm prett

Re: [PHP] In need of CVS/SVN checkout script for Production servers

2010-04-30 Thread David Otton
On 29 April 2010 20:32, Daevid Vincent wrote: > I'm looking for a script (bash or php) that I would run on my production > web server that would do this or close to it: > >        1. do a CVS/SVN checkout to a new timestamped directory >        2. change the symlink from the old directory >      

[PHP] In need of CVS/SVN checkout script for Production servers

2010-04-29 Thread Daevid Vincent
Semi-off-topic, but I'm pretty sure you all are faced with this same challenge, I figured it's worth a shot and maybe some flaming. I'm looking for a script (bash or php) that I would run on my production web server that would do this or close to it: 1. do a CVS/SVN checkout to a new time

Re: [PHP] In need of PHP to JS collapsable array printing routine?

2010-01-31 Thread Rene Veerman
http://mediabeez.ws/htmlMicroscope/ I'll b cleaning up & releasing the 1.3.0 code today / early next week.. On Sat, Jan 30, 2010 at 12:54 AM, Daevid Vincent wrote: > I'm  wondering if anyone has a PHP debug-type routine that will take a PHP > array and output it to the web page, but make all the

Re: [PHP] In need of PHP to JS collapsable array printing routine?

2010-01-29 Thread Jochem Maas
Op 1/30/10 12:54 AM, Daevid Vincent schreef: > I'm wondering if anyone has a PHP debug-type routine that will take a PHP > array and output it to the web page, but make all the dimensions of the > array collapsable, ideally showing each sub-key (or index) as the name to > click to expand it again.

Re: [PHP] In need of PHP to JS collapsable array printing routine?

2010-01-29 Thread Ashley Sheridan
On Fri, 2010-01-29 at 15:54 -0800, Daevid Vincent wrote: > I'm wondering if anyone has a PHP debug-type routine that will take a PHP > array and output it to the web page, but make all the dimensions of the > array collapsable, ideally showing each sub-key (or index) as the name to > click to exp

Re: [PHP] In need of PHP to JS collapsable array printing routine?

2010-01-29 Thread TG
-TG - Original Message - From: "Daevid Vincent" To: Date: Fri, 29 Jan 2010 15:54:33 -0800 Subject: [PHP] In need of PHP to JS collapsable array printing routine? > I'm wondering if anyone has a PHP debug-type routine that will take a PHP > array and output it to the

[PHP] In need of PHP to JS collapsable array printing routine?

2010-01-29 Thread Daevid Vincent
I'm wondering if anyone has a PHP debug-type routine that will take a PHP array and output it to the web page, but make all the dimensions of the array collapsable, ideally showing each sub-key (or index) as the name to click to expand it again. I'm dealing with some rather huge datasets in multi

Re: [PHP] In need of better __FILE__, __LINE__ and __FUNCTION__ magic variables

2010-01-25 Thread Paul M Foster
On Mon, Jan 25, 2010 at 10:59:43PM -0500, Robert Cummings wrote: > Daevid Vincent wrote: >> Like you, I have many little functions that are useful for debugging in a >> page. >> >> The problem is that when you start to pepper them around, whilst debugging, >> you can often times forget where you l

Re: [PHP] In need of better __FILE__, __LINE__ and __FUNCTION__ magic variables

2010-01-25 Thread Robert Cummings
Daevid Vincent wrote: Like you, I have many little functions that are useful for debugging in a page. The problem is that when you start to pepper them around, whilst debugging, you can often times forget where you left them. A search isn't always helpful since I sometimes leave them in the code

[PHP] In need of better __FILE__, __LINE__ and __FUNCTION__ magic variables

2010-01-25 Thread Daevid Vincent
Like you, I have many little functions that are useful for debugging in a page. The problem is that when you start to pepper them around, whilst debugging, you can often times forget where you left them. A search isn't always helpful since I sometimes leave them in the code, but commented out, so

[PHP] In need of help, plz

2005-04-12 Thread Siegfried
I've been working on a script to contain a monthly/weekly schema. The script is only starting from the start and stop unix timestamps for every task. Now I'm having the problem of displaying the tasks properly. For the time being, all tasks on a specific day gets its own column, but I want them

[PHP] in need of php code for user management/admin function...

2005-01-27 Thread The Disguised Jedi
osCommerce handles it pretty well, but a lot of the data doesn't go through much sanitization, so it can fall victim to SQL code injection www.oscommerce.com On Thu, 27 Jan 2005 16:16:51 -0800 (PST), Bruce Douglas <[EMAIL PROTECTED]> wrote: > hi... > > i'm looking for 'open source' code that

[PHP] in need of php code for user management/admin function...

2005-01-27 Thread Bruce Douglas
hi... i'm looking for 'open source' code that can be used in a website for handling user registration, user admin functions... does anybody know of a good set of functions that can provide this kind of feature set. or, can anybody give me opinions regarding apps that you've used that have had t

Re: [PHP] in need of a directory/listing script/app

2005-01-27 Thread Jochem Maas
Bruce Douglas wrote: hi... i'm looking for a good app/function/code to allow users to select a given item(s) from a list of categories. i'd also like the user to be able to display users who have selected a given category from the list... i can't seem to find an app that has this kind of code inc

[PHP] in need of a directory/listing script/app

2005-01-26 Thread Bruce Douglas
hi... i'm looking for a good app/function/code to allow users to select a given item(s) from a list of categories. i'd also like the user to be able to display users who have selected a given category from the list... i can't seem to find an app that has this kind of code incorporated... thank

Re: [PHP] In need of a script

2003-08-25 Thread Jason Sheets
Zirzow [mailto:[EMAIL PROTECTED] -> Verzonden: zondag 24 augustus 2003 20:22 -> Aan: [EMAIL PROTECTED] -> Onderwerp: Re: [PHP] In need of a script -> -> -> * Thus wrote Stevie D Peele ([EMAIL PROTECTED]): -> > Heres what I wrote -- -> > -> > > if ($_COOKIE['

RE: [PHP] In need of a script

2003-08-24 Thread Wouter van Vliet
really ends .. sometimes, somehow for some undefined reason it does not stop after a header.. Wouter -> -Oorspronkelijk bericht- -> Van: Curt Zirzow [mailto:[EMAIL PROTECTED] -> Verzonden: zondag 24 augustus 2003 20:22 -> Aan: [EMAIL PROTECTED] ->

Re: [PHP] In need of a script

2003-08-24 Thread Curt Zirzow
* Thus wrote Stevie D Peele ([EMAIL PROTECTED]): > Heres what I wrote -- > > if ($_COOKIE['pagename']) > { > header('Location: http://www.net-riches.com/800x600.html'); > } > ?> > > and I got a parse error on line 4, but I do not see what is wrong on line > 4! There is no parse error in that c

Re: [PHP] In need of a script

2003-08-24 Thread Stevie D Peele
Heres what I wrote -- http://www.net-riches.com/800x600.html'); } ?> and I got a parse error on line 4, but I do not see what is wrong on line 4! Can anyone else see? Thanks On Sun, 24 Aug 2003 10:04:50 -0400 "Matt" <[EMAIL PROTECTED]> writes: > On Sunday, August 24, 2003 at 9:49 AM Stevie

Re: [PHP] In need of a script

2003-08-24 Thread [EMAIL PROTECTED]
it's in the manual. Stevie D Peele wrote: Can someone show me an example of some code that works something like this : if cookie is present redirect to a certain page ?> Thanks The best thing to hit the internet in years - Juno

Re: [PHP] In need of a script

2003-08-24 Thread Matt
On Sunday, August 24, 2003 at 9:49 AM Stevie D Peele wrote: > Can someone show me an example of some code that works something like > this : > > > if cookie is present > redirect to a certain page > > ?> http://www.php.net/header for explanation if ($_COOKIE['cookie_I_want_to_know_about']) { h

[PHP] In need of a script

2003-08-24 Thread Stevie D Peele
Can someone show me an example of some code that works something like this : Thanks The best thing to hit the internet in years - Juno SpeedBand! Surf the web up to FIVE TIMES FASTER! Only $14.95/ month - visit www.juno.com to sig

RE: [PHP] In Need of a PHP freelancer...

2003-02-05 Thread @ Nilaab
lto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 3:14 PM > To: Shane; [EMAIL PROTECTED] > Subject: Re: [PHP] In Need of a PHP freelancer... > > > -Original Message- > >>Greetings... I am in need of a freelancer to write an additional > >>function to

Re: [PHP] In Need of a PHP freelancer...

2003-02-04 Thread 1LT John W. Holmes
-Original Message- >>Greetings... I am in need of a freelancer to write an additional >>function to our company's extranet. Before I go and post a >>request to this list, I would like to know if there is >>a more appropriate place to post such a request, and still >>get quality folks wh

[PHP] In Need of a PHP freelancer...

2003-02-04 Thread Shane
-Original Message- Greetings... I am in need of a freelancer to write an additional function to our company's extranet. Before I go and post a request to this list, I would like to know if there is a more appropriate place to post such a request, and still get quality folks who know thei

[PHP] In Need of...

2001-09-04 Thread chicago23f
Hello, This message is being sent to you because you either sent / or requested this information from me. We are offering a full or part-time position using our program. You can work at home. I do require that you have a computer and are familar with internet/email functions. As to the salar