phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker

Web Development with PHP and MySQL

Dynamic, database-driven small business web sites done right.    
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker

Try Firefox



See also
phpvs.com

 

phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit MySQL Table Editor and PHP Form Generator    Powered by PHP
Ondrej Jombik

phpMyEdit PHP Form Generator Demo

10 August 2010 - Beta phpMyEdit Form Generator is not yet available for purchase. If you have pre-purchase questions, please call Doug Hockinson at (720) 334-7850 or send email to doug@hockinson.com.

phpMyEdit is a MySQL Table Editor and PHP Form Generator. phpMyEdit is a great Open Source utility for PHP / MySQL™ database developers. phpMyEdit facilitates selecting a database table and generating a PHP script used to create forms to List, Add, Change, Copy, View, or Delete records.

If you've ever spent an entire day writing scripts to interact with just one MySQL™ table, you really need to get a copy of phpMyEdit. phpMyEdit is probably the fastest, most convenient way to generate forms to interact with a MySQL™ database. phpMyEdit based forms are highly configurable, and ideal for an administrative interface. With a bit of tweaking, to deny users the ability to add, change, or delete records, these forms are suitable for certain publicly available data tables.

To interact with forms created using phpMyEdit, select from the Demo links on the side of this page, or visit php-form-generator.com.

I assisted Ondrej Jombik with documentation for version 5.3 of phpMyEdit for phpMyEdit.org because this is a very worthwhile open source project. Although Ondrej lives, works, and studies in the Slovak Republic, he also works for Symmetry Software in Scottsdale, Arizona, where he visits each year. Symmetry Software specializes in payroll and payroll-related software applications for the internet and corporate intranets. At its core, Symmetry is a software development company with a high level of expertise in taxation and accounting applications with a focus towards payroll.

On October 31, 2005, Ondrej (pictured above, on the left) also flew to Denver, Colorado for a few days to visit with me. (Thanks, Ondrej!) I appreciated the opportunity to meet you after many years of e-mail messages. Ondrej and I also met with Colorado web designer Daniel Clawson, regarding the possible future development of web site applications.

phpMyEdit project links

phpMyEdit examples on hockinson.com More PHP / MySQL™ form processing examples

Great functions, Ondrej!

phpMyEdit is a really powerful application, and not terribly difficult to become familiar with. There are some terrific examples of PHP functions in the main script of this application, most notably function get_cgi_var() which will resolve GET and POST variables (or arrays) and can be extended (below) to use PHP's sprint() function to help typecast variables. The following code clip is a variation of Ondrej Jombik's function.

function get_cgi_var($name, $default_value = null) /* {{{ */
{
    static $magic_quotes_gpc = null;
    if ($magic_quotes_gpc === null) {
        $magic_quotes_gpc = get_magic_quotes_gpc();
    }
    $var = @$_GET[$name];
    if (! isset($var)) {
        $var = @$_POST[$name];
    }
    if (isset($var)) {
        if ($magic_quotes_gpc) {
            if (is_array($var)) {
                foreach (array_keys($var) as $key) {
                    $var[$key] = stripslashes($var[$key]);
                }
            } else {
                $var = stripslashes($var);
            }
        }
    } else {
        $var = @$default_value;
    }
    return $var;
} /* }}} */

In 2007, Ondrej again visited the US and worked at a major data center, building a server farm. Dunkin Donuts made the return trip to Slovakia.

phpMyEdit Support Forum

Please use the phpMyEdit Forum to share your tips for using phpMyEdit or to receive technical support. If you're using MySQL™ database and PHP, and you're NOT using phpMyEdit, you're wasting a great deal of time. And, if you're not using PHP / MySQL™ for your online databases, you're wasting even more time! (IMHO)

MySQL table editor, form builder, and PHP form code generator

Related Content

Website Developer near Denver, Colorado

Website Designer near Denver, Colorado

Web Developer Resume

denver colorado php programmer web developer resume

See also phpvs.com.

 

phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker
phpMyEdit, MySQL Table Editor / Form Maker

web hosting