function problem (simple redirect)

This is a discussion on function problem (simple redirect) within the PHP General forums, part of the PHP Programming Forums category; I'm trying to make this function work, but I'm not good at functions. I have created a variable ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-27-2003
Frank Tudor
 
Posts: n/a
Default function problem (simple redirect)

I'm trying to make this function work, but I'm not good at
functions. I have created a variable for testing payment equal
to 1 or 0 to see what would happen based on whatever the
condition is in my database (the sql stuff is not here because i
have to figure this thing out first). I get a t_string error or
t_varialbe but I don't know what to do to fix it.

Frank

code
----------

$payment = 1;

echo $payment;

function $payment{

if ($payment == "0");
header ("location:test_page.html");

}else{ ($payment == "1");
header ("location:test_page2.html");

}

__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
Reply With Quote
  #2 (permalink)  
Old 10-27-2003
Chris Shiflett
 
Posts: n/a
Default Re: [PHP] function problem (simple redirect)

--- Frank Tudor <frank_tudor@yahoo.com> wrote:
> function $payment{


You probably mean payment, not $payment.

> header ("location:test_page.html");


The Location header has an uppercase L, a space after the colon, and an
absolute URL after the space. Your example violates all three.

Hope that helps.

Chris

=====
My Blog
http://shiflett.org/
HTTP Developer's Handbook
http://httphandbook.org/
RAMP Training Courses
http://www.nyphp.org/ramp
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:22 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0