On Apr 16, 2007, at 12:44 PM, Ross wrote:
ok I have a page that calls my my functions, basically a 6 step
signup. All
the steps look like this
function step_one() {
$_SESSION['property_id'] =$_POST['property_id'];
$property_id = $_POST['property_id'];
$postcode= $_POST['postcode'];
Escape
> -Message d'origine-
> De : Tim [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 16 avril 2007 19:54
> À : 'Ross'; php-general@lists.php.net
> Objet : RE: [PHP] Re: header('Location:') works locally but
> not remotely
>
>
>
> >
> -Message d'origine-
> De : Ross [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 16 avril 2007 19:45
> À : php-general@lists.php.net
> Objet : [PHP] Re: header('Location:') works locally but not remotely
>
> ok I have a page that calls my my function
ok I have a page that calls my my functions, basically a 6 step signup. All
the steps look like this
function step_one() {
$_SESSION['property_id'] =$_POST['property_id'];
$property_id = $_POST['property_id'];
$postcode= $_POST['postcode'];
$query = "INSERT INTO properties (property_id, postcode
use javascript
not
the header function.
"Jacques" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> How should I formulate the header function to replace the current frameset
> page with a new one? I have tried a combination of header("Location:
> page.php target=_parent"); but I get
That will tell the browser "The movie is there!Go there instead!" umm..
Kinda like that anyway.. It lets the user download from there, and not your
server..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"John" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> wh
Sorry about that,
I don't think you can but why don't you just print out some JavaScript
statements to the browser. This webpage has some examples.
http://www.michael-thomas.com/javascript/ex_window_openclose.htm
Muz
"Ali" <[EMAIL PROTECTED]> wrote in message
001701c1bada$f5ca5780$[EMAIL PROTE
"Ali" <[EMAIL PROTECTED]> wrote in message
001701c1bada$f5ca5780$[EMAIL PROTECTED]">news:001701c1bada$f5ca5780$[EMAIL PROTECTED]...
> Hello,
>
> is there any possibility of redirecting a request URL using
header:Location
> and openning the requested URL in a new window linke target="blank" in
htm
I tried it and it didn't work. It seems that
meta tag forces a refresh while header("Location") does not. I am not sure
why.
Avi
Roko Roic wrote:
>> When I use header("Location: ...") to redirect the user back to the
>> record
>
> Send a Header(pragma no-cache) before Header(Location) and
> When I use header("Location: ...") to redirect the user back to the record
Send a Header(pragma no-cache) before Header(Location) and it will work.
Roko
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
How and when mysql performs a delete depends on several things including,
the type of table that is used, configuration parameters and the wording of
the delete query. There are some situations in which deletes are put into a
que and performed only after there are no connections to the table. Si
On Tuesday, October 30, 2001, at 11:41 AM, Henrik Hansen wrote:
> [EMAIL PROTECTED] (Alberto) wrote:
>
>> Ok, it works fine for me, i can redirection, but I don't want the
>> browser to
>> load another page, I want to IF A THEN RUN A.PHP, IF B THEN RUN
>> B.PHP, I
>> know i can use include('a
[EMAIL PROTECTED] (Alberto) wrote:
> Ok, it works fine for me, i can redirection, but I don't want the browser to
> load another page, I want to IF A THEN RUN A.PHP, IF B THEN RUN B.PHP, I
> know i can use include('a.php') or require('a.php') but I'm sure theres a
> way to say php parser to r
Add *ANOTHER* variable in the header("Location:") code that says
"&redirect=1"
In your page3, do:
if($redirect){
$menuID = $foo;
}
else{
$menuID = $bar;
}
Where foo comes from the location, but bar comes from page2.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EM
14 matches
Mail list logo