[PHP] is_reference?

2001-12-18 Thread GaM3R
ok, the idea is this foreach ( $_user_details as $key=$value ) { $return_array[$key] = $_user_details[$key]; } im doing that and i want that when $return_array gets updated and isnt a reference anymore to be able to add it to the sql for an update, thats no

[PHP] amp; in url's

2001-11-10 Thread GaM3R
; The separator used in PHP generated URLs to separate arguments. ; Default is . ;arg_separator.output = amp; ; List of separator(s) used by PHP to parse input URLs into variables. ; Default is . ; NOTE: Every character in this directive is considered as separator! ;arg_separator.input = ;

[PHP] help

2001-08-24 Thread GaM3R
can anyone explain to me exactly what this would do differently? $data = fread($fp, filesize($file)); $data = fread($fp, filesize($file)); ... Cameron outworld.cx

[PHP] help!!!

2001-09-13 Thread GaM3R
Cannot load /usr/local/apache_adserv/libexec/libphp4.so into server: /usr/local/apache_adserv/libexec/libphp4.so: Undefined symbol mpz_add_ui . . . configure line of ./configure '--with-apxs=/usr/local/apache_adserv/bin/apxs' '--with-mysql=/usr/local' '--enable-versioning'