[PHP] [Repost] Getting rid of Web page has expired (POSTDATA error)

2006-05-18 Thread Nicolas Verhaeghe
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

RE: [PHP] [Repost] Getting rid of Web page has expired (POSTDATAerror)

2006-05-18 Thread Nicolas Verhaeghe
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 Verhaeghe wrote

RE: [PHP] Re: [Repost] Getting rid of Web page has expired (POSTDATA Error)

2006-05-18 Thread Nicolas Verhaeghe
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 values

RE: [PHP] Re: [Repost] Getting rid of Web page has expired (POSTDATA Error)

2006-05-18 Thread Nicolas Verhaeghe
. This prevents a method post page from being in the user's browser history. 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 Verhaeghe E-mail: [EMAIL

RE: [PHP] Re: [Repost] Getting rid of Web page has expired (POSTDATA Error)

2006-05-18 Thread Nicolas Verhaeghe
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 Verhaeghe E-mail: [EMAIL PROTECTED] Phone: 602

[PHP] Getting rid of Web page has expired (POSTDATA error)

2006-05-17 Thread Nicolas Verhaeghe
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

RE: [PHP] What editor do you use?

2006-05-05 Thread Nicolas Verhaeghe
-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

[PHP] What editor do you use?

2006-05-04 Thread Nicolas Verhaeghe
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,

RE: [PHP] What editor do you use?

2006-05-04 Thread Nicolas Verhaeghe
[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 now. It

[PHP] Zend refuses to include file while parser finds it

2006-05-01 Thread Nicolas Verhaeghe
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

RE: [PHP] Zend refuses to include file while parser finds it

2006-05-01 Thread Nicolas Verhaeghe
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. My development machine is a WIMP (the server is a LAMP but it's

RE: [PHP] Zend refuses to include file while parser finds it

2006-05-01 Thread Nicolas Verhaeghe
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. My development machine is a WIMP (the server is a LAMP but it's

RE: [PHP] Zend refuses to include file while parser finds it

2006-05-01 Thread Nicolas Verhaeghe
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' Subject: Re: [PHP] Zend refuses

RE: [PHP] we are looking for experienced php programmers full timefreelance...

2006-04-28 Thread Nicolas Verhaeghe
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 will be

RE: [PHP] Hosting php help

2006-04-26 Thread Nicolas Verhaeghe
http://www.google.com/search?hl=enq=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,

RE: [PHP] Booleans in lowercase or uppercase

2006-04-25 Thread Nicolas Verhaeghe
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 some

RE: [PHP] PHP Variables sizes

2006-04-25 Thread Nicolas Verhaeghe
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 from ftp. We are reading

RE: [PHP] PHP Standard style of writing your code

2006-04-25 Thread Nicolas Verhaeghe
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

RE: [PHP] At Last!

2006-04-25 Thread Nicolas Verhaeghe
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

RE: [PHP] Passing Form As Argument

2006-04-21 Thread Nicolas Verhaeghe
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

RE: [PHP] Creating an OO Shopping Cart

2006-04-21 Thread Nicolas Verhaeghe
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 as complex as a shopping cart. Not only complex, but also

RE: [PHP] Creating an OO Shopping Cart

2006-04-21 Thread Nicolas Verhaeghe
-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

RE: [PHP] Passing Form As Argument

2006-04-21 Thread Nicolas Verhaeghe
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 all. I'm drafting

RE: [PHP] Creating an OO Shopping Cart

2006-04-21 Thread Nicolas Verhaeghe
[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

RE: [PHP] Passing Form As Argument

2006-04-21 Thread Nicolas Verhaeghe
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). Same thing server-side

RE: [PHP] Re: Run Apache/PHP/MySQL from CD?

2006-04-20 Thread Nicolas Verhaeghe
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

RE: [PHP] Creating an OO Shopping Cart

2006-04-20 Thread Nicolas Verhaeghe
[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

RE: [PHP] Best practice to set up register_globals

2006-03-17 Thread Nicolas Verhaeghe
: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 on locally for this domain

RE: [PHP] Best practice to set up register_globals

2006-03-17 Thread Nicolas Verhaeghe
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, but I'd like to know what the best fashion

[PHP] Best practice to set up register_globals locally?

2006-03-16 Thread Nicolas Verhaeghe
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

[PHP] Best practice to set up register_globals

2006-03-16 Thread Nicolas Verhaeghe
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] Where can I find nice Web icons for custom admin interface?

2006-03-02 Thread Nicolas Verhaeghe
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

RE: [PHP] Coordenates latitude / longitude on PHP

2006-03-02 Thread Nicolas Verhaeghe
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

RE: [PHP] Where can I find nice Web icons for custom admin interface?

2006-03-02 Thread Nicolas Verhaeghe
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 have

RE: [PHP] Where can I find nice Web icons for custom admin interface?

2006-03-02 Thread Nicolas Verhaeghe
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

RE: [PHP] PHP upgrade on Go Daddy virtual server

2006-02-26 Thread Nicolas Verhaeghe
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 tried

[PHP] PHP upgrade on Go Daddy virtual server

2006-02-25 Thread Nicolas Verhaeghe
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

[PHP] Case issue with eregi_replace in text highlight function

2006-02-22 Thread Nicolas Verhaeghe
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

RE: [PHP] Case issue with eregi_replace in text highlight function

2006-02-22 Thread Nicolas Verhaeghe
, because the string 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

RE: [PHP] Case issue with eregi_replace in text highlight function

2006-02-22 Thread Nicolas Verhaeghe
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 eregi_replace in text