dania Posted April 24, 2008 Share Posted April 24, 2008 I am looking for a php ready made code. I need to build GUIs for accessing and maintaining SQL data – but with as less php development as possible, since I am not really good in php.. I am looking for a feed GUI that resembles excel – with some table that I can update and submit, and also filter and search… I could use Microsoft access – since there I can build forms and buttons without any code development… but on the other hand I prefer php so that a can have a web client-server application. If there was some generic tool that creates forms of my taste it could help a lot – then I could just modify the code slightly only I have too. Can someone refer me to some tool that does that ? Also – I would like to ask – is there a developing tool for PHP – with graphical assistance (meaning that I could drag and drop buttons and stuff – like asp.net developers do ? ) thanks ! dani Link to comment https://forums.phpfreaks.com/topic/102712-help-needed-to-find-proper-php-generator-tool/ Share on other sites More sharing options...
DarkWater Posted April 24, 2008 Share Posted April 24, 2008 No, learn PHP and code it yourself. Not even kidding. PHPMyAdmin is a very good tool that does what you're asking for though, so look it up. But you should REALLY learn PHP if you plan to have a PHP application running. Link to comment https://forums.phpfreaks.com/topic/102712-help-needed-to-find-proper-php-generator-tool/#findComment-525953 Share on other sites More sharing options...
dania Posted April 24, 2008 Author Share Posted April 24, 2008 thanks - ofcourse eventually i want to know php. this is a starting point for me - in order to get into the subject i need to have something to start on - this will also encourage my superiors at work to decide on php for the technology of this coming project. because where i work currently noone knows php really... and they are not sure about going into this technology right now... Link to comment https://forums.phpfreaks.com/topic/102712-help-needed-to-find-proper-php-generator-tool/#findComment-525988 Share on other sites More sharing options...
jonsjava Posted April 24, 2008 Share Posted April 24, 2008 for handling mysql queries, get MySQL Query browser (It's free, and made by the creators of MySQL). Easy to use, too. Link to comment https://forums.phpfreaks.com/topic/102712-help-needed-to-find-proper-php-generator-tool/#findComment-525990 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.