tracy Posted December 1, 2006 Share Posted December 1, 2006 I have about 800 lines of code, which I do not think I should post here...I will try to describe...I desire to use php to display the contents of a mysql table with the option of editing or deleting a row of data based on a radio button type situation...in other words, click the box next to the line I want to edit/delete and be taken to a pre-populated table with same data presented for deletion or editing...I keep getting errors. Does anyone know of a place where I can type in the mysql table categories and have the code automatically generated so that I can check my code (free) against the auto-generated code? I don't feel I can get the error fixed in 800 more or less lines of code without posting all of it here, which I think would violate the forum rules...Thanks. Any help is appreciated. Link to comment https://forums.phpfreaks.com/topic/29103-php-mysql-issue-code-compiler-comparison-needed/ Share on other sites More sharing options...
projectshifter Posted December 1, 2006 Share Posted December 1, 2006 Every hear of PHPMyAdmin? Link to comment https://forums.phpfreaks.com/topic/29103-php-mysql-issue-code-compiler-comparison-needed/#findComment-133376 Share on other sites More sharing options...
tracy Posted December 1, 2006 Author Share Posted December 1, 2006 Sure, phpmyadmin will generate the code if I want to insert or query a selection...I am interested in what the code should look like with what I described above with the option for radio button selection and I can't get phpmyadmin to do that. If you know of a way, I'd consider trying it... Link to comment https://forums.phpfreaks.com/topic/29103-php-mysql-issue-code-compiler-comparison-needed/#findComment-133379 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.