Help! (:

Need help with an engine or coding not on the list? Need help with a game or the website and forums here? Direct all questions here.
Post Reply
User avatar
templeguy
Posts: 34
Joined: Tue Sep 15, 2009 5:12 pm

Help! (:

Post by templeguy »

I have a problem i don't know how to setup so the username came auto when you post a message? (:
And i have 1 problem more. How do i do so it stay in same form? I think i got the right in Beta 2 but not sure..
Beta -> http://img8.imageshack.us/img8/992/betadk.jpg
I am ready for a new Beta (:
Beta 2 -> http://img29.imageshack.us/img29/8048/beta2h.jpg
Name: Mads
Age: 17
Contry: Denmark
Skill: Just Started
Falken
Posts: 438
Joined: Fri May 08, 2009 8:03 pm

Re: Help! (:

Post by Falken »

All depends on how your code looks, but to save the name you can just use:

Code: Select all

<input type="text" name="username" values="<?php echo $_POST['username'] ?>" />
So simply output the info the user entered the last time they pressed send :)

Whatdo you mean by "stay in the same form?" Do you mean same layout or what?
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
User avatar
templeguy
Posts: 34
Joined: Tue Sep 15, 2009 5:12 pm

Re: Help! (:

Post by templeguy »

1. You shall not enter Username again you all ready do that when you login first time so i need how to send post with the username you all ready have enter.
2. Ill fix it (:
Name: Mads
Age: 17
Contry: Denmark
Skill: Just Started
Post Reply

Return to “Advanced Help and Support”