i am getting this error on my localhost…though the same code is running properly on remote server…but its imp to run it on local as i wnt to add some features…plss do help me…Its showing the error i mentioned in subjct line. I have included functions.php which contains all functions then too i m getting this error…
There is no function called execute_query in php. The mysql query function is mysql_query()
other form files are working properly by using execute_Query()
thats y m using this.
in mysql_query() function wht is the syntax to add values and actionflag then…then i’ll try that too
Hello,
I want to know what kind of database you are using? I know that function execute_Query() is an Oracle function that works with Oracle databases, but like RaythXC has stated, PHP’s answer to databases is MySQL and the mysql_query() function. Please re-verify what you are trying to do and add your code in your post as well. If we can see what you are trying to achieve, we may be able to assist you better or give you a more viable alternative.
Thanks.