What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » php doubt(i'm still a noob don't worry LOL)

php doubt(i'm still a noob don't worry LOL)
Author: Message:
Jhrono
Veteran Member
*****


Posts: 1791
Reputation: 25
33 / Male / Flag
Joined: Jun 2004
O.P. Huh?  php doubt(i'm still a noob don't worry LOL)
Has the subject says...i'm still a noob and i dont know all fuctions etc...but i am testing php's in a localhost server with apache and mysql installed...well my doubt is...like how do i save a form results to a .txt file or (if you dont bother explaining some basics) how to save anything to Mysql(dont know Sh*t about Mysql)...

Like here is a basic form in Html :
Form.html
(talking about :dodgy:ness eh?:S
<html>
<form action="formresult.php" method="POST">
Your Name <input type="text" name="name" />
Your Age: <input type="text" name="age" />
Hobbies: <input type="text" name="hobbies" />
Hours Spent at Pc per day: <input type="text" name="hours" />
<input type="submit">
</form>
</html>

Formresult.php

Hi <?php echo $_POST["name"]; ?>.
You are <?php echo $_POST["age"]; ?> years old.
Your hobbies are <?php echo $_POST["hobbies"]; ?>
You spend <?php echo $_POST["hours"]; ?> hours a day

Here i wanted to have somthing like a button..Confirm or smtnhg that saved the data..
...
Thanks





02-25-2005 08:14 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-25-2005 at 08:14 PM
RE: php doubt(i'm still a noob don't worry LOL) - by segosa on 02-25-2005 at 08:35 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Concord Dawn on 02-25-2005 at 09:04 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-25-2005 at 09:21 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Concord Dawn on 02-25-2005 at 09:27 PM
RE: php doubt(i'm still a noob don't worry LOL) - by segosa on 02-25-2005 at 10:10 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-25-2005 at 11:05 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Concord Dawn on 02-25-2005 at 11:20 PM
RE: RE: php doubt(i'm still a noob don't worry LOL) - by Chris.1 on 02-25-2005 at 11:31 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-26-2005 at 12:08 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Eljay on 02-26-2005 at 12:13 PM
RE: php doubt(i'm still a noob don't worry LOL) - by L. Coyote on 02-26-2005 at 06:30 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-26-2005 at 08:02 PM
RE: php doubt(i'm still a noob don't worry LOL) - by spokes on 02-26-2005 at 11:16 PM
RE: php doubt(i'm still a noob don't worry LOL) - by segosa on 02-27-2005 at 07:04 AM
RE: php doubt(i'm still a noob don't worry LOL) - by L. Coyote on 02-27-2005 at 07:21 AM
RE: php doubt(i'm still a noob don't worry LOL) - by WDZ on 02-27-2005 at 07:25 AM
RE: php doubt(i'm still a noob don't worry LOL) - by Eljay on 02-27-2005 at 07:42 AM
RE: php doubt(i'm still a noob don't worry LOL) - by WDZ on 02-27-2005 at 07:44 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On