Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 9th, 2007, 09:32 AM
Authorized User
 
Join Date: Aug 2006
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to tusharkale
Default 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






Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot reference text box added at run time adman Beginning VB 6 5 September 19th, 2007 02:24 AM
Unable to pass Query to report at run time jdaulagar VB Databases Basics 0 November 14th, 2006 08:07 PM
User date and time select and pass to query newbe Access 2 December 16th, 2005 08:59 AM
Using a Pass-Through Query to call an Oracle SP Richelou Access VBA 1 September 17th, 2004 04:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.