Click to See Complete Forum and Search --> : To-Do List


gyulabogar
05-29-2008, 03:32 PM
How can I build a very simple to-do list page featuring only "add" and "remove" functions?

dtm32236
05-29-2008, 05:12 PM
You're going to have to be a lot more specific...

You're also going to have to know a development language (PHP or ASP for example - JavaScript at the very least).

Although what you're requesting is pretty simple, it's not 2 lines of code that someone will just give you. Maybe they will though. Not me, this isn't really my field.

Declan1991
05-29-2008, 05:31 PM
If you only want to keep it on the page, you can use JavaScript. If you want any sort of longevity (that you can access the information after you reload the page) then you will need at the very least, a server-side language (PHP, ASP etc.) and possibly even a database such as MySQL.