2)phpMySQLAdmin complains about calling the first mysql function. I googled the error and it seems to be due to the library not being loaded, but I think it also might be that it doesn't know where to look for the library. It is in an obscure path, not /usr/lib. I'm running mandrake 9.1. Thanks
Also, apache won't let my web server give a directory listing. It says forbidden unless I have an index.whatever file. I'm using the Apache advanced extranet server.
Also, maybe I'm remembering wrong but it seemed like _GET variables in php were automatically initialized before the start of the script as their variablenames, for example, I wouldn't have to manually set $pagenumber = $_GET["pagenumber"]; Is this in the php.ini file?
BTW, where should my php.ini file be. I did phpinfo and it says it looks for it in /etc or /etc/php so I put a copy of it in /etc. I suppose it depends on the php/apache installation, but I'd like to make sure it is reading the one I think it is so I can put extension=mysql.so so I can use mysql asap.
Thanks
Ammon
_______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
