Joey wrote:
> Sorry for the delay.
>
> The purpose is to be able to see what is running on a site at any
> given time.
Apaches 'server-status' perhaps?
/Per Jessen, Zürich
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hej,
I created a change request: http://bugs.php.net/bug.php?id=46601
Best regards
Christopher
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I know the IDE wars spring up occasionally, but looking through the
archives, I haven't seen any discussions pro or con for phpDesigner 2008 (
http://www.mpsoftware.dk/phpdesigner.php). Anyone had a chance to use it
and think it's good or not?
I just installed PDT + Eclipse today, and I'm still g
Ashley Sheridan wrote:
On Mon, 2008-11-17 at 18:01 -0500, Craige Leeder wrote:
Ashley Sheridan wrote:
On Mon, 2008-11-17 at 17:47 -0500, Craige Leeder wrote:
Only thing to note with the foreach is that you are actually working on
a copy of the array, so if you intend to modify it, pass it b
Hi
I tried PHPDesigner some time ago. It's not bad but now I'm using Netbeans
and it's a good editor: http://www.netbeans.org/ (it's free!)
Best regards,
Holo
""Waynn Lue"" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
>I know the IDE wars spring up occasionally, but looking
tedd wrote:
At 7:02 PM -0500 11/17/08, Craige Leeder wrote:
I'm not illiterate; promise :p
- Craige
Yeah, his parents were married before he was born.
Cheers,
tedd
omg tedd, I was just reading this thread over, thought exactly that
witty response, clicked you're reply and there it is;
Waynn Lue wrote:
I know the IDE wars spring up occasionally, but looking through the
archives, I haven't seen any discussions pro or con for phpDesigner 2008 (
http://www.mpsoftware.dk/phpdesigner.php). Anyone had a chance to use it
and think it's good or not?
I just installed PDT + Eclipse tod
Holografix wrote:
> Hi
> I tried PHPDesigner some time ago. It's not bad but now I'm using Netbeans
> and it's a good editor: http://www.netbeans.org/ (it's free!)
>
> Best regards,
> Holo
>
>
> ""Waynn Lue"" <[EMAIL PROTECTED]> escreveu na mensagem
> news:[EMAIL PROTECTED]
>> I know the IDE w
This one time, at band camp, tedd <[EMAIL PROTECTED]> wrote:
> Easter lands on different dates depending upon several different
> factors. For example in Canada it's the day after it is in the USA --
> I guess Canadians are slower, eh? :-)
>
> Also, in some religions the date is the full-moon
Kevin Waterson wrote:
This one time, at band camp, tedd <[EMAIL PROTECTED]> wrote:
Easter lands on different dates depending upon several different
factors. For example in Canada it's the day after it is in the USA --
I guess Canadians are slower, eh? :-)
Also, in some religions the date is
Nathan Rixham wrote:
Kevin Waterson wrote:
This one time, at band camp, tedd <[EMAIL PROTECTED]> wrote:
Easter lands on different dates depending upon several different
factors. For example in Canada it's the day after it is in the USA --
I guess Canadians are slower, eh? :-)
Also, in some
Jochem Maas wrote:
just for laughs .. given the 'dabble' thread "Cleeder" is phonetically
very very close to a dutch word meaning 'messing around' .. rather in the way
a 2yo might mess around with a bowl of yogurt.
Haha, now that does make me laugh. Out of curiosity, what is the actual
word f
Read Wikipedia article computus
On 18 Nov 2008, at 13:42, Nathan Rixham wrote:
Nathan Rixham wrote:
Kevin Waterson wrote:
This one time, at band camp, tedd <[EMAIL PROTECTED]> wrote:
Easter lands on different dates depending upon several different
factors. For example in Canada it's the da
At 10:56 PM +1100 11/18/08, Kevin Waterson wrote:
This one time, at band camp, tedd <[EMAIL PROTECTED]> wrote:
Easter lands on different dates depending upon several different
factors. For example in Canada it's the day after it is in the USA --
I guess Canadians are slower, eh? :-)
Also,
Hi,
i have a PHP page with a form.
when user click on submit button, it sends form data to itself (so it sends
data $_POST to itself).
i would like to access to header itself to reset those $_POST data to avoid
(in case of F5 under windows system) to resend the same data serveral time.
therefore h
[snip]
i have a PHP page with a form.
when user click on submit button, it sends form data to itself (so it
sends
data $_POST to itself).
i would like to access to header itself to reset those $_POST data to
avoid
(in case of F5 under windows system) to resend the same data serveral
time.
therefore
Hi Alain,
In short, you can't. It's the users computer that remembers what headers
it sent last time, and when you refresh, it WILL ask them to send those
headers again.
The way this is typically handled from a programming perspective is to
do all your processing on one page, and then jump a
Craige Leeder schreef:
> Jochem Maas wrote:
>> just for laughs .. given the 'dabble' thread "Cleeder" is phonetically
>> very very close to a dutch word meaning 'messing around' .. rather in
>> the way
>> a 2yo might mess around with a bowl of yogurt.
>>
> Haha, now that does make me laugh. Out
Jochem Maas wrote:
klieder ... kliederen
the E sound is short.
Interesting to know. Thanks :D
- Craige
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi, i need to search with regexps in strings, and want to know the index
(of the source string) at which the regexp matched. and the length of
the matched string, so with substitutions like \d+..
i'm kinda in a hurry on this one, would appreciate your immediate answer
very much..
--
I have read the whole forum at php.net on implode and I still don't get why
this one does not work
if (isset($_POST['BannerSize'])){$BannerSize =
implode($_POST['BannerSize'],',');} else {$BannerSize = "";}
someone please help
Rene Veerman wrote:
hi, i need to search with regexps in strings, and want to know the
index (of the source string) at which the regexp matched. and the
length of the matched string, so with substitutions like \d+..
i'm kinda in a hurry on this one, would appreciate your immediate
answer very
> -Original Message-
> From: Rene Veerman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 18, 2008 8:47 AM
> To: php php
> Subject: [PHP] how can i lookup the index in a string where a regexp
> matches?
>
> hi, i need to search with regexps in strings, and want to know the
> index
> (o
with implode one can reverse the function arguments i know .. but
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$BannerSize = implode($_POST['BannerSize'], ',');
Looks like you have your arguments backwards; try:
$BannerSize = implode(',',$_POST['BannerSize']);
--Greg
Terion Miller wrote:
I have read the whole forum at php.net on implode and I still don't get why
this one does not work
if (isset($_POST['BannerSize'])){$BannerSize =
implode($_POST['BannerSize'],',');} else {$BannerSize = "";}
someone please help
Is $_POST['BannerSize'] an array?
e.g. IS
Yes, NetBeans became my favourite too a while ago. And it runs on many
Operating Systems, is free and has a debugger.
I also like the way it handles projects.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, Nov 17, 2008 at 6:02 PM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
> On Mon, 2008-11-17 at 16:57 -0600, Boyd, Todd M. wrote:
>> > -Original Message-
>> > From: Craige Leeder [mailto:[EMAIL PROTECTED]
>> > Sent: Monday, November 17, 2008 4:50 PM
>> > To: Boyd, Todd M.
>> > Cc: [EMAI
I did a search and didn't find anything really astounding sounding, so I
wanted to ask for some "live" recommendations from the crowd here.
I was wondering if anyone had used FirePHP with Firebug or could recommend a
good profiling method for figuring out where the slow parts of your PHP
code a
Terion Miller wrote:
I have read the whole forum at php.net on implode and I still don't get why
this one does not work
if (isset($_POST['BannerSize'])){$BannerSize =
implode($_POST['BannerSize'],',');} else {$BannerSize = "";}
someone please help
don't think it's a php thing, it's expecting
> -Original Message-
> From: Rene Veerman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 18, 2008 8:50 AM
> To: php php
> Subject: Re: [PHP] how can i lookup the index in a string where a
> regexp matches?
>
> Rene Veerman wrote:
> > hi, i need to search with regexps in strings, and w
Craige Leeder wrote:
Jochem Maas wrote:
klieder ... kliederen
the E sound is short.
Interesting to know. Thanks :D
- Craige
don't believe him, "jochem" is really called Bob Davis, a slightly
balding middle aged ASP developer from hull sent to infiltrate the PHP
community and misguide
On Tue, Nov 18, 2008 at 10:06 AM, Yeti <[EMAIL PROTECTED]> wrote:
> Yes, NetBeans became my favourite too a while ago. And it runs on many
> Operating Systems, is free and has a debugger.
> I also like the way it handles projects.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubs
Greetings, Govinda.
In reply to Your message dated Monday, November 10, 2008, 3:42:40,
>> Subversion, or svn for short. Helps you maintain code bases. Far
>> better than regular backups (though by no means a replacement).
> I looked it over briefly and it looks smart for serious collaborated
>
On Tue, Nov 18, 2008 at 9:33 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote:
> Craige Leeder wrote:
>
>> Jochem Maas wrote:
>>
>>> klieder ... kliederen
>>>
>>> the E sound is short.
>>>
>>>
>>>
>> Interesting to know. Thanks :D
>>
>> - Craige
>>
>
> don't believe him, "jochem" is really called Bob D
> I'm curious about solutions that don't require installing something on the
> server side, since that's not usually an option with shared web hosting and
> all.
Since PHP runs on the server, as part of the webserver, I think it
will be inevitable that you'll need to install something on your
serv
> ...
Hi,
In looking at the manual regarding tagging, it seems an awful chore
compared to CVS. Is this the generally held belief or do I need to go
back and re-read?
--
Richard Heyes
HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org (Updated November 15th)
--
PHP General
Can we see the form, please?
As well, try using print_r on the array and see what it outputs.
- Craige
Terion Miller wrote:
yes there is , the selections are coming from a form (which isn't
working because its not inserting into the db---ah another post later
I imagine)
do you think a mis use
Holografix wrote:
Hi
I tried PHPDesigner some time ago. It's not bad but now I'm using Netbeans
and it's a good editor: http://www.netbeans.org/ (it's free!)
Best regards,
Holo
I never knew Netbeans had a PHP IDE. I'll have to try it
- Craige
--
PHP General Mailing List (http://www.php.n
On 11/18/08, Terion Miller <[EMAIL PROTECTED]> wrote:
>
> I have read the whole forum at php.net on implode and I still don't get
> why
> this one does not work
>
> if (isset($_POST['BannerSize'])){$BannerSize =
> implode($_POST['BannerSize'],',');} else {$BannerSize = "";}
>
> someone please help
On Tue, Nov 18, 2008 at 6:00 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote:
> Waynn Lue wrote:
>>
>> I know the IDE wars spring up occasionally, but looking through the
>> archives, I haven't seen any discussions pro or con for phpDesigner 2008 (
>> http://www.mpsoftware.dk/phpdesigner.php). Anyone
Gryffyn wrote:
I did a search and didn't find anything really astounding sounding, so I
wanted to ask for some "live" recommendations from the crowd here.
I was wondering if anyone had used FirePHP with Firebug or could recommend a
good profiling method for figuring out where the slow parts of
Hello,
i´m trying to consume a .net webservice from php as fallow:
$client = new SoapClient('http://localhost:1105/Web Service
.Net/Service.asmx?WSDL');
print_r($client->HelloWorld());
and the result is:
stdClass Object
(
[HelloWorldResult] => Hello World
)
The call works as expected, the
On Tue, Nov 18, 2008 at 10:11 AM, Gryffyn
<[EMAIL PROTECTED]> wrote:
> I did a search and didn't find anything really astounding sounding, so I
> wanted to ask for some "live" recommendations from the crowd here.
>
> I was wondering if anyone had used FirePHP with Firebug or could recommend a
> goo
On Tue, 2008-11-18 at 14:33 +, Nathan Rixham wrote:
> Craige Leeder wrote:
> > Jochem Maas wrote:
> >> klieder ... kliederen
> >>
> >> the E sound is short.
> >>
> >>
> > Interesting to know. Thanks :D
> >
> > - Craige
>
> don't believe him, "jochem" is really called Bob Davis, a slightly
Terion Miller wrote:
> I have read the whole forum at php.net on implode and I still don't get why
> this one does not work
>
> if (isset($_POST['BannerSize'])){$BannerSize =
> implode($_POST['BannerSize'],',');} else {$BannerSize = "";}
>
> someone please help
>
Including the error that is gen
- Original Message -
From: "Eric Butera" <[EMAIL PROTECTED]>
To: Gryffyn <[EMAIL PROTECTED]>
Cc: php-general@lists.php.net
Date: Tue, 18 Nov 2008 12:16:04 -0500
Subject: Re: [PHP] PHP performance profiling
> On Tue, Nov 18, 2008 at 10:11 AM, Gryffyn
> <[EMAIL PROTECTED]> wrote:
> > I did
If I had a page written in HTML and I had a named anchor on that page
I could position the user at the anchor by
http://myPage.com/myHTML.htm#myAnchor
but I can't seem to make this work if the page is generated
http://mypage.com/myPHP.php#myAnchor
I've tried both FireFox 3.0.4 and IE
On Tue, Nov 18, 2008 at 1:25 PM, Stan <[EMAIL PROTECTED]> wrote:
> If I had a page written in HTML and I had a named anchor on that page
>
> I could position the user at the anchor by
>http://myPage.com/myHTML.htm#myAnchor
> but I can't seem to make this work if the page is generated
>h
Stan wrote:
If I had a page written in HTML and I had a named anchor on that page
I could position the user at the anchor by
http://myPage.com/myHTML.htm#myAnchor
but I can't seem to make this work if the page is generated
http://mypage.com/myPHP.php#myAnchor
I've tried both FireFox
At 12:25 PM -0600 11/18/08, Stan wrote:
If I had a page written in HTML and I had a named anchor on that page
I could position the user at the anchor by
http://myPage.com/myHTML.htm#myAnchor
but I can't seem to make this work if the page is generated
http://mypage.com/myPHP.php#myAnc
If you do not escape the name attribute you might run into trouble
when using XHTML. Always escape attributes properly.
GOOD:
Click me
Click me too
HEREDOC;
?>
BAD:
Click me';
echo 'Click me too';
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
On Tue, 2008-11-18 at 10:11 -0500, Andrew Ballard wrote:
> On Mon, Nov 17, 2008 at 6:02 PM, Ashley Sheridan
> <[EMAIL PROTECTED]> wrote:
> > On Mon, 2008-11-17 at 16:57 -0600, Boyd, Todd M. wrote:
> >> > -Original Message-
> >> > From: Craige Leeder [mailto:[EMAIL PROTECTED]
> >> > Sent: Mo
On Tue, 2008-11-18 at 10:52 +, Nathan Rixham wrote:
> Ashley Sheridan wrote:
> > On Mon, 2008-11-17 at 18:01 -0500, Craige Leeder wrote:
> >> Ashley Sheridan wrote:
> >>> On Mon, 2008-11-17 at 17:47 -0500, Craige Leeder wrote:
> >>>
> Only thing to note with the foreach is that you are
On Tue, Nov 18, 2008 at 2:58 PM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
> It just flew in the face of all I knew at the time to have a
> non-associative system-generated array (by that I mean one whos keys are
> integars and not string keys) that doesn't start at 0. No other arrays
> defined in
Well ... you got me thinking ...
I moved the placement of the named anchor to inside the first tag in
the row and it works (instead of inside the tag.
Sorry.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, 2008-11-18 at 14:21 -0600, Stan wrote:
> Well ... you got me thinking ...
>
> I moved the placement of the named anchor to inside the first tag in
> the row and it works (instead of inside the tag.
>
> Sorry.
>
>
>
Ah, it seems that the doctype might have been to blame then, as an
t
> -Original Message-
> From: Ashley Sheridan [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 18, 2008 2:34 PM
> To: Stan
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] Re: anchor name on URL
>
> On Tue, 2008-11-18 at 14:21 -0600, Stan wrote:
> > Well ... you got me thinking ...
>
On Tue, 2008-11-18 at 16:52 -0600, Terion Miller wrote:
> I changed the implode to :
> if (isset($_POST['BannerSize'])){$BannerSize = implode(',',
> $_POST['BannerSize']);} else {$BannerSize = "";}
>
> now it says "Invalid Arguement" whereas when it was the other way it didn't
>
>
> On Tue, Nov
On Tue, 2008-11-18 at 14:58 -0800, Yeti wrote:
> > I look forward to the day when markup isn't so bloated
> > due to the inability of certain web browser franchises to "get it right."
>
> Although I usually look at the future through an optimistic point of
> view, that day may never come.
>
You s
On Tue, Nov 18, 2008 at 6:09 PM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
>>
> You say that, have you heard the latest for IE9? They're already
> planning it, and apparently it's going to use Microsoft's own
> version of the Webkit engine!
Fixed your post, Ash.
--
http://www.parasane.net/
On Tue, 2008-11-18 at 18:09 -0500, Daniel P. Brown wrote:
> On Tue, Nov 18, 2008 at 6:09 PM, Ashley Sheridan
> <[EMAIL PROTECTED]> wrote:
> >>
> > You say that, have you heard the latest for IE9? They're already
> > planning it, and apparently it's going to use Microsoft's own
> > version of the We
On Tue, Nov 18, 2008 at 6:14 PM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
>>
> I don't think you fixed it, so much as wrote something else and made it
> look like I wrote it...
Yes.
--
http://www.parasane.net/
[EMAIL PROTECTED] || [EMAIL PROTECTED]
Ask me about our current hosting/dedicat
Hi guys:
Dones anyone have any scheduling scripts that they might share OR can
give me a link to some?
I need a way for a user to register an appointment via a calendar.
I don't want to write something that's already been done and available.
Cheers,
tedd
--
---
http://sperling.com ht
On Tue, 2008-11-18 at 18:21 -0500, Daniel Brown wrote:
> On Tue, Nov 18, 2008 at 6:14 PM, Ashley Sheridan
> <[EMAIL PROTECTED]> wrote:
> >>
> > I don't think you fixed it, so much as wrote something else and made it
> > look like I wrote it...
>
> Yes.
>
> --
>
> http://www.parasane.net/
>
> I look forward to the day when markup isn't so bloated
> due to the inability of certain web browser franchises to "get it right."
Although I usually look at the future through an optimistic point of
view, that day may never come.
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
All:
I'm going to put the PostTrack/ListWatch system back in an active
state to start counting and reporting next week. Thanks to those who
voiced requests, suggestions, and inquiries.
If anyone DOES NOT WANT their email address to appear in the
Friday reports next to their post metr
I changed the implode to :
if (isset($_POST['BannerSize'])){$BannerSize = implode(',',
$_POST['BannerSize']);} else {$BannerSize = "";}
now it says "Invalid Arguement" whereas when it was the other way it didn't
On Tue, Nov 18, 2008 at 12:38 AM, Jim Lucas <[EMAIL PROTECTED]> wrote:
> Terion Mil
On Tue, Nov 18, 2008 at 6:29 PM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
>>
> I'd really rather you didn't, please.
And I'd rather you had a sense of humor. So in hindsight, we both
learned something.
--
http://www.parasane.net/
[EMAIL PROTECTED] || [EMAIL PROTECTED]
Ask me about our cu
On Tue, Nov 18, 2008 at 6:26 PM, tedd <[EMAIL PROTECTED]> wrote:
> Hi guys:
>
> Dones anyone have any scheduling scripts that they might share OR can give
> me a link to some?
>
> I need a way for a user to register an appointment via a calendar.
>
> I don't want to write something that's already b
> Dones anyone have any scheduling scripts that they might share OR can give
> me a link to some?
>
> I need a way for a user to register an appointment via a calendar.
>
> I don't want to write something that's already been done and available.
Not sure if it does what you want, but you might try
> You say that, have you heard the latest for IE9? They're already
> planning it, and apparently it's going to use the Webkit engine!
That would be nice, if only for the rather good canvas support, which
I kinda have a vested interest in.
--
Richard Heyes
HTML5 Graphing for FF, Chrome, Opera an
he's looking to create a script/app for his own.clent usage..
not to just use google's cal app,,,
check out freshmeat.net, or sourceforge if you haven't already...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Richard Heyes
Sent: Tuesday, November 18, 20
On Tue, 2008-11-18 at 23:44 +, Richard Heyes wrote:
> > You say that, have you heard the latest for IE9? They're already
> > planning it, and apparently it's going to use the Webkit engine!
>
> That would be nice, if only for the rather good canvas support, which
> I kinda have a vested intere
> Yeah, but it will mean that there will still be about 3 different
> rendering versions of IE out there by the time it comes out; 7, 8 and 9
> (I'm fairly sure 6 will have gone to that good ol' web in the sky by
> that time)
Sure, but depending on how closely it follows WebKit, could make
testing
On Tue, 2008-11-18 at 23:51 +, Richard Heyes wrote:
> > Yeah, but it will mean that there will still be about 3 different
> > rendering versions of IE out there by the time it comes out; 7, 8 and 9
> > (I'm fairly sure 6 will have gone to that good ol' web in the sky by
> > that time)
>
> Sure
On Tue, Nov 18, 2008 at 6:57 PM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
>>
> Don't forget Konqueror in that list ;) It's not exactly the same engine
> after Apple forked it from KHTML, but it's quite close, and both
> Konqueror and Safari are said to be working a little more closely than
> befo
Terion Miller wrote:
> I changed the implode to :
> if (isset($_POST['BannerSize'])){$BannerSize = implode(',',
> $_POST['BannerSize']);} else {$BannerSize = "";}
>
> now it says "Invalid Arguement" whereas when it was the other way it didn't
>
>
"Invalid Argument". Then $_POST['BannerSize'] i
tedd wrote:
> Hi guys:
>
> Dones anyone have any scheduling scripts that they might share OR can
> give me a link to some?
>
> I need a way for a user to register an appointment via a calendar.
>
> I don't want to write something that's already been done and available.
>
> Cheers,
>
> tedd
>
On Tue, 2008-11-18 at 19:01 -0500, Daniel P. Brown wrote:
> On Tue, Nov 18, 2008 at 6:57 PM, Ashley Sheridan
> <[EMAIL PROTECTED]> wrote:
> >>
> > Don't forget Konqueror in that list ;) It's not exactly the same engine
> > after Apple forked it from KHTML, but it's quite close, and both
> > Konquer
Ashley Sheridan wrote:
> On Tue, 2008-11-18 at 23:51 +, Richard Heyes wrote:
>
>>> Yeah, but it will mean that there will still be about 3 different
>>> rendering versions of IE out there by the time it comes out; 7, 8 and 9
>>> (I'm fairly sure 6 will have gone to that good ol' web in the s
Micah Gersten wrote:
I'd rather all the engines follow the W3C standards so that you just
have to make sure your web page is compliant.
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com
Though I always script to W3 Standards, I could care less if browsers
f
Hi Guys,
So after somebody mentioned that NetBeans supports PHP development, I
decided to give it a try. I'm liking it thus far, but I have a question
if anybody happens to know the answer.
I have created a project group containing two projects (One for the site
framework, one for the site f
83 matches
Mail list logo