Page 1 of 1

Help! (:

Posted: Fri Sep 25, 2009 12:49 pm
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

Re: Help! (:

Posted: Fri Sep 25, 2009 4:34 pm
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?

Re: Help! (:

Posted: Sat Sep 26, 2009 10:12 am
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 (: