Welcome Guest, Not a member yet? Register   Sign In
Escaping the trademark symbol with MySQL
#13

[eluser]TheFuzzy0ne[/eluser]
What I meant is that call time pass by reference has been deprecated now. If I run this script:
Code:
<?php

$str = 'string';

function reverse_string($str)
{
    $str = strrev($str);
}

reverse_string(&$str);

echo $str;

I get this error:
Code:
PHP Warning:  Call-time pass-by-reference has been deprecated; If you would like to pass it
by reference, modify the declaration of reverse_string().  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 C:\Users\Daz\- on line 10

I know that this has nothing to do with your problem, I just thought I'd point this out in case you were unaware of it.


Messages In This Thread
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 03:39 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:03 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:17 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:47 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:53 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 04:58 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:07 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:11 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:12 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:17 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 05:39 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-04-2009, 06:00 PM
Escaping the trademark symbol with MySQL - by El Forum - 03-05-2009, 03:37 AM
Escaping the trademark symbol with MySQL - by El Forum - 03-05-2009, 12:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB