[PHP] serialized arrays

2003-10-10 Thread Donaldson Sgt Michael J
$s_array1 = serialize($results); echo ""; What's the problem with this code? I am trying to pass an array to create graph but instead of the pic i get this in my browser. Probably do to bad HTML syntax. Can I urlencode in a get or does it have to be a hidden variable in a post?

[PHP] Install problems (GD) on Red Hat

2003-09-24 Thread Donaldson Sgt Michael J
I am trying to install php-5.0.0b1 on a Red Hat 9.0 box. I had recently had it installed with apache but did not have gd support. Now that I need it I can't get it reconfigured. ### ORIGINAL WORKED ### ./configure --with-apxs2=/usr/local/apache/bin/apxs \ --with-oci8=$ORACLE_HOME \ --with-apxs