> Not only that, but as time goes by, community support (this list for
> instance) for 4 will likely diminish as others move on to later releases.
> Not only will the die-hard PHP4 users find it harder to get
> answers to their
> questions, but their answers to others will become less relevant to
>
Yeah, I had this happen to me a while back... glad some of the biggest have
been caught lately =)
<< Original Message
I have a form that my visitors can email me from. Some jerk is trying
to fool the mail() function into sending his spam, and I got this
today:
[EM
In a message dated 8/13/2005 6:33:16 P.M. Central Standard Time,
[EMAIL PROTECTED] writes:
>>while were not on the subject
>>John I have a question about your wife ...
>>oh shit wrong list ;-)
>>no no I meant to ask about sand - how do I make a CPU using the stuff?
lol... I thought
[snip]
It must be something in our PHP configuration that's causing the
problem, but I'm pretty sure we have a cache extension installed. This
PHP install was done rather quickly, unless there's a cache extension
installed by default (which there is not as far as I understand, but I
could be wrong
Wong HoWang wrote:
Dear all,
When I try to encode non-english char. such as big5 to UTF-8 with
utf8_encode(), it always generate a wrong result, which is not readable.
What can I do?
From the manual [1]:
utf8_encode -- Encodes an ISO-8859-1 string to UTF-8
You're using the wrong tool for t
[snip]
> Here's my code:
>
> require("classes/metabase/metabase_database.php");
> require("classes/metabase/metabase_interface.php");
>
> $error=MetabaseSetupDatabaseObject(array("Type"=>"odbc-msaccess",
> "IncludePath"=>"classes/metabase"), $db);
>
> if($error!="") {
> echo "Database setu
Dear all,
When I try to encode non-english char. such as big5 to UTF-8 with
utf8_encode(), it always generate a wrong result, which is not readable.
What can I do?
Please help!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a form that my visitors can email me from. Some jerk is trying
to fool the mail() function into sending his spam, and I got this
today:
[EMAIL PROTECTED]
Content-Type: multipart/mixed; boundary=\"===0110030565==\"
MIME-Version: 1.0
Subject: 7510b460
To: [EMAIL PROTECTED]
bcc: [E
http://www.briandunning.com/helios.shtml
Sorry this is WAY OFF TOPIC, but it's a pretty darn scary picture.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The mssql_connect function with api# 20020429 does not do name resolution
via the system get host by name??
Maybe that one of the reasons they upgraded
-Original Message-
From: Daniel Baughman [mailto:[EMAIL PROTECTED]
Sent: Monday, August 15, 2005 3:02 PM
To: 'Daniel Baughman'; php-gen
Never mind I found it. It was 4.2.1
But... now I get IIS complaining the CGI module hasn't returned a full set
of headers :(
-Original Message-
From: Daniel Baughman [mailto:[EMAIL PROTECTED]
Sent: Monday, August 15, 2005 2:58 PM
To: php-general@lists.php.net
Subject: [PHP] mssql 200204
Hey guys,
I'm looking for the php_mssql.dll with api version: 20020429
Does anyone know where I can translate that to a version release in order to
find the release with that version dll or something?
Or have a resource for finding modules based on API version?
Regards,
Dan
--
PHP General M
João Cândido de Souza Neto wrote:
I´m using the webmiau webmail system in a server with freebsd and php 4.4.0
but it´s not working.
When i try to start the webmail server i get the error bellow:
Fatal error: Call to undefined function: preg_split() in
/usr/local/www/data-dist/webmail/smarty/Sm
I´m using the webmiau webmail system in a server with freebsd and php 4.4.0
but it´s not working.
When i try to start the webmail server i get the error bellow:
Fatal error: Call to undefined function: preg_split() in
/usr/local/www/data-dist/webmail/smarty/Smarty.class.php on line 1609
Anyon
I´m using the webmiau webmail system in a server with freebsd and php 4.4.0
but it´s not working.
When i try to start the webmail server i get the error bellow:
Fatal error: Call to undefined function: preg_split() in
/usr/local/www/data-dist/webmail/smarty/Smarty.class.php on line 1609
Anyon
I have an application which uses imap_headerinfo() to query an NNTP server
and display some information as part of a web application. I am seeing a
difference between 4.3.11 and 4.4.0 when the e-mail address in the article
contains a spam block.
I get the following notice:
Notice: (null)(): Unte
Miles Thompson wrote:
> The problem with PHP 5 is that the ISP's have to be so conservative.
> There's no tagging mechanism which says "process these files with
> PHP5, use PHP 4 for everything else."
That would be so wonderful. Just to be able to set what PHP .so to use
based on or in Apache
At 11:59 AM 8/15/2005, Jim Moseby wrote:
>
> I'm (we're) still using PHP4. Mainly because there's been no
> reason for
> us to upgrade. ie, we're not doing anything that requires
> PHP5 (and if
> there is no feature in PHP6 that we have to have, we won't be
> upgrading
> to that either).
I don'
Chirantan Ghosh wrote:
Ho John,
I put each check box with name & tried to get the values as I get of
Name, etc.
Somehow it didn't send that info so, now I tried to get the info of the
whole TABLE named "InterestedNumber"(which contains all check boxes)
How ever the main problem for me is "In
Hi all,
I'm wondering what report generators or routines are out there. I've
not found anything worthwhile yet. What do you all use?
I have a couple sql database tables I'm outputting into a tabular
format. I'd like to find a system. My biggest issue is that some
reports go off the screen and trun
not only encoding support, but internationalized date/time/number formatting
support (including spellout), collation, breakiteration and transliteration.
in many respects we'll be on par with Java I18N support. To see what will be
available, see
http://icu.sourceforge.net/userguide/
and look a
Ho John,
I put each check box with name & tried to get the values as I get of Name,
etc.
Somehow it didn't send that info so, now I tried to get the info of the
whole TABLE named "InterestedNumber"(which contains all check boxes)
How ever the main problem for me is "Interested Numbers:
$Inte
Chirantan Ghosh wrote:
Hi Guys,
I am new to PHP coding but that is no excuse for the mess I am making here.
The ideal page for my needs is:
http://www.primarywave.com/BrokerOutpost_Contact.php
(Simple form in PHP where all form values are mailed)
I could not make the CHECK BOX work in PHP page
Hi Guys,
I am new to PHP coding but that is no excuse for the mess I am making here.
The ideal page for my needs is:
http://www.primarywave.com/BrokerOutpost_Contact.php
(Simple form in PHP where all form values are mailed)
I could not make the CHECK BOX work in PHP page so tried in this HTM pag
* Sebastian <[EMAIL PROTECTED]>:
> I will be building a new server and wondering what would be a good
> choice for php/mysql/apache other than redhat.
>
> I was thinking either Debian or CentOS. can anyone share their thoughts
> on them for php environment?
>
> does anyone use them on high traffi
Torgny Bjers wrote:
Shaw, Chris - Accenture wrote:
I agree with Sebastian, there is no excuse for being arrogant and rude.
I understand the frustration, but is there any need for some of the replies
people get?
If I can, I will try to help anyone, even if the thread is OT.
C.
On that not
Shaw, Chris - Accenture wrote:
>I agree with Sebastian, there is no excuse for being arrogant and rude.
>I understand the frustration, but is there any need for some of the replies
>people get?
>
>If I can, I will try to help anyone, even if the thread is OT.
>
>C.
>
On that note I think we can a
> -Original Message-
> From: Shaw, Chris - Accenture [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 15, 2005 11:49 AM
> To: PHP Mailing Lists
> Subject: RE: [PHP] one more mysql question
>
>
>
> I agree with Sebastian, there is no excuse for being arrogant
> and rude.
> I understand t
Shaw, Chris - Accenture wrote:
I agree with Sebastian, there is no excuse for being arrogant and rude.
I understand the frustration, but is there any need for some of the replies
people get?
Not that you're judging, eh?
If I can, I will try to help anyone, even if the thread is OT.
Great, I
I agree with Sebastian, there is no excuse for being arrogant and rude.
I understand the frustration, but is there any need for some of the replies
people get?
If I can, I will try to help anyone, even if the thread is OT.
C.
-Original Message-
From: John Nichel [mailto:[EMAIL PROTECTED
>
> I'm (we're) still using PHP4. Mainly because there's been no
> reason for
> us to upgrade. ie, we're not doing anything that requires
> PHP5 (and if
> there is no feature in PHP6 that we have to have, we won't be
> upgrading
> to that either).
I don't see the problem with this, unless
Hello,
on 08/15/2005 11:32 AM Pablo Gosse said the following:
Hi, folks. I've recently decided to use Manuel's Metabase instead of
ADOdb as ADOdb doesn't support transactions for MS Access, however I'm
getting the following error when running the sample code:
Fatal error: Class metabase_manage
Hi, folks. I've recently decided to use Manuel's Metabase instead of
ADOdb as ADOdb doesn't support transactions for MS Access, however I'm
getting the following error when running the sample code:
Fatal error: Class metabase_manager_odbc_class: Cannot inherit from
undefined class metabase_manage
Jochem Maas wrote:
John Nichel wrote:
I'm (we're) still using PHP4. Mainly because there's been no reason
for us to upgrade. ie, we're not doing anything that requires PHP5
(and if there is no feature in PHP6 that we have to have, we won't be
upgrading to that either).
my gut feeling is
Sebastian wrote:
they are just grumpy old men i guess..
I'm niether - I believe John Nichel is a little older than I.
he for one has been on this list fielding questions longer than you
have been writing php code sebastian. complete noobs often get some slack,
even with offtopic questions + a g
John Nichel wrote:
Matthew Weier O'Phinney wrote:
* Sebastian <[EMAIL PROTECTED]> :
anyway, i think i will be with php4 for a long time to come.
Please tell the list why -- what does PHP4 offer over PHP5 for you? I
honestly want to know, and I'm sure there are others who would be
inter
Jochem Maas wrote:
She's 7 months pregnant, and down right mean at the moment.
been there (http://iamjochem.com/baby) - kind of
- congrats anyhow, and good luck!
Number 3 coming up here. At 37, I wasn't supposed to become a father
again. ;)
Allright, now that was totally off-topic and
John Nichel wrote:
Jochem Maas wrote:
while were not on the subject
John I have a question about your wife ...
She's 7 months pregnant, and down right mean at the moment.
been there (http://iamjochem.com/baby) - kind of
- congrats anyhow, and good luck!
oh shit wrong list ;-)
Sebastian wrote:
they are just grumpy old men i guess..
it is not like you asked a windows question on a linux list.. i've seen
stupid html questions here.. yet they get answered.
Not by me. They'll get the same response from the 'grumpy old men'
group as this topic did.
i always try to he
Matthew Weier O'Phinney wrote:
* Sebastian <[EMAIL PROTECTED]> :
anyway, i think i will be with php4 for a long time to come.
Please tell the list why -- what does PHP4 offer over PHP5 for you? I
honestly want to know, and I'm sure there are others who would be
interested to see why people
On 8/11/05, xfedex <[EMAIL PROTECTED]> wrote:
> > My non-sense answers pointed you to the LDAP functions for use with
> > Active Directory. That is very constructive until you ask for something
> > more specific.
>
> Jay,
>
> I was specting something like:
>
> "Yes, i have php to authenticate ag
Catenare LLC wrote:
Are there any PHP user groups currently meeting in San Francisco?
http://www.phpusergroups.org/groups.phtml?country=United+States&menu=groups
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubsc
Jochem Maas wrote:
while were not on the subject
John I have a question about your wife ...
She's 7 months pregnant, and down right mean at the moment.
oh shit wrong list ;-)
Doesn't seem to matter here, eh?
no no I meant to ask about sand - how do I make a CPU using the stuff?
Al
I went googling for XML validators and tried your sample in both forms, as
you sugest with CDATA and my way:
Both are valid. The relevant paragraph can be found in:
http://www.w3.org/TR/2004/REC-xml-20040204/#sec-pi
Notice that while
Satyam
"Torgny Bjers" <[EMAIL PROTECTED]> wrot
Hello,
I am experiencing a lot of difficulties working with Apache 5.0.4 and wsdl. I
can publish a wsdl and work with it, but as soon as I want to add a new method
to the wsdl, I have to change the directory to be able to use it. In some way,
Apache kept the information for the wsdl and I am no
Sebastian wrote:
I will be building a new server and wondering what would be a good
choice for php/mysql/apache other than redhat.
I was thinking either Debian or CentOS. can anyone share their thoughts
on them for php environment?
does anyone use them on high traffic php sites? or is there
Well, in this case, XML would care, since you'd be using a < or > inside
a tag, so, in order for that to work, if what he meant was that he
wanted to store PHP code directly inside the XML document, and not
actually EXECUTE code INSIDE the XML file, he would have to use
syntax around the PHP code
Whatever starts withXML doesn't care what is
within those tags, as long as it doesn't contain a ?>
Satyam
""Labunski"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> Is it possible to write some PHP code lines in the XML document?
>
> e.g. I want to add to the x
Sebastian wrote:
> I will be building a new server and wondering what would be a good
> choice for php/mysql/apache other than redhat.
>
> I was thinking either Debian or CentOS. can anyone share their
> thoughts on them for php environment?
>
> does anyone use them on high traffic php sites? or i
Labunski wrote:
>Hello,
>
>Is it possible to write some PHP code lines in the XML document?
>
>e.g. I want to add to the xml
>document, but
>I don't know the right syntax to do this.
>
>Btw, I need this, cause I'm trying to make CMS system for Flash page.
>
The easiest way to do this in Flash i
50 matches
Mail list logo