Simple PHP/mySQL Form
I need a simple PHP page that lists the contents of a mySQL table into a on the page. From the page, I need the ability to: - add a new entry to the database (via form) - delete entry - edit entry Need it fast, doesn't have to be pretty. Only bells and whistles would be an Ajax refresh on update/add if possible. Example query for data to be manipulated: CREATE TABLE IF NOT EXISTS `example` ( `name` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `sdate` date NOT NULL, `edate` date NOT NULL, `inv` varchar(30) NOT NULL, `btype` varchar(10) NOT NULL, PRIMARY KEY (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `example` -- INSERT INTO `example` (`name`, `code`, `sdate`, `edate`, `inv`, `btype`) VALUES ('Mastercard', '123456', '2012-01-01', '2012-12-31', '10000', 'v'), ('Visa', '987654', '2012-01-01', '2012-12-31', '95000', 'v'), ('Test', '654321', '2012-01-01', '2012-12-31', '5505', 'v'); Additional Info (Added 2/7/2012 at 19:03 EST)... Update: I'm a web designer that knows just enough code to get myself in trouble. I've gotten close on a few attempts to get this working myself, and as such this was an attempt to see if I could "get it done for $10-30" by someone who writes this kind of simplistic functionality in their sleep. I understand coders/devs are in very high demand, but my budget is lower than the minimum "$200" stated. In other words, I will slave over it to get it working myself instead of play $50+. :) I'm definitely not saying that your time isn't worth that much, I'm just willing to give it another try myself before spending that much. Thanks for understanding. Keywords: MySQL, Simple, PHP, Ajax, Editing
| Expired |
More php projects
View AllMore mysql projects
View AllRelated projects
Search for freelance jobs
"I did not know what to expect at first. But my final impression once I used your site and service is a great one! Simply amazing!
I would recommend this service to any other freelance artists and co workers who are looking to expand their client base."
"The possibility to include all information about my freelance working places in just one website. It means, I don't need to tell my future employer to go to odesk, elance, etc. They can check everything about me in donanza website."




