First code in PHP

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
markjl
Forum Newbie
Posts: 2
Joined: Wed Oct 29, 2008 9:09 am

First code in PHP

Post by markjl »

Just thought I'd announce how happy I am to have acheived my first code in PHP. Its a basic CRUD to a small MYSQL base id, Name, url, category for say a URL list. The only reason I mention it was that I found it hard to gather all the info to do it (snippets from here there and everywhere)

Its got basic (very basic) screens for add record, display records, update records and delete records.

However I feel sure that there are a huge number of issues I need to get through like how can have a user login and apply priviledges like only some people can delete etc. and lots of stuff related to security what not to do etc.

see atched .rar
Attachments
annuaire.rar
(4.81 KiB) Downloaded 180 times
Post Reply