Call-time pass-by-reference has been deprecated
Hello,
I am getting a following warning message when I try to execute bookcat.php
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in
<iframe src="bookcat_list.php<?=$language?>" width="400" height="170" frameborder="0">
<object type="text/html" data="bookcat_list.php<?=$language?>" style='width:400 height=170;'>
<embed src="bookcat_list.php<?=$language?>" width="400" height="170" />
</object>
</iframe>
</div>
This is the part of code where I think the prob is. What is wrong in this.
Thanks
Tushar
|