Error

when i tried to load data from database to form,(smart rendering) a waring msg is coming.please help me…


data.php

<?php require("codebase/connector/grid_connector.php"); $res=mysql_connect("localhost","root",""); mysql_select_db("dhtmlx_tutorial"); $gridConn = new GridConnector($res); $gridConn->render_table("contacts","contact_id","fname,lname,email"); ?>


**warning MSG shown the whole code that i written in the data.php…
when i press OK button… no data is loaded

Please help me…

What waring msg is coming for you?