> -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
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
>
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
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
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
> -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
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
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
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
> -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
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
>
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
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
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.
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
-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
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
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
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
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
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
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
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
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
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
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['
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]
->
* 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
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
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
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
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
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
-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
-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
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
36 matches
Mail list logo