2008. 01. 17, csütörtök keltezéssel 15.01-kor Richard Lynch ezt írta:
> On Thu, January 17, 2008 2:06 am, Jochem Maas wrote:
> > Richard Lynch schreef:
> >> On Wed, January 16, 2008 9:57 am, Daniel Brown wrote:
> >>> echo($h."\n".$i."\n"); // echo is a construct, but as expected, can
> >>> use pare
2008. 01. 17, csütörtök keltezéssel 12.14-kor Ken Kixmoeller -- reply to
[EMAIL PROTECTED] ezt írta:
> (forgot to copy the list)
>
> On Jan 16, 2008, at 5:08 PM, Richard Lynch wrote:
>
>
> > Is it possible that 4% of the time, you have spaces on the start/end
> > of the string, which get trimmed
got the answer from you clive :) Thanks
On Jan 18, 2008 1:02 PM, clive <[EMAIL PROTECTED]> wrote:
> if ($question == 'php')
>domail('phplist',$question);
>
> if ($question == 'smarty')
>domail('smartylist',$question);
>
>
> > Hi All,
> >
> > I using html_options smarty tag to output an
Shelley Shyan schreef:
Hi all,
Maybe this is a somehow stupid question.
I want to know how php could know whether session_start() has been called, that
is, whether session has been started.
you can do it by checking the return value of session_id() if it's empty you
can be pretty
sure sessi
Richard schreef:
Jochem Maas wrote :
Richard schreef:
Hi,
After installing PHP on a Windows machine I see a very small
PHP-executable and several extension dll's that can be loaded.
When I build PHP on a QNX machine I get one huge executable of 8.6
MB. Is it possible to build something sim
Richard Lynch wrote:
> fumble-fingers!
>
> http://lxr.php.net/
Do you know if that site is up-to-date and if it includes php
extensions?? I searched for 'snmp_set_valueretrieval' and got nothing,
yet that function is clearly defined in the SNMP extension. In 4.3.9
and 5.2.3 (just two versions I
Jochem Maas wrote :
Richard schreef:
Hi,
After installing PHP on a Windows machine I see a very small
PHP-executable and several extension dll's that can be loaded.
When I build PHP on a QNX machine I get one huge executable of 8.6 MB. Is
it possible to build something similar to the Window
I am wondering if there is a way to block out email addresses in specific
format from a form? We ahve a form that people have to enter an email
address, and the form has been getting used by bots to send spam to a
listserv. The email address they enter is in this type of format
[EMAIL PROTECT
Richard Heyes wrote:
>> I am wondering if there is a way to block out email addresses in
>> specific
>> format from a form? We ahve a form that people have to enter an
>> email address, and the form has been getting used by bots to send
>> spam to a
>> listserv. The email address they enter is i
I am wondering if there is a way to block out email addresses in specific
format from a form? We ahve a form that people have to enter an email
address, and the form has been getting used by bots to send spam to a
listserv. The email address they enter is in this type of format
[EMAIL PROTECT
Joey schreef:
Hi All,
I have a problem that the below code which is supposed to display a random
image and on occasion it shows NO image.
I'm not sure what is happening. This is running on linux just in case that
makes any difference.
<%
$image_folder = "new_random/";
$dir = $_SERVE
Thanks for all of your suggestions which all point to using Catpcha. I have
actually already implemented Capchta and they are still getting around it.
Even if they are entering it manually rather than via a bot, is there a way
to check if the email address is of a specific format and if so then
On Jan 18, 2008 9:31 AM, Jochem Maas <[EMAIL PROTECTED]> wrote:
> Eric Butera schreef:
> > On Jan 17, 2008 9:54 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote:
> >> Hi all,
> >>
> >> Maybe this is a somehow stupid question.
> >>
> >> I want to know how php could know whether session_start() has been c
Eric Butera schreef:
On Jan 18, 2008 9:31 AM, Jochem Maas <[EMAIL PROTECTED]> wrote:
Eric Butera schreef:
On Jan 17, 2008 9:54 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote:
Hi all,
Maybe this is a somehow stupid question.
I want to know how php could know whether session_start() has been call
Bad Company This Saturday Night in Milwaukee, WI
Bad Company, with Brian Howe, is performing at the Richfield Chalet in
Hubertus, WI this Saturday Night January 19, 2008. Along with Bad Company's
highly acclaimed 1993 live CD "What You Hear Is What You Get - The Best of Bad
Company - Live"
The bad thing about using only registered users is that we have this form
set in our Smart classrooms to give us feedback about any issues they
encountered while using the AV equipment. We have to keep the form open to
non-university users. When I implemented the Captcha code, I thought that
Eric Butera <[EMAIL PROTECTED]> wrote:
> On Jan 18, 2008 9:50 AM, Javier Huerta <[EMAIL PROTECTED]> wrote:
> > I am wondering if there is a way to block out email addresses in specific
> > format from a form? We ahve a form that people have to enter an email
> > address, and the form has be
On Jan 18, 2008 10:49 AM, Jochem Maas <[EMAIL PROTECTED]> wrote:
>
> Eric Butera schreef:
> > On Jan 18, 2008 9:31 AM, Jochem Maas <[EMAIL PROTECTED]> wrote:
> >> Eric Butera schreef:
> >>> On Jan 17, 2008 9:54 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Maybe this is
On Jan 18, 2008 10:55 AM, Javier Huerta <[EMAIL PROTECTED]> wrote:
> Thanks for all of your suggestions which all point to using Catpcha. I have
> actually already implemented Capchta and they are still getting around it.
> Even if they are entering it manually rather than via a bot, is there a wa
Or even a simple text CAPTCHA "What is 16 divided by 4?".
Careful though, I made a class which converted numbers to text
(TextualNumbers IIRC) and it got broken.
--
Richard Heyes
http://www.websupportsolutions.co.uk
Knowledge Base and Helpdesk software that eases your support
burden and help
Hi All,
I have a problem that the below code which is supposed to display a random
image and on occasion it shows NO image.
I'm not sure what is happening. This is running on linux just in case that
makes any difference.
<%
$image_folder = "new_random/";
$dir = $_SERVER['DOCUMENT_ROOT']
Eric Butera schreef:
On Jan 17, 2008 9:54 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote:
Hi all,
Maybe this is a somehow stupid question.
I want to know how php could know whether session_start() has been called, that
is, whether session has been started.
I Googled, but got little help.
Thank
This is for double quotes:
'/"[^"]*(?:.[^"]*)*"/'
this is for single:
'/\'[^\']*(?:.[^\']*)*\'/'
i took these from the smarty compiler class.
"mathieu leddet" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi everyone,
I am struggling with regular expressi
Jochem Maas was thinking very hard :
Richard schreef:
Jochem Maas wrote :
Richard schreef:
Hi,
After installing PHP on a Windows machine I see a very small
PHP-executable and several extension dll's that can be loaded.
When I build PHP on a QNX machine I get one huge executable of 8.6 MB.
Hello,
on 01/18/2008 01:55 PM Javier Huerta said the following:
> Thanks for all of your suggestions which all point to using Catpcha. I have
> actually already implemented Capchta and they are still getting around it.
> Even if they are entering it manually rather than via a bot, is there a wa
On 18 Jan 2008, at 16:01, Eric Butera wrote:
On Jan 18, 2008 10:55 AM, Javier Huerta <[EMAIL PROTECTED]>
wrote:
Thanks for all of your suggestions which all point to using
Catpcha. I have
actually already implemented Capchta and they are still getting
around it.
Even if they are entering i
On Jan 18, 2008 9:50 AM, Javier Huerta <[EMAIL PROTECTED]> wrote:
> I am wondering if there is a way to block out email addresses in specific
> format from a form? We ahve a form that people have to enter an email
> address, and the form has been getting used by bots to send spam to a
> listserv.
Javier Huerta wrote:
I am wondering if there is a way to block out email addresses in specific
format from a form? We ahve a form that people have to enter an email
address, and the form has been getting used by bots to send spam to a
listserv. The email address they enter is in this type of
On Jan 18, 2008 12:04 PM, Carole E. Mah <[EMAIL PROTECTED]> wrote:
> I did exactly this, and still got:
>
>
> http://www.itunes.com/dtds/podcast-1.0.dtd"; version="
> 2.0">
>
>
>
>My Title
>My Link
>
On Jan 18, 2008 9:15 AM, Colin Guthrie <[EMAIL PROTECTED]> wrote:
> Maximus Entertainment wrote:
> >
> > _Bad Company – This Saturday Night in Milwaukee, WI_
>
> Great. That's super relevant for 99.9% of this mailing list.
>
> Anyone near Milwaukee should go along and punch one of the promoters..
> Hi Javier!
>
> At my work we had tons of issues with spam bots randomly hitting our
> contact forms. They would inject all sorts of random garbage along
> with the standard email header injection attempts to try and send mass
> mails through the forms.
>
> We've worked on a standardized form pr
Maximus Entertainment wrote:
>
> _Bad Company – This Saturday Night in Milwaukee, WI_
Great. That's super relevant for 99.9% of this mailing list.
Anyone near Milwaukee should go along and punch one of the promoters :D
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vis
On Fri, January 18, 2008 11:15 am, Colin Guthrie wrote:
> Maximus Entertainment wrote:
>>
>> _Bad Company â This Saturday Night in Milwaukee, WI_
>
> Great. That's super relevant for 99.9% of this mailing list.
>
> Anyone near Milwaukee should go along and punch one of the
> promoters :D
A
On Jan 18, 2008 4:52 PM, Jim Lucas <[EMAIL PROTECTED]> wrote:
> PostTrack [Dan Brown] wrote:
> > 514 (100%) 975244 (100%) EVERYONE
> > 69(13.4%) 92431(9.5%) "Richard Lynch" <[EMAIL
> > PROTECTED]>
> > 9(1.8%) 22245(2.3%) Wolf <[EMA
PostTrack [Dan Brown] wrote:
514 (100%) 975244 (100%) EVERYONE
69(13.4%) 92431(9.5%) "Richard Lynch" <[EMAIL
PROTECTED]>
9(1.8%) 22245(2.3%) Wolf <[EMAIL PROTECTED]>
5(1%) 8497(0.9%) "Andrew Ballar
Daniel Brown gmail.com> writes:
>
> On Jan 17, 2008 6:48 PM, Apple gmail.com> wrote:
> > Another strange thing is I run ImageMajick with system() in a lot
of scripts on
> > the same server and everything works fine.
> >
> > What is the problem? Do you have any idea?
>
> Does the UID (
On 1/18/08, Eric Butera <[EMAIL PROTECTED]> wrote:
> Nonetheless as I keep re-iterating, people will copy and paste this
> stuff as is because they don't know better. It is the responsibility
> of people writing the answers to make sure their code is validated and
> as "secure" as possible unless
Richard Lynch wrote:
> On Fri, January 18, 2008 11:15 am, Colin Guthrie wrote:
>> Maximus Entertainment wrote:
>>> _Bad Company – This Saturday Night in Milwaukee, WI_
>> Great. That's super relevant for 99.9% of this mailing list.
>>
>> Anyone near Milwaukee should go along and punch one of th
> -Original Message-
> From: Andrew Ballard [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 18, 2008 6:10 PM
> To: PHP General list
> Subject: Re: [PHP] Question About Blocking Email Addresses in Forms
>
> On Jan 18, 2008 10:18 AM, Richard Heyes <[EMAIL PROTECTED]> wrote:
> > > I am wond
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marcus
> Sent: Friday, January 18, 2008 4:51 PM
> To: php-general@lists.php.net
> Subject: [PHP] Expand variable in comparison
>
> Hi!
>
>
> Is there any way to get the following snippet returning a true?
>
>
> ..
Hey, your script doesn't like me, is it that you need
quoted_printable_decode?
=?iso-8859-1?Q?Andr=E9s_Robinet?=
Rob
> -Original Message-
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 18, 2008 7:38 PM
> To: PostTrack [Dan Brown]; php-general@lists.php.net
> Subje
Let printf handle it for you. :-)
On Fri, January 18, 2008 3:52 pm, Jim Lucas wrote:
> PostTrack [Dan Brown] wrote:
>> 514 (100%) 975244 (100%) EVERYONE
>> 69(13.4%) 92431(9.5%) "Richard Lynch"
>> <[EMAIL PROTECTED]>
>> 9(1.8%) 22245(2.3%)
Daniel Brown wrote:
On Jan 18, 2008 4:52 PM, Jim Lucas <[EMAIL PROTECTED]> wrote:
PostTrack [Dan Brown] wrote:
514 (100%) 975244 (100%) EVERYONE
69(13.4%) 92431(9.5%) "Richard Lynch" <[EMAIL
PROTECTED]>
9(1.8%) 22245(2.3%) Wolf
Andrés Robinet wrote:
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marcus
Sent: Friday, January 18, 2008 4:51 PM
To: php-general@lists.php.net
Subject: [PHP] Expand variable in comparison
Hi!
Is there any way to get the following snippet returning a true?
...
On Jan 18, 2008 5:06 PM, mike <[EMAIL PROTECTED]> wrote:
> On 1/18/08, Eric Butera <[EMAIL PROTECTED]> wrote:
>
> > Nonetheless as I keep re-iterating, people will copy and paste this
> > stuff as is because they don't know better. It is the responsibility
> > of people writing the answers to make
On Jan 18, 2008 7:40 PM, Jim Lucas <[EMAIL PROTECTED]> wrote:
> Plus, what about a tool/site that would allow me to view a graph of the
> entire of the list/archive? A graph including, but not limited to
> post/person post/email address posts/day posts/country etc...
>
> Thanks
>
> --
> Jim L
On Jan 18, 2008 5:49 PM, Apple <[EMAIL PROTECTED]> wrote:
> Daniel Brown gmail.com> writes:
>
> >
> > On Jan 17, 2008 6:48 PM, Apple gmail.com> wrote:
> > > Another strange thing is I run ImageMajick with system() in a lot
> of scripts on
> > > the same server and everything works fine.
>
You'll have to take this up with the Smarty folks, as it's very
smarty-specific, and not (PHP-)General at all...
On Fri, January 18, 2008 12:16 am, GoWtHaM NaRiSiPaLli wrote:
> Hi All,
>
> I using html_options smarty tag to output an associative array in
> select
> drop down.
> Here a sample assoc
On Fri, January 18, 2008 8:50 am, Javier Huerta wrote:
> I am wondering if there is a way to block out email addresses in
> specific
> format from a form? We ahve a form that people have to enter an email
> address, and the form has been getting used by bots to send spam to a
> listserv. The emai
On Jan 18, 2008 12:22 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
> Are you trying to read an existing document into a SimpleXMLElement, or are
> you trying to create a SimpleXMLElement instance and generate a document
> from that?
> My impression was you were trying to do the later; please clarify
Yes, each variable is an array. foreach works individually with no problems.
The problem I am having is getting both to update the table in MySQL. It
will update $i three times with no problem, however, it will only update $t
with the last value in the array.
Name is a checkbox and contains the n
On Jan 18, 2008 10:12 AM, Joey <[EMAIL PROTECTED]> wrote:
> Hi All,
>
>
>
> I have a problem that the below code which is supposed to display a random
> image and on occasion it shows NO image.
>
> I'm not sure what is happening. This is running on linux just in case that
> makes any difference.
>
Hello,
I'm fetching content from database and printing it on the browser. I
want add an link on the same page "Click here to view it in PDF". Is it
possible to do it using FPDF? If yes, how can I do this?
Thank you.
Balu
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visi
> -Original Message-
> From: Eric Butera [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 18, 2008 11:21 PM
> To: mike
> Cc: PHP eMail List
> Subject: Re: [PHP] Foreach
>
> On Jan 18, 2008 5:06 PM, mike <[EMAIL PROTECTED]> wrote:
> > On 1/18/08, Eric Butera <[EMAIL PROTECTED]> wrote:
> >
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marcus
> Sent: Friday, January 18, 2008 9:56 PM
> To: php-general@lists.php.net
> Subject: [PHP] Re: Expand variable in comparison
>
> Andrés Robinet wrote:
> >> -Original Message-
> >> From: news [mailto:[EMA
If you are trying to keep the names and orders in "parallel" you need
to do something not unlike:
while (list($key, $name) = each($names)){
$order = $orders[$key];
$query = "update whatever set order = $order where name = '$name'";
}
This completely ignores security and error checking in the
if (session_id()){
//no session yet
}
else{
//we have lift-off!
}
On Thu, January 17, 2008 8:54 pm, Shelley Shyan wrote:
> Hi all,
>
> Maybe this is a somehow stupid question.
>
> I want to know how php could know whether session_start() has been
> called, that is, whether session has been sta
On Friday 18 January 2008 21:44:26 Richard Lynch wrote:
> On Fri, January 18, 2008 11:15 am, Colin Guthrie wrote:
> > Maximus Entertainment wrote:
> >> _Bad Company â This Saturday Night in Milwaukee, WI_
> >
> > Great. That's super relevant for 99.9% of this mailing list.
> >
> > Anyone near M
Posting Summary for PHP-General List
Week Ending: Friday, 18 January, 2008
Messages| Bytes | Sender
+-+--
514 (100%) 975244 (100%) EVERYONE
69(13.4%) 92431(9
On Fri, January 18, 2008 9:12 am, Joey wrote:
> I have a problem that the below code which is supposed to display a
> random
> image and on occasion it shows NO image.
>
> I'm not sure what is happening. This is running on linux just in case
> that
> makes any difference.
>
> <%
>
> $image_folder
On Fri, January 18, 2008 12:14 pm, Balasubramanyam Ananthamurthy wrote:
> I'm fetching content from database and printing it on the browser. I
> want add an link on the same page "Click here to view it in PDF". Is
> it
> possible to do it using FPDF? If yes, how can I do this?
Actually, FPDF goes
Steve,
This should work as some basic sudo code. You are running into a number of
issues with your usage of the foreach as it sounds like what you really want to
do is walk through one array and grab the corresponding value from another.
'.mysql_error());
}
}
}
?>
HTH,
Wolf
--
PHP Genera
On Jan 18, 2008 11:38 AM, Wolf <[EMAIL PROTECTED]> wrote:
> Steve,
>
> This should work as some basic sudo code. You are running into a number of
> issues with your usage of the foreach as it sounds like what you really want
> to do is walk through one array and grab the corresponding value from
> What does your form actually do? Does it email you, >email them, stick
> something in a DB? What?
>
The form sends an email to a listserv and cc's the sender and then enters
data into a database.
> Regardless, if they're entering a nonsense email address >and are
> managing to get your scr
>based upon information from bug #43221, if you define the namespace
>beforehand
>it will work.
>
>$xml = new SimpleXMLElement('http://apple.com"/>');
>$n = $xml->addChild("subtitle", "Musical Mockery", "http://apple.com";);
>print_r($xml->asXml());
>?>
>
>produces:
>
>http://apple.com";>Musical
>M
A good habit is to use the hex equivalent character for any character that has a
special meaning in pregex expressions. e.g.,
space = \x20
"/" = \x2f
"." = \x2e
double quotes = \x3d
etc.
Then you won't have this type of problem and you won't have to use stuff like
this:
This is for double quo
Andrés Robinet wrote:
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marcus
Sent: Friday, January 18, 2008 9:56 PM
To: php-general@lists.php.net
Subject: [PHP] Re: Expand variable in comparison
Andrés Robinet wrote:
-Original Message-
From: news [mailto:[EM
On Jan 17, 2008 6:48 PM, Apple <[EMAIL PROTECTED]> wrote:
> Another strange thing is I run ImageMajick with system() in a lot of scripts
> on
> the same server and everything works fine.
>
> What is the problem? Do you have any idea?
Does the UID (or at least GID) under which PHP is being
Eric Butera <[EMAIL PROTECTED]> wrote:
> On Jan 18, 2008 11:38 AM, Wolf <[EMAIL PROTECTED]> wrote:
> > Steve,
> >
> > This should work as some basic sudo code. You are running into a number of
> > issues with your usage of the foreach as it sounds like what you really
> > want to do is wa
On Jan 17, 2008 9:54 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Maybe this is a somehow stupid question.
>
> I want to know how php could know whether session_start() has been called,
> that is, whether session has been started.
>
> I Googled, but got little help.
>
> Thank you for
Daniel Brown gmail.com> writes:
> Does the UID (or at least GID) under which PHP is being executed
> have permissions to write to the area you're trying to save the file?
>
> Similar to above, does it have the correct permissions to read the
> incoming file?
Daniel, I'm not sure about U
Joey wrote:
Hi All,
I have a problem that the below code which is supposed to display a random
image and on occasion it shows NO image.
I'm not sure what is happening. This is running on linux just in case that
makes any difference.
<%
$image_folder = "new_random/";
$dir = $_SERVER[
On 1/18/08, Andrés Robinet <[EMAIL PROTECTED]> wrote:
> Please, don't get me wrong, I'm just curious, how does the server know when
> the browser is closed? Do you use javascript (AJAX) or something to notify
> the server?
it's a browser thing, not a server thing. the browser will "forget"
the ses
2008. 01. 18, péntek keltezéssel 12.10-kor Wolf ezt írta:
> Eric Butera <[EMAIL PROTECTED]> wrote:
> > On Jan 18, 2008 11:38 AM, Wolf <[EMAIL PROTECTED]> wrote:
> > > Steve,
> > >
> > > This should work as some basic sudo code. You are running into a number
> > > of issues with your usage o
On Fri, 2008-01-18 at 12:28 +0200, Nikolay Ananiev wrote:
> This is for double quotes:
> '/"[^"]*(?:.[^"]*)*"/'
>
> this is for single:
> '/\'[^\']*(?:.[^\']*)*\'/'
>
> i took these from the smarty compiler class.
Has anyone started a commonly used PCRE Regexp library? I
Richard schreef:
Jochem Maas was thinking very hard :
Richard schreef:
Jochem Maas wrote :
Richard schreef:
Hi,
After installing PHP on a Windows machine I see a very small
PHP-executable and several extension dll's that can be loaded.
When I build PHP on a QNX machine I get one huge exec
On Jan 18, 2008 12:20 PM, Zoltán Németh <[EMAIL PROTECTED]> wrote:
> 2008. 01. 18, péntek keltezéssel 12.10-kor Wolf ezt írta:
>
> > Eric Butera <[EMAIL PROTECTED]> wrote:
> > > On Jan 18, 2008 11:38 AM, Wolf <[EMAIL PROTECTED]> wrote:
> > > > Steve,
> > > >
> > > > This should work as some ba
Javier Huerta wrote:
I am wondering if there is a way to block out email addresses in specific
format from a form? We ahve a form that people have to enter an email
address, and the form has been getting used by bots to send spam to a
listserv. The email address they enter is in this type of
Javier Huerta wrote:
> Thanks for all of your suggestions which all point to using Catpcha.
> I have actually already implemented Capchta and they are still getting
> around it. Even if they are entering it manually rather than via a
> bot, is there a way to check if the email address is of a spe
On Jan 18, 2008 2:48 PM, Carole E. Mah <[EMAIL PROTECTED]> wrote:
> On Jan 18, 2008 12:22 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
> > Are you trying to read an existing document into a SimpleXMLElement, or
> are
> > you trying to create a SimpleXMLElement instance and generate a document
> > f
On Jan 18, 2008 4:52 PM, Jim Lucas <[EMAIL PROTECTED]> wrote:
> PostTrack [Dan Brown] wrote:
> > 514 (100%) 975244 (100%) EVERYONE
> > 69(13.4%) 92431(9.5%) "Richard Lynch" <[EMAIL
> > PROTECTED]>
> > 9(1.8%) 22245(2.3%) Wolf <[EMA
On Jan 18, 2008 2:55 PM, Pastor Steve <[EMAIL PROTECTED]> wrote:
>
> Here is the output, thanks!
>
> Array ( [page_name] => [image] => spacer.gif [text_head] => [name] => Array
> ( [0] => Holiday Inn [1] => The Rib Room [2] => Winner ) [order] => Array (
> [0] => 3 [1] => 3 [2] => 3 ) [add-page]
On Fri, January 18, 2008 9:31 am, Richard Heyes wrote:
>> Or even a simple text CAPTCHA "What is 16 divided by 4?".
>
> Careful though, I made a class which converted numbers to text
> (TextualNumbers IIRC) and it got broken.
Almost any CAPTCHA can be broken if somebody wants it badly enough.
Som
On Fri, January 18, 2008 10:41 am, Per Jessen wrote:
> 2. check that the domain exists and has an MX.
I believe this will foul you up...
I *think* many domains just use their regular domain as MX if there is
no MX.
And the Bad Guy can easily change tactics to use [EMAIL PROTECTED] or
whatever, o
On Jan 18, 2008 10:18 AM, Richard Heyes <[EMAIL PROTECTED]> wrote:
> > I am wondering if there is a way to block out email addresses in specific
> > format from a form? We ahve a form that people have to enter an email
> > address, and the form has been getting used by bots to send spam to a
> > l
On Jan 18, 2008 4:56 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> On Jan 18, 2008 4:52 PM, Jim Lucas <[EMAIL PROTECTED]> wrote:
> > PostTrack [Dan Brown] wrote:
> > > 514 (100%) 975244 (100%) EVERYONE
> > > 69(13.4%) 92431(9.5%) "Richard Lynch" <
> [EMAI
Wow, I wasn't on the list. And I top posted. I really suck.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of PostTrack [Dan
Brown]
Sent: Friday, January 18, 2008 3:01 PM
To: php-general@lists.php.net
Subject: [PHP] Posting Summary for Week Ending 18 January
87 matches
Mail list logo