jamesmiddz Posted September 13, 2006 Share Posted September 13, 2006 Hi all,I have just release my PHP MySQL online generator. It's free to use for whatever purpose. I designed it for myself originally to cut down on the repetitive task of sending strings to and from a MySQL database via PHP scripting. Feel free to use it :P.http://www.turningturnip.co.uk/free_mysql_php_generator/All the best, James Link to comment https://forums.phpfreaks.com/topic/20622-php-mysql-online-generator/ Share on other sites More sharing options...
Daniel0 Posted September 14, 2006 Share Posted September 14, 2006 Instead of all those files in the end, just make it one file. Link to comment https://forums.phpfreaks.com/topic/20622-php-mysql-online-generator/#findComment-91592 Share on other sites More sharing options...
jamesmiddz Posted September 14, 2006 Author Share Posted September 14, 2006 That sounds like a great suggestion.I think it is useful to have seperate pages for certain builds, but I think that I might offer both. I'm sure that some people may be put off by all of the seperate pages.I could present the option somewhere during the process - all on one page or seperate pages.Thanks for this ;)James Link to comment https://forums.phpfreaks.com/topic/20622-php-mysql-online-generator/#findComment-91613 Share on other sites More sharing options...
redbullmarky Posted September 14, 2006 Share Posted September 14, 2006 it's a good idea to get people on the move quickly. however, some parts of it build a query with input directly from a user ($_GET, $_POST) with no processing/checking - leaving it wide wide open for a few nice SQL injections.but yeah with a bit of work, a bit of compacting, etc, i'm sure it'll help a few people on their way. Link to comment https://forums.phpfreaks.com/topic/20622-php-mysql-online-generator/#findComment-91629 Share on other sites More sharing options...
jamesmiddz Posted September 14, 2006 Author Share Posted September 14, 2006 Thanks for your thoughts.Could you give me an example of how the code should be to avoid these kind of injections...you've got me interested ;)James Link to comment https://forums.phpfreaks.com/topic/20622-php-mysql-online-generator/#findComment-91647 Share on other sites More sharing options...
.josh Posted September 14, 2006 Share Posted September 14, 2006 i'm sorry james, but the OP is considered an advertisement. You may not make posts or threads advertising your stuff. You may make a link in your siggy if you want. If you wish to talk about sql injection prevention techniques, you are more than welcome to start a new thread. thread closed. Link to comment https://forums.phpfreaks.com/topic/20622-php-mysql-online-generator/#findComment-91668 Share on other sites More sharing options...
Recommended Posts