PHP

Moderators: None (Apply to moderate this forum)
Number of threads: 1848
Number of posts: 5016

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Problem to connect HTML form to PHP file Posted by 34inspiration on 11 Nov 2011 at 12:59 PM
Hello every body.

I was wondering if someone could help me. I am currently trying to Create several forms and submit them from HTML forms to PHP .
however just a basic example does not even work: lets say

HTML file

<html>
<body>

<form action="welcome.php" method="post">
Name: <input type="text" name="fname" />
Age: <input type="text" name="age" />
<input type="submit" />
</form>

</body>
</html>


PHP file

<html>
<body>

Hi <?php echo ($_POST['fname']); ?>.
You are <?php echo (int)$_POST['age']; ?> years old.

</body>
</html>




The output is: Hi . You are years old.

I am using WAMP server, both files are saved in www directory welcome file has a php extension. But for some reason the values just don not appear. So maybe i missed something i donno.

If you can figure it out i will be thankful.
Cheers.

Report
Re: Problem to connect HTML form to PHP file Posted by jivko790 on 9 Dec 2011 at 11:39 AM
how to do one nice hearder can some one help me

Escort Berlin

Escorts Munich

Escorts Berlin
Report
Re: Problem to connect HTML form to PHP file Posted by jonathanganesh on 23 Dec 2011 at 1:42 PM
Yeah most common problem for the begginers
Report
Re: Problem to connect HTML form to PHP file Posted by jonathanganesh on 23 Dec 2011 at 2:16 PM
Easy. put the PHP URL correctly in the HTML action column.
Jonathanganesh
SEO & WEb Expert
Cogzidel Technologies pvt ltd,
http://www.cogzidel.com/services/web-development
Report
Re: Problem to connect HTML form to PHP file Posted by yogeshpawar on 22 Feb 2012 at 6:06 AM
The Correct Format of Displaying the out put is as follows..

You used single quotes. you should use double quotes..

do it as follows..

Hi <?php echo $_POST["fname"]; ?>
You are <?php echo $_POST["age"]; ?> years old.





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.