Re: [PHP]

2010-07-04 Thread te0t3l
Thanks Ash, and so sorry I forgot to use the subject... ok, I'll read about insertBefore () method, Regards, te0

[PHP] HTML in emails

2010-07-04 Thread Al
I know this is a bit off-topic; but close enough. I'm starting to update the email feature of one of my DB applications and noticed that it appears most of the fancy emails I receive are using just plain old, simple html pages, with a note about not being able to see, go here with a link. It

Re: [PHP] HTML in emails

2010-07-04 Thread Per Jessen
Al wrote: > I know this is a bit off-topic; but close enough. > > I'm starting to update the email feature of one of my DB applications > and noticed that it appears most of the fancy emails I receive are > using just plain old, simple html pages, with a note about not being > able to see, go her

[PHP] Re: HTML in emails

2010-07-04 Thread Jonesy
On Sun, 04 Jul 2010 11:43:59 -0400, Al wrote: > I know this is a bit off-topic; but close enough. > > I'm starting to update the email feature of one of my DB applications and > noticed that it appears most of the fancy emails I receive are using just > plain > old, simple html pages, with a not

Re: [PHP] HTML in emails

2010-07-04 Thread Rick Pasotto
On Sun, Jul 04, 2010 at 06:31:38PM +0200, Per Jessen wrote: > Al wrote: > > > I know this is a bit off-topic; but close enough. > > > > I'm starting to update the email feature of one of my DB applications > > and noticed that it appears most of the fancy emails I receive are > > using just plain

[PHP] form validation and error display

2010-07-04 Thread David Mehler
Hello, I've got a form with several required fields of different types. I want to have the php script process it only when all the required fields are present, and to redisplay the form with filled in values on failure so the user won't have to fill out the whole thing again. One of my required fie

Re: [PHP] HTML in emails

2010-07-04 Thread Per Jessen
Rick Pasotto wrote: > On Sun, Jul 04, 2010 at 06:31:38PM +0200, Per Jessen wrote: >> >> We follow the standard and send both text and html. > > The text portion is the *only* portion I read. > Cool, that is the whole point. -- Per Jessen, Zürich (24.3°C) -- PHP General Mailing List (http

[PHP] curl

2010-07-04 Thread madunix
I have an old unix fedora system with php 4.3.11, with the following recompiled options $ php -version  PHP 4.3.11 (cli) (built: Jun  6 2006 16:20:00) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies $ php -info | grep configure Configure Comman

Re: [PHP] curl

2010-07-04 Thread shiplu
# yum install php4-curl or # yum install php-curl Shiplu Mokadd.im My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest) -- PHP General Mailing List (http://w

Re: [PHP] HTML in emails

2010-07-04 Thread Paul M Foster
On Sun, Jul 04, 2010 at 11:43:59AM -0400, Al wrote: > I know this is a bit off-topic; but close enough. > > I'm starting to update the email feature of one of my DB applications and > noticed that it appears most of the fancy emails I receive are using > just plain > old, simple html pages, with a

Re: [PHP] form validation and error display

2010-07-04 Thread Shreyas Agasthya
David, If I understand your problem/issue here, you are talking about something called 'sticky forms'. This means - (i) the form references itself. (ii) that the form knows what the previous data was when it encounters any validation issues. You achieve (i) and (ii) by re-submitting the form with

Re: [PHP] form validation and error display

2010-07-04 Thread Paul M Foster
On Sun, Jul 04, 2010 at 01:57:01PM -0400, David Mehler wrote: > Hello, > I've got a form with several required fields of different types. I > want to have the php script process it only when all the required > fields are present, and to redisplay the form with filled in values on > failure so the

Re: [PHP] form validation and error display

2010-07-04 Thread David Mehler
Hello everyone, Thanks for your suggestions. For my variable in the value area of the text input field I enter value=" Prior to this I assign the variable $name to: $name = stripslashes($_POST['name']); I hope this is correct. Sticky forms sounds exactly what i'm looking for. I've changed my ac

Re: [PHP] HTML in emails

2010-07-04 Thread Ashley Sheridan
On Sun, 2010-07-04 at 17:06 -0400, Paul M Foster wrote: > On Sun, Jul 04, 2010 at 11:43:59AM -0400, Al wrote: > > > I know this is a bit off-topic; but close enough. > > > > I'm starting to update the email feature of one of my DB applications and > > noticed that it appears most of the fancy ema

Re: [PHP] form validation and error display

2010-07-04 Thread Ashley Sheridan
On Sun, 2010-07-04 at 18:23 -0400, David Mehler wrote: > Hello everyone, > Thanks for your suggestions. > For my variable in the value area of the text input field I enter > > value=" > > Prior to this I assign the variable $name to: > > $name = stripslashes($_POST['name']); > > I hope this is

Re: [PHP] HTML in emails

2010-07-04 Thread Paul M Foster
On Sun, Jul 04, 2010 at 11:44:29PM +0100, Ashley Sheridan wrote: > >It is nice to be able to format emails nicely, but you have to realise >when to restrain yourself. I've been getting loads of emails from Adobe >lately that haven't been formatted well at all, and appear awfully in