Code something with arrays

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
simonh
Forum Newbie
Posts: 2
Joined: Wed Jun 17, 2009 2:15 pm

Code something with arrays

Post 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
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: Code something with arrays

Post by akuji36 »

Hello here's link with arrays and forms--look under old videos

http://www.phpvideotutorials.com/free

Rod :D
simonh
Forum Newbie
Posts: 2
Joined: Wed Jun 17, 2009 2:15 pm

Re: Code something with arrays

Post 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?
terier
Forum Newbie
Posts: 9
Joined: Sat Jun 20, 2009 4:58 am

Re: Code something with arrays

Post by terier »

Don't forget "strip_tags" and XSS security checks :)

Bye
Post Reply