Re: [PHP] How to skip browser's Warning?

2006-09-14 Thread Ruben Rubio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is php cconfiguration. Add this to php.ini session.cache_limiter=none [EMAIL PROTECTED] wrote: Hi, Could somebody explain to me what to do to skip this message I'm getting after I search for some products on my page, got the list of

[PHP] How to skip browser's Warning?

2006-09-13 Thread afan
Hi, Could somebody explain to me what to do to skip this message I'm getting after I search for some products on my page, got the list of products, selected a detailed view of the product and click on the Back button of the browser to see again list of found products (result page): The Page you

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread John Nichel
[EMAIL PROTECTED] wrote: Hi, Could somebody explain to me what to do to skip this message I'm getting after I search for some products on my page, got the list of products, selected a detailed view of the product and click on the Back button of the browser to see again list of found products

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread Joe Wollard
Easiest way: change your search form's method to GET instead of POST - I'm sure you're not passing enough parameters to the search results page to actually need to use POST. On Sep 13, 2006, at 11:44 AM, [EMAIL PROTECTED] wrote: Hi, Could somebody explain to me what to do to skip this

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread Eric Butera
On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Could somebody explain to me what to do to skip this message I'm getting after I search for some products on my page, got the list of products, selected a detailed view of the product and click on the Back button of the browser to see

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread afan
:D :D :D How to get back then? [EMAIL PROTECTED] wrote: Hi, Could somebody explain to me what to do to skip this message I'm getting after I search for some products on my page, got the list of products, selected a detailed view of the product and click on the Back button of the browser

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread afan
Sonce nothing secretly - I can' do that. I'll try right now. Easiest way: change your search form's method to GET instead of POST - I'm sure you're not passing enough parameters to the search results page to actually need to use POST. On Sep 13, 2006, at 11:44 AM, [EMAIL PROTECTED] wrote:

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread afan
sorry, but didn't get this one. could you please elaborate it a little bi to me? thanks. On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Could somebody explain to me what to do to skip this message I'm getting after I search for some products on my page, got the list of

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread tg-php
Create your own back button that re-posts the same data back to the search page? Or have a new search (that takes you back without filling in the old search data) as well as a revise search or something that takes you back without while retaining the original search data. Or do like someone

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread tg-php
Create your own back button that re-posts the same data back to the search page? Or have a new search (that takes you back without filling in the old search data) as well as a revise search or something that takes you back without while retaining the original search data. Or do like someone

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread Eric Butera
On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: sorry, but didn't get this one. could you please elaborate it a little bi to me? thanks. On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Could somebody explain to me what to do to skip this message I'm getting after I

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread Eric Butera
On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Wouldn't this actually bring me back to empty form? On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: sorry, but didn't get this one. could you please elaborate it a little bi to me? thanks. On 9/13/06, [EMAIL PROTECTED]

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread afan
Wouldn't this actually bring me back to empty form? On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: sorry, but didn't get this one. could you please elaborate it a little bi to me? thanks. On 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Could somebody explain