hi guys,
I have some error message below:
[FONT="Courier New"]Warning: mssql_query() [function.mssql-query]: Query failed in F:\xampp\htdocs\xl\test1.php on line 289
Fatal error: Call to undefined function mssql_error() in F:\xampp\htdocs\xl\test1.php on line 289[/FONT]
which is generates from this code snippet:
if($_POST['jakarta_inner']=='a')
{
echo '<tr><td><font face="Century Gothic"; color="#000099"><strong>MSJ25,CP2</strong></font></td></tr>';
$rs = "SELECT DISTINCT * FROM table1 where (ne = 'MSJ25,CP2') AND ([day]>='$_POST[date1]' AND [day]<='$_POST[date2]' ) ORDER BY [day] ";
}
$result = mssql_query($rs) or die(mssql_error());
I really have no idea..
what should I change from that part to fix the problem??
need your kindly help, guys...
thank's before