f.ismayil Posted April 25, 2011 Share Posted April 25, 2011 Hi all, I would like to know which database components are available in PHP? I need a component that will view MySQL table and will give user ability to change data using this component. Which components are recommended? I need this component to support unicode. Cause it will view database that has norwegian letters inside. Thanks for help in advance. Quote Link to comment Share on other sites More sharing options...
fugix Posted April 25, 2011 Share Posted April 25, 2011 i know of mysqladmin and phpmyadmin...both of which you users would need to have login info..hopefully someone else knows something else for this Quote Link to comment Share on other sites More sharing options...
f.ismayil Posted April 25, 2011 Author Share Posted April 25, 2011 fugix will it give me ability to change database online? I searched a bit in internet and found some components. Most of them are not free. I found one (PHP DataGrid) it was free but when I tried to download it it required registration.So I decided first to ask first. May be it is not so good component. I need freeware component that will support unicode also. Any suggestions? Quote Link to comment Share on other sites More sharing options...
f.ismayil Posted April 26, 2011 Author Share Posted April 26, 2011 fugix from where may I download these components? Are they free and support unicode? Quote Link to comment Share on other sites More sharing options...
fugix Posted April 27, 2011 Share Posted April 27, 2011 you can google for phpmyadmin...and as for mysql admin...if you have linux then you can find it in the synaptic package manager Quote Link to comment Share on other sites More sharing options...
f.ismayil Posted April 27, 2011 Author Share Posted April 27, 2011 fugix I installed phpMyAdmin, but as I understood it is not what I want. I need component thay I will put into my website. And user who owns website will be able to add some values into database. Something like picture in attachement. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
f.ismayil Posted April 28, 2011 Author Share Posted April 28, 2011 Sorry I have posted wrong picture. Here is the correct one. Actually I am not going to edit data myself. I am going to make same page and let owner of website to edit table sometimes. Generanlly he will only remove some records and add some. I do not want to give him ability to delete fields. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
JonnoTheDev Posted April 28, 2011 Share Posted April 28, 2011 You should write the components yourself. This is basic PHP & MySQL stuff that you are referring to. Here are the MySQL functions in PHP. http://uk.php.net/manual/en/book.mysql.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.