The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsOkay, so i'm trying to create a demo website, and i have a user and pass input textboxes, and if you type in "Lolcaiks" as your user, anything for your pass, i want it to say "Welcome, Lolcaiks"
I wouldn't know what to search for, so i'm sorry if this has been answered before.
Can anyone help?
You should really learn the basics before attempting things like that.
Look here.
There's a simple tutorial on passwords too.
Okay, thanks.. but i did have a code before, it used something like trace (user" "pass); and +user, i don't know..
i know it might be a little bit noob, but could you give me a code for it?
A) Don't worry about being a noob.
B) Don't always ask for people to give you code. Use your own head and figure it out like the rest of us did.
C) Learn the language, then actually start using it for a specific project.
At 11/12/10 05:02 AM, oShadow-Kun wrote: Okay, so i'm trying to create a demo website, and i have a user and pass input textboxes, and if you type in "Lolcaiks" as your user, anything for your pass, i want it to say "Welcome, Lolcaiks"
I wouldn't know what to search for, so i'm sorry if this has been answered before.
Can anyone help?
You can always save the inpus text as an string variable. The thing with strings is that you can take one string + another string (this cant be done with for example string + int).
trace("Welcome" + name);
Check out the coolest Donkey Kong Game on NG!
http://www.newgrounds.com/portal/vi ew/459064
100 posts @ Posted at: 9/15/08 07:36 AM http://www.newgrounds.com/bbs/topic /969232