<br><div class="gmail_quote">hi everyone,<br>Well i have made some changes towards implementing the AJAX UI in form of a plug-in with slight change to the native code.<br><br>1. Created the folder ajaxUI in the root directory which will house all the files related to the AJAX UI. This folder will be helpful as this will house all the code for the ajax UI.<br>

<br>2. Added 2 new variables in the $cfg array in config.default.php. here is a snippet of the added code<br><br><font style="font-family: courier new,monospace;" size="2">/****************************************************************************************<br>

 * Ajax UI config variables<br> * <br> */<br> <br> /**<br> * Advanced Ajax UI feature can be disable by the Admin<br> *<br> * @global boolean cfg['advancedAjaxInterface']<br> */<br> <br>$cfg['advancedAjaxInterface']    = TRUE;   <br>

<br> /**<br>
 * Advanced Ajax UI feature can be disable by the Admin<br>
 *<br>
 * @global string cfg['pma_current_UI']<br> * @possible values   'advanced' 'standard' <br> * @default "standard"<br>
 */<br><br>$cfg['pma_current_UI'] = 'standard';<br><br><span style="font-family: arial,helvetica,sans-serif;">The Administrator can choose to enable or disable the ajax interface  using the config variable and in that case the option (mentioned in the next point) will not be displayed.  <br>

<br>3. Added the user option to select his current interface according to his need. (check the attached image).<br><br>4, Modified files like sql.php to get the desired html output suitable for  the Ajax interface if selected by the user (BY checking the value of  </span></font><font style="font-family: courier new,monospace;" size="2">$cfg['pma_current_UI']</font><font style="font-family: courier new,monospace;" size="2"><span style="font-family: arial,helvetica,sans-serif;"> ).<br>

<br>but I am struck in the <b>./libraries/common.inc.php </b>becoz this file converts the all the POST and GET variables in to $_REQUEST variables and loads the $cfg variables into $GLOBALS.<br><br>The thing is that I want to modify the value of one of $GLOBALS['cfg']</span></font><font style="font-family: arial,helvetica,sans-serif;" size="2">['pma_current_UI']</font><font style="font-family: courier new,monospace;" size="2"><span style="font-family: arial,helvetica,sans-serif;"> variable but could not do that as my $_POST variable is disappearing mysteriously ;) <br>

<br>Any idea where I am going wrong.<br><br><br style="font-family: arial,helvetica,sans-serif;"></span></font><font color="#888888"><br style="font-family: arial,helvetica,sans-serif;">-- <br>Rohit Kalhans<br>homepage: <a href="http://rohit-kalhans.co.cc" target="_blank">http://rohit-kalhans.co.cc</a><br>

BLOG: <a href="http://13lackburn.blogspot.com" target="_blank">http://13lackburn.blogspot.com</a><br>


</font></div><br><br clear="all"><br>-- <br>Rohit Kalhans<br>homepage: <a href="http://rohit-kalhans.co.cc">http://rohit-kalhans.co.cc</a><br>BLOG: <a href="http://13lackburn.blogspot.com">http://13lackburn.blogspot.com</a><br>