Robert Samuel White wrote:
> [SNIP]
>
> Now one thing bothers me: how do you redirect in step 4 if you have
> shown the form in step 3?
>
> How do you avoid a "Cannot modify header information - headers
> already sent by ..." error message?
>
> Nicolas
you avoid a "Cannot modify header information - headers already sent
by ..." error message?
Nicolas Verhaeghe
E-mail: [EMAIL PROTECTED]
Phone: 602-490-8000
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Robert Samuel White wrote:
> You might want to modify your coding. The way I prevent this problem
> from ever happening is this:
>
>
>
> 1. The user completes information on the form.
>
> 2. The form is validated by PHP.
>
> 3. If there are errors, then the form is reshown with their valu
I have searched and not found...
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 18, 2006 1:21 AM
To: Nicolas Verhaeghe
Cc: php-general@lists.php.net
Subject: Re: [PHP] [Repost] Getting rid of "Web page has expired"
(POSTDATAerror)
Nicolas Verha
I am having an issue with certain pages preventing the user from going back
to the previous page.
The message given by Firefox is: "The page you are trying to view contains
PSTDATA that has expired from cache".
This happens in the case of an HTML form using the POST method but also a
query obje
I am having an issue with certain pages preventing the user from going back
to the previous page.
The message given by Firefox is: "The page you are trying to view contains
PSTDATA that has expired from cache".
This happens in the case of an HTML form using the POST method but also a
query object
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 04, 2006 1:54 PM
To: Nicolas Verhaeghe
Cc: 'Jay Blanchard'; 'PHP-General'
Subject: RE: [PHP] What editor do you use?
On Thu, 2006-05-04 at 16:39, Nicolas Verhaeghe wrote:
> [snip]
> I am currently looking for a good PHP editor for Windows. I know, the
> question must have been asked so many times, but I thought I could ask
> it again now that a few editors have evolved, others have appeared.
> [/snip]
>
> Eclipse. You could also STFA
Joe! It's better than ever n
I am currently looking for a good PHP editor for Windows. I know, the
question must have been asked so many times, but I thought I could ask it
again now that a few editors have evolved, others have appeared.
Before I used something called Ultraedit but I was disappointed by the lack
of features,
Yes, I know that Apache works on Windows, but I just don't feel like having
two Web servers on the same box.
-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED]
Sent: Monday, May 01, 2006 4:28 PM
To: Nicolas Verhaeghe
Cc: 'Eric Butera'; 'php'
Subjec
: php
Subject: Re: [PHP] Zend refuses to include file while parser finds it
On 5/1/06, Nicolas Verhaeghe <[EMAIL PROTECTED]> wrote:
>
> When I run the Zend debugger, it returns an error telling me it cannot
> find a certain include, while when I run the site it works fine.
>
&g
: php
Subject: Re: [PHP] Zend refuses to include file while parser finds it
On 5/1/06, Nicolas Verhaeghe <[EMAIL PROTECTED]> wrote:
>
> When I run the Zend debugger, it returns an error telling me it cannot
> find a certain include, while when I run the site it works fine.
>
&g
When I run the Zend debugger, it returns an error telling me it cannot find
a certain include, while when I run the site it works fine.
My development machine is a WIMP (the server is a LAMP but it's not relevant
here).
This is not the first include in this site, but the first include inside of
a
Sumeet wrote:
> we are looking for experienced php/mysql programmers full time
> freelance...
>
> should be at least 1 year experienced, knowing pear libraries and
> having
> worked on several projects.
>
> please contact me at [EMAIL PROTECTED]
>
> quote your charges and the time that you wi
http://www.google.com/search?hl=en&q=free+php+hosting
-Original Message-
From: Jesús Alain Rodríguez Santos [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 26, 2006 2:26 PM
To: php-general@lists.php.net
Subject: [PHP] Hosting php help
Please I need a free hosting with php and mysql, an
Well, that was hardly an intuitive process - to get to the point of being
able to post to the group. Why couldn't they put clearer instructions on
the website? Or, maybe it's just me being thick. ;-) Or, maybe I
just lost the <[SPAM] PHP list posting confirmation for...> amongst the
s
From: Martin Zvarík [mailto:[EMAIL PROTECTED]
Sent: Monday, April 24, 2006 10:51 PM
To: PHP
Subject: [PHP] PHP Standard style of writing your code
Hi,
I see everyone has its own way of writing the code. If there is 10
programmers working on same thing, it would be good if they would have
s
Nicolas Verhaeghe - White Echo Technologies
> Is there a maximum size for a variable in PHP. A client of mine is
> having problems working with a file of around 4Mb. Not really being a
> php developer I cannot really answer him. To quote him:
>
> We are not uploading excel f
> I've seen the usage of both TRUE, true, FALSE and false all over the
> php.net site. Yet, there does not seem to be a clear distinction
> between the uppercase and lowercase variants.
>
> Will it make any difference if i use lowercase or uppercase? I would
> be thankful if someone could shed s
On Fri, April 21, 2006 4:56 pm, Nicolas Verhaeghe wrote:
> I have functions which dynamically generate client-side javascript
> validation functions according to the name of the field, its type
> (text, password, email, drop down, radio button, textarea, and what
> not).
>
>
[snip]
Some guys are shaking their heads in denial on this, but I swear to god, I
have seen it. I am not making this [bleep] up. Credit card numbers have
been sitting for YEARS in some boutique home-rolled shopping cart system
MySQL database with the oh-so-clever username/password of nobody/nobo
From: Richard Lynch [mailto:[EMAIL PROTECTED]
Sent: Friday, April 21, 2006 2:15 PM
To: Nicolas Verhaeghe
Cc: php-general@lists.php.net
Subject: RE: [PHP] Passing Form As Argument
On Fri, April 21, 2006 1:02 am, Nicolas Verhaeghe wrote:
> I'm new to the list so "Hello" to a
-Original Message-
From: Richard Lynch [mailto:[EMAIL PROTECTED]
Sent: Friday, April 21, 2006 2:18 PM
To: Steve
Cc: php-general@lists.php.net; Richard Lynch
Subject: Re: [PHP] Creating an OO Shopping Cart
On Thu, April 20, 2006 11:24 pm, Steve wrote:
> > Yes, there is a TON of source co
Nicolas Verhaeghe wrote:
> [snip]
>
>
>>I'm creating my own Object Oriented PHP Shopping Cart.
>
>
> Okaaay.
>
...
>
> To answer our friend, he seems to have to learn to develop simple
> applications before starting building something a
Hi,
I'm new to the list so "Hello" to all. I'm drafting a function.php
page, which will be included() in the pages in need. How would I pass
a form as an argument of a function? From the name parameter of the
form element or perhaps an ID:
function checkForm(theForm){
//Form val
[snip]
> I'm creating my own Object Oriented PHP Shopping Cart.
Okaaay.
You're doing this just for fun and education, right?
Cuz, seriously, it's about 100 X harder than you think to get a bunch of
details you've never even thought about correct.
And there are about 100 shopping carts alre
I guess the CD could be mounted on MacOS and Unix to be treated as a true
drive but I am confident it would not work on Windows, knowing how every
application has to embed itself with the registry and the system files,
usually register DLLs and what not.
But whatever happens, the CD should never b
Curt Zirzow wrote:
>On Thu, Mar 16, 2006 at 08:46:07PM -0700, Nicolas Verhaeghe wrote:
>
>
>>One of my clients has an os commerce install which requires
>>register_globals to be set to on, for some reason.
>>
>>It is set up to off in php.ini, as it should,
:07PM -0700, Nicolas Verhaeghe wrote:
> One of my clients has an os commerce install which requires
> register_globals to be set to on, for some reason.
>
> It is set up to off in php.ini, as it should, but I'd like to know
> what the best fashion would be for me to set it
One of my clients has an os commerce install which requires
register_globals to be set to on, for some reason.
It is set up to off in php.ini, as it should, but I'd like to know what
the best fashion would be for me to set it on locally for this domain
only.
Thanks!
One of my clients has an os commerce install which requires
register_globals to be set to on, for some reason.
It is set up to off in php.ini, as it should, but I'd like to know what
the best fashion would be for me to set it on locally for this domain
only.
Thanks!
--
PHP General Mailing List
I should have googled this before posting this here, sorry.
I found a site but if I post the URL someone will accuse me of sham
advertising.
-Original Message-
From: Chris Boget [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 02, 2006 9:03 AM
To: Nicolas Verhaeghe; php-general
Thanks, Chris, this does not look too bad!
-Original Message-
From: Chris Boget [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 02, 2006 9:03 AM
To: Nicolas Verhaeghe; php-general@lists.php.net
Subject: Re: [PHP] Where can I find nice Web icons for custom admin
interface?
>I hav
Yes, but there is a projection issue involved.
The Earth is a sphere. Your screen is flat. What projection are you
using? Mercator? Lambert?
http://en.wikipedia.org/wiki/Map_projection
In this case, I would not spend too much time reinventing the wheel and
borrow or purchase an existing solution
I have a habit of designing pretty much everything myself as far as CMS
and admin areas, but I was wondering if anybody knew where to find Web
icons to make the result look very professional?
I am really not a graphical/layout guy!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
Can't help. They basically tell you you are on your own.
-Original Message-
From: Gerry Danen [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 26, 2006 12:15 PM
To: Nicolas Verhaeghe
Cc: PHP General (E-mail)
Subject: Re: [PHP] PHP upgrade on Go Daddy virtual server
Have you
Has anybody heard (or done it himself) how to upgrade PHP on a Go Daddy
virtual server?
Current version is 4.3.11 and I'd like to upgrade to 5.1.2.
All I know is that this server is a Red Hat Fedora 2.
I have SSH access and root as well.
Thanks for your help!
--
PHP General Mailing List (http
This does not highlight anything... Sorry!
Thanks for the help
-Original Message-
From: Chrome [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 6:19 PM
To: 'Nicolas Verhaeghe'; 'Chris'
Cc: php-general@lists.php.net
Subject: RE: [PHP] Case issue with e
ring searched for is of a
different case.
But thanks for helping.
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 5:39 PM
To: Nicolas Verhaeghe
Cc: php-general@lists.php.net
Subject: Re: [PHP] Case issue with eregi_replace in text highlight
Hi all!
I have a text highlight function which does not behave exactly as
needed. Behavior is logical but result is cumbersome.
Instead of replacing the portion of the text with the same portion of
text with some highlighting code added before and after, it replaces the
said text with the chunk o
40 matches
Mail list logo