Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 01-06-2012, 07:38 PM WAMP question
Skilled Talker

Posts: 97
Trades: 0
I think my installation of WAMP is missing something. Can someone tell me how to fix the problem... Im just starting to learn PHP and MYSQL.
Thanks




I get this error
The requested URL /php_sandbox/process.php method= was not found on this server.

after trying to process this forum

<html>
<head>
<title>Forms</title>
</head>
<body>
<form action="process.php method="post">
Username: <input type="text" name="username" value="" /> <br />
Password: <input type="password" name="password" value="" /> <br />
<input type="submit" name="submit" value="Submit" />
</form>
</body>
</html>



and here is the code processing it

<html>
<head>
<title>Form Process</title>
<body>
<?php
$username =$_POST['username'];
$password=$_POST['password'];

echo"{$username}: {$password}";
?>
</body>
</html>
keithkiss is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-06-2012, 07:41 PM Re: WAMP question
Physicsguy's Avatar
404 - Title not found

Posts: 920
Name: Scott Kaye
Location: Ontario
Trades: 0
<form action="process.php method="post">

needs to be

<form action="process.php" method="post">
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!
Physicsguy is offline
Reply With Quote
View Public Profile
 
Old 01-06-2012, 08:30 PM Re: WAMP question
Skilled Talker

Posts: 97
Trades: 0
oh hahahaha much thanks
guess its time for a small break
keithkiss is offline
Reply With Quote
View Public Profile
 
Old 01-06-2012, 08:51 PM Re: WAMP question
Physicsguy's Avatar
404 - Title not found

Posts: 920
Name: Scott Kaye
Location: Ontario
Trades: 0
Haha, no problem. We all make stupid mistakes every so often
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!
Physicsguy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to WAMP question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13483 seconds with 12 queries