Simple Dynamic List*

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
User avatar
naimenim
Forum Newbie
Posts: 2
Joined: Sun Oct 02, 2011 12:19 pm

Simple Dynamic List*

Post by naimenim »

Hi there, I'm a movie freak and I'm planning of building a simple dynamic movie list. There are some movie lister software available on internet, but I want it lighter and customized. Here is the idea:

Image

It looks like yahoo mail inbox...I want to create this script based on php and sql. I think this is the right place where can I get some help. Thanks in advance.

NaimeniM
User avatar
egg82
Forum Contributor
Posts: 156
Joined: Sat Oct 01, 2011 9:29 pm
Location: Colorado, USA

Re: Simple Dynamic List*

Post by egg82 »

If you're going for custom, I would say just do it yourself. Things you need to know for that project:

HTML forms including GET and POST
HTML tables
PHP variables including $_SESSION and maybe $_COOKIE
PHP mysql_query() and mysql_fetch_array() and possibly mysql_error()
User avatar
naimenim
Forum Newbie
Posts: 2
Joined: Sun Oct 02, 2011 12:19 pm

Re: Simple Dynamic List*

Post by naimenim »

ah...It's easy to understand but hard for me to do. I know php very less...just a primary. I needed a code of simple list where I would be able to differentiate the titles into two or three types. That's it.

It's not that much typical...I'm looking for a php guru who thinks it really simple and who is helpful enough.

Best regards
Post Reply