PHP Programming

I have been playing around with PHP programming the last couple of days. I was able to get a PHP/MySQL script working, although the whole exercise has been a learning experience. I created a “todo” list using PHP script that interacts with MySQL database.

It can use some more work, but for a novice programmer, its a good start. The script displays the todo list in a table. It allows the user to edit and delete entries, but there is however, no authentication to application. So, anyone can open and delete entries. I probably won’t work on the authentication for now.

I can always protect the directory or page using .htaccess authentication. It’s not bulletproof, but then again nothing is ever bulletproof. Here’s the temporary URL:

http://ulysses.homelinux.com/todo

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Leave a Reply