PHP SIMPLE DATABASE APLICATION NEEDED FAST

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shinstar
Forum Newbie
Posts: 18
Joined: Fri May 21, 2010 2:33 pm

PHP SIMPLE DATABASE APLICATION NEEDED FAST

Post by shinstar »


HY every one,

i need a codeing for this simple case... in php files. send me solution files codes thank

you..


SIMPLE DATABASE APLICATION :

Your tsk is to make a simple yet clean and good looking Database Application using PHP.
On main page,a form is provided is th visitior where he can enter MySql Database settings.The

possible fileds are:

-->MySql Server
-->Database
-->MySqlUser
-->Password

Application then connects to the database using provided settings.In case of error while

making connection,it should properly show error message and prompt for correct Database

Settings again.
If connection is successful,display list of all tables in the database.Visitor ca view data

inside tables.

Table and Field names should esily visible.Paging should be used so that records inside

tables with large amount of data can be accessed easily.


-------------------------

Please upload the files or the code used in the files with file name. Thank you..
_64k
Forum Newbie
Posts: 16
Joined: Thu Nov 12, 2009 8:52 am

Re: PHP SIMPLE DATABASE APLICATION NEEDED FAST

Post by _64k »

I very much doubt you'll get a reply.
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: PHP SIMPLE DATABASE APLICATION NEEDED FAST

Post by AbraCadaver »

Do your own homework! How do you expect to learn?
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: PHP SIMPLE DATABASE APLICATION NEEDED FAST

Post by mikosiko »

shinstar wrote:
HY every one,

i need a codeing for this simple case... in php files. send me solution files codes thank
....
Please upload the files or the code used in the files with file name. Thank you..
I spend a couple of milliseconds developing this for you... you can access the code and files here
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: PHP SIMPLE DATABASE APLICATION NEEDED FAST

Post by califdon »

You've gotta be kidding! WE aren't going to get the course grade, YOU are. Unless the course is on "How to get other people to do your work for you", but you'd probably flunk that, too, because you don't even know how to do that.
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: PHP SIMPLE DATABASE APLICATION NEEDED FAST

Post by AbraCadaver »

If this is not homework, I estimate about 40 hours @ $60/hour. PM me and I can give you my PayPal address so that you can send 50% to start.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
lcarron000
Forum Newbie
Posts: 13
Joined: Thu May 20, 2010 2:51 pm

Re: PHP SIMPLE DATABASE APLICATION NEEDED FAST

Post by lcarron000 »

Post Reply