Page 1 of 1

Code something with arrays

Posted: Wed Jun 17, 2009 2:19 pm
by simonh
Hi!

Im new in php, But i have made an easy guestbook with text files

Does anyone here have some tips what i can make with arrays and maybe forms.

Thanks in advance

Btw im not so good at english so if something sounds a little bit weird then you know why now

Re: Code something with arrays

Posted: Wed Jun 17, 2009 4:05 pm
by akuji36
Hello here's link with arrays and forms--look under old videos

http://www.phpvideotutorials.com/free

Rod :D

Re: Code something with arrays

Posted: Wed Jun 17, 2009 4:40 pm
by simonh
Thank you! I think im gonna watch all tuts there they seems to be good.

So do you have any idea what i can do with a html form and array?

Re: Code something with arrays

Posted: Sat Jun 20, 2009 5:32 am
by terier
Don't forget "strip_tags" and XSS security checks :)

Bye