Re: [PHP] PHP MyAdmin Error---weird

2001-08-03 Thread CW Huang
> > > Hello everyone, > > Need some help. I installed phpMyAdmin on this new server and cannot > get it to work. I've installed this tool many times, so i'm pretty > comfortable with the installation process. However, I've never ran into > the errors I am getting today. > > The server is

[PHP] Reading with C 'struct' data

2001-08-03 Thread CW Huang
I have a file written by C whit a c-style struct like this: struct BACACHE { char author[300][100]; int top; time_t uptime; time_t touchtime; int busystate; }; is there any way to get these data into PHP with certain variable type ? I've tried to use " unpack() " function, but I foun

[PHP] referencing a constant inside an object

2001-05-12 Thread cw
I'm trying to reference $PHP_SELF and $REMOTE_USER inside a class: var $page; var $user; $this->page=$PHP_SELF; $this->user=$REMOTE_USER; I'm using php4. What am I missing here? TIA, clif -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addition