Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP Coding Help
11-18-2008, 05:41 AM
Post: #1
PHP Coding Help
Im making a script.

The details about the script is disclosed.

How do I make it so that if "else" it returns a webpage?

PHP Code:
<?php
$gamename
=$_POST['gamename'];
$rating=$_POST['rating'];
$hours=$_POST['hours'];
$online=$_POST['online'];
$info=$_POST['info'];
print 
"<p><br>Game Name: $gamename<br>Rating: $rating<br>Hours Played: $hours<br>Is it online: $online<br>Other info: $info</p>";
print 
"<p>Is this info correct?</p>";
echo 
'
<input type="Submit" name="yes" value="Yes" onClick="return confirmSubmit()">

<input type="Submit" name="no" value="No">
<script LANGUAGE="JavaScript">
<!--
// Nannette Thacker http://www.shiningstar.net
function confirmSubmit()
{
var agree=confirm("Are you sure?");
if (agree)
    return true ;
else
    goto ('
http://localhost/5') ;
}
// -->
</script>
'?>

Guests cannot see links in the messages. Please register to forum by clicking here to see links.
Owner and Founder of Guests cannot see links in the messages. Please register to forum by clicking here to see links..
Find all posts by this user
Quote this message in a reply
11-18-2008, 02:20 PM (This post was last modified: 11-18-2008 02:20 PM by danrulz98.)
Post: #2
RE: PHP Coding Help
header('Location: Guests cannot see links in the messages. Please register to forum by clicking here to see links.
Th_google0dw

Guests cannot see links in the messages. Please register to forum by clicking here to see links.
Guests cannot see links in the messages. Please register to forum by clicking here to see links.
Visit this user's website Find all posts by this user
Quote this message in a reply
11-19-2008, 12:47 AM
Post: #3
RE: PHP Coding Help
thank you

Guests cannot see links in the messages. Please register to forum by clicking here to see links.
Owner and Founder of Guests cannot see links in the messages. Please register to forum by clicking here to see links..
Find all posts by this user
Quote this message in a reply
Post Reply 

Bookmarks

Forum Jump:

[-]
Permissions Box
You cannot Post Threads.
You cannot Post Replies.
You cannot Post Attachments.
You can Edit Your Posts.
HTML is off
MyCode is on
Smilies is on
[img]-code is on