's you are going to find that
you are going to need to work on the logic as it still won't due what you
are expecting but at least you can run it and go from there.
Jim
---Original Message---
From: George Pitcher
depending on which method of use you are
using, and this would make sense to me because there are different methods
of hadeling the data. In any even, this thread should help you out.
Jim
---Original Message---
From: jsWalter
Date: Saturday, August 02, 2003 10:12:44
To: [EMAIL PROTECTED
. Any help would be
appreciated.
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yes, I can see other file formats in the directory.
-Jim
"Mike Brum" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Now, if you put a .htm, .txt, .jpg or other file (anything NOT .php), then
do you see those files when placed in the same directory?
-M
-
YES!
Jim Lucas
- Original Message -
From: "Asendorf, John" <[EMAIL PROTECTED]>
To: "Php-Windows (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 12:09 PM
Subject: [PHP-WIN] Can someone explain to me
> Can someone explain to me why everyti
using when doing
a SNMPWALK?
Any help would be appreciated.
-- Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Windows 2000
but might move development over to Linux in the future.
Thanks,
Jim Hunter
Diamond Computing
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Another good tool for administering MySQL databases is phpMyAdmin. It is a
browser based admin tool and you can get it from www.phpMyAdmin.org . I have
been using it for about a year and I really like it.
Jim Hunter
Diamond Computing
---Original Message---
From: Steve Jackson
form to get
data from to create a PDF. Check out Larry Ullmans book, Advanced PHP for
the WWW (ISBN: 0-201-77597-2). It has an entire chapter devoted to creating
and manipulating PDFs.
Jim Hunter
Diamond Computing
---Original Message---
From: Brian McGarvie
Date: Monday, Augu
know where
it should occur then just call a Javascript function that issues the
submit() of the form.
Jim
function postForm()
{
document.forms[0].submit();
}
---Original Message---
From: GeneralX
Date: Tuesday, August 13, 2002 12:40:45
To: [EMAIL PROTECTED]
Subject: [PH
remember is that the PHP that you are writing is not going to be seen by
your user, all they see is the HTML that you produce with your PHP. Think of
Javascript and HTML as one in the same (I know their not but you produce
them the same using ECHO commands).
Jim
---Original Message
hen check to see if it is correct, if
it is then show the start page. if it is not then present the password
screen again. This way there is no way they can get to the start page
without entering a correct password.
Jim
---Original Message---
From: Rodrigo San Martin
Date: Mond
round it so that my
icons are not on the image. Give the user the choice. If you ONLY allowed me
to download the file that would fill my screen I would not be a happy camper
Freedom of choice is a good thing.
Jim Hunter
---Original Message---
From: Afan Pasalic
Date: Tuesday,
The '@' character suppresses error messages that might occur.
Jim
---Original Message---
From: Wolfgang Schneider
Date: Tuesday, September 24, 2002 02:04:06 PM
To: php-windows
Subject: [PHP-WIN] @include ...
Hello,
I have a question about a syntax I had n
Include files can be any type of text file. If you have PHP commands in the
include file then you need to put the appropriate PHP tags in it. So your
include would look like this:
Then the $DB will get processed as a variable, not a text string.
Jim
---Original Message
cause of
the problem.
Jim
---Original Message---
From: Omar Campos
Date: Thursday, October 10, 2002 02:49:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] slow form / server problem
Hi. I run php in win2k server, IIS and MS SQL Server 2k.
I've created some data base
Use:
$HTTP_HOST
it will give you the typed in URL.
Jim Hunter
---Original Message---
From: DaMouse
Date: Tuesday, October 29, 2002 02:16:53 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] 404 documents
I there a way to have the .php page pickup the url that was
what does the code that displays the results look like?
jim
- Original Message -
From: "DL Neil" <[EMAIL PROTECTED]>
To: "Mark Sweeney" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, October 25, 2001 3:20 PM
Subject: Re: [PHP-WIN] Search En
try using single quotes
Jim
- Original Message -
From: "Todd Williamsen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 19, 2001 2:30 PM
Subject: [PHP-WIN] new problem... problem with Query...
> Here it is I get the error "cann
;From'
header of a post via the news server).
if you encounter problems posting to the list, feel free to drop a note
to the list administrators at [EMAIL PROTECTED]
jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
NoteTab Pro - code it by hand. there are a few libraries out that for it
that give examples of php/sql/etc
http://www.notetab.com
Jim
- Original Message -
From: "George Nicolae" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 19, 2001 10:4
Try:
and you should have much better success. phpinfo is a function so you must
include the parens for it to work properly.
Jim
---Original Message---
From: paradiddles
Date: Tuesday, January 07, 2003 10:59:05 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] [newbie] What
spot these sort of errors IE:
if (blah == blah)
{
var $somevar;
var $anothervar;
if ($somevar == $anothervar)
{
echo "it worked";
};
}
It's much easier to see if you have matched up your brackets this way.
Jim Hunter
---Original Message-
an someone suggest where I
might look for the problem? I'll include my scripts in a reply if
needed.
Thanks very much in advance.
Jim
painfully obvious. I have a lot to learn about
testing and debugging!
Thank you for your time.
Jim
lect the tab 'SQL' on the right
Now you should see a 'Browse ...' button press this and select the local
dump file something.sql
Press go and the sql file should handle the rest for you.
Jim
-Original Message-
From: Rui [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2
I had the same message the other day. My line 5 is where I call a
function. I had a tag as the very last line of a function but
had it outside the closing brace } so I moved inside the
closing brace } and the problem went away.
-Original Message-
From: Bobo Wieland [mailto:[EMAIL PROTECT
la but the same problem
occurs when I try it with IE6. That makes me think it's an Apache config
thing.
I've searched all topics in a couple of forums and the Apache.org docs.
Does anyone have an idea?
Thank you for your indulgence.
Jim
And another good one at http://www.firepages.com.au.
Everything there is free and they have a pretty good forum with lots of
newbie questions.
-Original Message-
From: m1nt ch3w [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 3:17 AM
To: [EMAIL PROTECTED]
Subject: Recommended for
ld I upgrade when what I had was working
just fine?
Jim
Does anyone have experience with PHP integrated development
environments?
I have experience with Dreamweaver 4 and am considering upgrading to
Dreamweaver MX although I'm not sure it has as much PHP support as I'd
like. I'm also interested in Zend Studio v2.6 which is just released.
I'd appreci
type of thing.
Jim Hunter
---Original Message---
From: Stuart Felenstein
Date: Wednesday, June 25, 2003 11:14:11 AM
To: PHP List
Subject: [PHP-WIN] OT[slightly] Tables and layers
I'm sure this is possible but not sure where to look to learn. Still really
at the starting stages o
ed in an object.
(insert the appropriate Netscape joke here).
Jim
---Original Message---
From: Stuart Felenstein
Date: Wednesday, June 25, 2003 01:33:15 PM
To: Jim Hunter; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] OT[slightly] Tables and layers
I understand what you are saying. PHP do
aner then doing a
re-load of the page to a new anchor.
Jim
---Original Message---
From: Melih Onvural
Date: Wednesday, June 25, 2003 02:18:35 PM
To: Stuart Felenstein; PHP List
Subject: Re: [PHP-WIN] OT[slightly] Tables and layers
This is actually really easy to do. make the post or
Check out the PHP manual on date formatting:
http://us2.php.net/date
Jim
---Original Message---
From: Harpreet
Date: Wednesday, September 17, 2003 02:36:49 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Date question?
I have a field in my sql server called expiration which is of
such a trusting sole, I would go public and accuse you of spamming for
that company. But I am giving you the benefit of a doubt this time and only
sending this response to you.
Jim
--
So I guess I am no longer trusting and I am publicly accusing him of
spamming. To me it looks like
or when run. Would any one be able
tell me why this is happening? Many thanks! Jim
Notice: Undefined variable: guess in numguess.php on line 27
$num_to_guess) {
$message = "$_POST[guess] is too big! Try a smaller number";
} elseif ( $_POST["guess"] < $num
, mysql, and
apache in 24 hours" and it appears there are a lot of errors in the
book, which is adding to my confusion.
Many thanks
Jim
In ASP/IIS 5.0, there is a way to have a custom error page displayed
that will show current environment variables, etc. Is there a way to do
this with PHP/Apache 2?
Thanks in advance,
Jim
s?
I have the register_globals set to true in the php.ini. and I restarted
my server.
Any ideas?
Thanks much,
Jim
AKA "[USERNAME]" IN [URL^ROOMNAME]
(::)
Operator Console for 'XXX.XXX.XXX.XXX' signing off
--- Cut here - Data End ---
The (::) in the data above can contain alphanumeric
characters.
The large bit of space between th
puter. I'm
new at all this. If anyone can suggest a good article or mailing list or
if you would like to talk off-list, please let me know.
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'd like to have php support multiple sites, is it possible to have
multiple doc_root directives in the php.ini?
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Socket support isn't available on windows yet. Hopefully it will be
finished by the time php4.05 is released.
Gonzalo Vera wrote:
> You must compile php with socket functions: it does not come
> pre-compiled in the binaries.
>
> Gonzalo.
>
>> Hi,
>
>> I am trying to write a web telnet inter
27;t actually have a web server on it yet... I
wanted to test some PHP pages 'standalone' using the PHP.EXE
commandline. Could this (no web server installed) be why the
associations didn't get set up?
If so, what do I need to set up for the .php extension as far as the
'ope
I am new with PHP and I have a question about Web Servers. I am running
Windows ME and PWS is not supported. Will PHP run under Apache for windows?
Also, does anyone know will Windows MySQL run under Apache for windows as
well?
Thank you for the help.
Jim Ray
--
PHP Windows Mailing List
, PHP 4.0.4pl1, Xitami server,
Netscape 4.7
Thanks in advance,
Jim Witt
[EMAIL PROTECTED]
eck. I'm hoping someone
would be able to shed some light on this for me.
Many many thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e
Else check/parse next space
End Logic
Each space group can have 0 or more spaces ("rooms")
Each room group can have 0 up to 20+ users.
I hope all of this is clear enough to understand.. If anyone has any
questions, please do not hesitate to ask.
Thank you all so much for any he
]\.(http://[^\s]+)
http://travelersnetwork.net/Nick/HoneyIsland.dsv..fd287747
How can I select just the url, excluding the two dots and the hex
address?
Thank you,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
paceCount; i++ )
// print $i;
// }
}
}
Anyone know what's going on here?
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
er correctly, I used the
install from the PHP Magazine CD to install everything fresh on the new
computer. If you do not subscribe to this magazine I highly recommend it.
You will find that, IMHO, everything seems to run much faster and cleaner on
Apache 2.0 then it did on 1.3.x.
Just my opinion.
o 2 fields but wasn't sure if this was the standard practice.
Thanks in advance,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
querystring.
Index.php
- Begin example index.php --
/* HTML Code here */
-8<-- End Example --->8--
Any thoughts on this? I'm still kinda new at PHP and wanted to learn the
best way to structure my code from the git-go. :)
Thanks in advance,
Jim
--
PHP Windows M
example of 'all' the code it takes to display the grid:
mysql_connect('localhost', 'xxx', '');
@mysql_select_db("scanner") or die ("Unable to select database");
$sqlstr="select * from golf";
$bd = new baaGrid($
unless
I include the db_connect.php inside the GetRecCount function. Something
tells me that this is not proper
Coding, and I was wondering if someone could tell me if there is another
way to do this?
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g that is
reliable. Can anyone give me their feelings on these two
(methodologies?) please?
Thank you,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ce. This is how
I've structured my page..
I have the form action calling $_SERVER['PHP_SELF'] and the method is
post.
..etc...
Any help to resolve this will be very appreciated,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;);
Or just include("\folder1\includefile.php");
but that doesn't seem to help. Is there an easier way to this?
Thanks a bunch,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm attempting to use this method and I'm getting an undefined method
error. Anyone else getting this or having any luck with it?
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm working with Apache 2.0 and MySQL 4.0.. I'm trying to tune the
performance of my site. I was wondering if there was a way to grab an
existing open persisent DB connection instead of opening a new one
unless it's needed?
Thanks in advance,
Jim
--
PHP Windows Mai
o SID;
/* Page2.php */
Echo SID;
Any ideas?
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I know this should be a simple task, but why does it seem so convoluted
in trying to get the current folder I'm in.
I want to be able to get the base folder such as:
/docroot/subfolder/
- or -
http://serverhostname/subfolder/
Not sure what the appropriate way is to do this.
Thanks
I am using CopperMine on a couple of my sites and it works great. I am
using it as a PHPNuke module and my users love it.
http://coppermine.sourceforge.net/
Jim
---Original Message---
From: [EMAIL PROTECTED]
Date: Tuesday, May 11, 2004 15:43:19
To: [EMAIL PROTECTED]
Subject: [PHP
would be very appreciated.
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[ Exerp from PHP manual pages on website:
"Warning Do not use Apache 2.0 and PHP in a production environment neither
on Unix nor on Windows." ]
Can anyone tell me what this means? This is the only warning I see.
Thanks,
Jim
--
PHP Windows Mailing List (http://www.ph
when I try this on my setup, it doesn't work and I get the
following error message:
PHP Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE
in...
Anyone have any ideas or suggestions?
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ndex.php I have:
";
print_r($a);
echo "";
?>
This example doesn't seem to work however, when I paste the function
implementation into the index.php and run it, it works.
Thanks for any help in advance,
Jim
-Original Message-
From: Justin Patrin [mailto:[EM
trying to be as efficient as possible.
:-)
Thanks,
Jim
-Original Message-
From: ? ??? [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 11:10 AM
To: Jim MacDiarmid
Subject: Re: FW: [PHP-WIN] Passing arrays by reference
Здравствуйте, Jim.
Вы писали 10 августа 2004 г.,
e to the user without
interrupting the flow of the page. This should be fairly straight forward
since it's only 3 php files involved. Any info you can give is of course
very appreciated.
Many thanks,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
like resembles a floating square or
layer with a border perhaps.
I've been doing some research and I am aware that you can use the title
attribute of the tag, I'd like to do something a little bigger. Has
anyone ever done this before?
Thanks in advance,
Jim
--
PHP Windows Ma
nt path rather
depressing.
Thank you all in advance for your input,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Paul,
Yes, that is the article that I saw. One of them anyway. Thank you for
sheding some light on that.
Jim
-Original Message-
From: Paul Menard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 2:29 PM
To: Jim MacDiarmid; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN
Sent: Wednesday, September 01, 2004 2:53 PM
To: Jim MacDiarmid
Subject: Re: [PHP-WIN] Php5 merging with Java???
Could you please be so kind as to tell me where exactly you read that PHP is
not going to be Open Source any more?
Thanks
Christian
- Original Message -
From: "Jim MacDiarmi
Maybe I got the wrong impression, I don't know. I was just afraid that PHP
was going to end up going the way of MS Visual Studio .NET Enterprise
Architect and become a commercial package that would be out of reach for us
smaller developers or rather us developers with smaller wallets.
dow is delayed till after the forloop as completed, as if it's
being buffered then flushed at the end.
Any ideas how I can display information as processing occurs?
Thanks in advance,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
As a matter of fact, I have tried that. With no success, I might add. I've
also tried the ob_implicit_flush with no success.
Jim
-Original Message-
From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 1:24 PM
To: [EMAIL PROTECTED]
Cc: Jim MacDi
Ok my bad.. :) I was not aware that there were two different "types" of
PHP.EXE executables to use. Once I started using the PHP.exe in the \php\cli
folder it started working as I expected it to.
Thank you and to everyone for your help on this,
Jim
-Original Message-
Fro
I tried using the PHP.exe in the \php\cli folder and it is displaying output
as I had expected it to.
Jim
-Original Message-
From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
Sent: Friday, September 03, 2004 9:04 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; Frank M. Kromann
please help me troubleshoot this problem.
If I posted in the wrong group... Be gentle. I can take direction.
Thank you
Jim Bailey
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
No, DocumentRoot is set in httpd.conf?
Jim Bailey
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 22 Sep 2004 Jim Bailey wrote:
>
> > I navigate to http://127.0.0.1/ and I get the default apache page.
> >
> > I navigate to http://127.0.0.1/test.p
at's what I'm using.
Any thoughts and/or help with this would be greatly appreciated
TIA!
Jim
o together with a user, and put
them into a User object would be better.
Hopefully all this makes sense to everyone.
Thanks again for your input.
Jim
-Original Message-
From: Jason Barnett [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 20, 2005 9:20 AM
To: php-windows@lists.php.ne
ow you can do this with window.location = 'targetURL' but not sure how
to add it. I was thinking that it might have to be added to the header, but
I'm using the same header template for each page.
Any ideas?
TIA,
Jim
al service. Anyone have any
thoughts on this?
Many thanks in advance,
Jim
on include or
require statements?
Any ideas?
Jim
testing
"Louis Young" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi there
>
> I'm getting the following error regardless of whether register_globals
> is on or off.
>
> *Notice*: Undefined variable: button1 in *C:\Program Files\Apache
> Group\Apache2\htdocs\spar\admin\login.php*
testing 1,2,9
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ndering if there was anything better? I'm looking for a decent
plan that I can host a PostNuke site with pnPHPbb2 and a classified ads
package I purchased recently.
Thanks much,
Jim
Northern Virginia Community Classifieds
http://www.nova-classifieds.com
just try
"Stan Holmes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
> New at this game. I loaded php5 on XP with the php installer. I cannot
get
> a varable to parse. Can anyone help. I do believe it is with the
> instalation. I have checked the rights to the ini file and t
do a phpinfo() call and look at the path of your php.ini file, it appears
you're not editing the correct one.
I usually just do iisreset on the command line and thats all I need.
"Peter Ordal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> How can I force PHP to reread the php.ini
Hey Danny,
no good books on that subject regarding php/mcv that I've seen but PHP
Architecht has some good articles on MVC, I believe they have a free
issue that has a huge article on PHP/MVC. www.phparch.com
Danny Lin wrote:
Can any one recommend a good book that discusses MVC design patterns w
I purchased a copy of the book "Professional PHP4 Web Development Solutions"
and I'm guessing it's been discontiued from their list. I was wondering if
anyone would know how I can get the source code for the book?
Thanks,
Jim
--
PHP Windows Mailing List (http://www.php.
gt;userinfo['userid'];
};
I know I'm getting data back in my array. I have a running trace log. I've
determined that I can do an assignment such as:
$this->username = "testusername";
Something is preventing the assignment from the array for some reason.
Any
HTML page content.
TIA,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
+ Cats2.Cat + Cats3.Cat)
When I execute this query in something like Navcat 2005 or SQLyog it works
fine. By the way, I'm also using the PEAR DB class.
Any ideas?
Thanks :)
Jim MacDiarmid
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
play the
images and icons. I'd also like to be able to read and write my own files. I
was wondering if there was a way to enable these I/O functions myself using
ini_set or some other way since I don't have direct access to the php.ini
file?
Thanks,
Jim
--
PHP Windows Mailing List
#x27;PHP_SELF']
For some reason, these form variables are being passed on the query line.
Is there any way this can be prevented?
Thanks in advance,
Jim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
MS SQL "database type" not supported
I can't get MS SQL supported in my PHP installation.
I've just installed PHP BB (and I have tried their forums) and want to use
MS SQL, here's my setup
MS Win 2K SP4
Apache 2.0
ed to set an Environment Variable PHPRC with the correct
path -- especially useful if you have your web site on a different
drive.
-jim
-Original Message-
From: Wayne Khan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 29, 2005 4:19 AM
To: php-windows@lists.php.net
Subject: RE: [PH
1 - 100 of 117 matches
Mail list logo