var fDesc=new Array(); fDesc[0] = "MS SQL PHP Generator is a MS SQL Server GUI frontend that allows you to generate high-quality PHP scripts for the selected tables, views and queries for the further working with these objects through the web. MS SQL PHP Generator produces clear and easy to understand code that can be used as is or modified in any way you need.
Features:
- Data management: add, edit, delete and copy records
- Customization of the HTML appearance
- Filtering and sorting abilities
- Data protection with a lot of security settings
- Master-detail presentations
- Event-driven content management
- Data export to PDF, XML, CVS, Excel and Word"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }