php-general Digest 8 Mar 2008 15:06:19 -0000 Issue 5336

Topics (messages 271150 through 271153):

Re: Deprecated configure options
        271150 by: Thijs Lensselink

send form by email with image spam controler
        271151 by: Alain Roger
        271152 by: Per Jessen

Re: programming and design fees
        271153 by: Lamp Lists

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Ian M. Evans wrote:
Was just upgrading to 5.2.5 and used the same configure line as I used for 5.2.0. Got the following notice:

"Notice: Following unknown configure options were used:

--enable-pic
--with-dom
--with-png
--with-xml
--enable-track-vars
--enable-trans-sid
--enable-yp
--enable-mbstr-enc-trans
--enable-dio
--enable-mcal
--with-jpeg"

Safe to assume those were deprecated?

You can just run ./configure --help and see for yourself. Some have changed and some seem to have been deprecated.

--with-pic
--disable-dom
--with-png-dir[=DIR]

--disable-libxml
--disable-xml

--with-jpeg-dir[=DIR]

--- End Message ---
--- Begin Message ---
Hi,

i would like to allow web site users to fill a form when they request
information.
the purpose is to have something standardized and later on to archive all
those request into database.
to avoid spammer, i was thinking to use a code image which change to each
page refresh in order to be sure that user is human and not a simple robot
:-)
after that, all data should be sent by web site (maybe a particular email
account or function) to email address [EMAIL PROTECTED]

is there a simple way to do that or a better way ?

moreover where could i find similar example ? especially about image
checking...
thx

-- 
Alain
------------------------------------
Windows XP SP2
PostgreSQL 8.2.4 / MS SQL server 2005
Apache 2.2.4
PHP 5.2.4
C# 2005-2008

--- End Message ---
--- Begin Message ---
Alain Roger wrote:

> Hi,
> 
> i would like to allow web site users to fill a form when they request
> information.
> the purpose is to have something standardized and later on to archive
> all those request into database.
> to avoid spammer, i was thinking to use a code image which change to
> each page refresh in order to be sure that user is human and not a
> simple robot
> :-)
> after that, all data should be sent by web site (maybe a particular
> email account or function) to email address [EMAIL PROTECTED]
> 
> is there a simple way to do that or a better way ?
> 
> moreover where could i find similar example ? especially about image
> checking...

http://en.wikipedia.org/wiki/Captcha
http://www.recaptcha.org

There are also simpler captchas - text-based for instance:  "What is 2
times 10 divided by four"?  


/Per Jessen, Zürich


--- End Message ---
--- Begin Message ---
--- Per Jessen <[EMAIL PROTECTED]> wrote:
> Lamp Lists wrote:
> 
> > now, I didn't have such a big project "on side"
> ever. and I by default
> > ALWAY suck in calculations how much time I need
> for a project and what
> > to charge. I think I need about 120 hrs (3 weeks)
> to build this baby
> > (without design part). I need your opinion. is it
> enough time (yes, I
> > know it depends of how fast I program :D Let's
> say, average fast :))
> > and what are fees these days for such a project? I
> lost track. $75/hr
> > is lowest price today or I can't ask more than
> $50/hr?
> 
> You can ask whatever you want as long as your
> customer thinks it's
> reasonable.  (not a joke).
That's actually part I'm interested the most :D What
is reasonable? Is reasonable for sucha project with
complex product catalog and ordering system  ask $10K?

> Given that you're an individual bidding on a single
> project, you might
> want to consider fixed price instead of time and
> materials. 
I'm not bidding. I did small, simple html web site for
them 3 years ago, with 5 pages. Now they want
something better, with catalog and admin area.
returnig customer :D

> 
> As for estimates wrt time and effort - if those were
> available on a
> mailing-list based on about 30 lines of project
> description, this list
> would be full of project managers, all with
> desperate needs to estimate
> how long <something> takes. :-)
> 
> 
> /Per Jessen, Zürich
> 
Thanks Per
:)

> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 



      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping


--- End Message ---

Reply via email to