I need a guideline on integrating my own code without security risk .
I develop my self a piece of code in order to send mail when a desired product is on sale . JQuery inserted on tpl_product_info that is calling php files places on includes ( same place where configure.php is placed , because I need to have access on database ) . The problem is .htaccess file that is blocking access to *.php .
Please provide a solution on placing the php files called by my custom jquery .
thx


Reply With Quote

