Re: Help with PHP an mySQL

2000-11-02 Thread Jeremy Gaddis
> > I was told that I have to load a module to use mySQL in php. > > But I have been unable to find a module to load. Could some explain > > this to me (how to get mySQL working in php) > > apt-get install php4-mysql > echo "extension=mysql.so" > /etc/php4/apache/php.ini You'll probably want to

resource limits

2000-11-02 Thread Jeremy C. Reed
What is an easy way to find out how much of certain resources I am using? In particular, how can I easily find out the following in use by the shell and the processes started by it? - the total size of all process's data segments - total resident memory size - the number of file descriptors I ha

Re: Help with PHP an mySQL

2000-11-02 Thread Tamas TEVESZ
On Fri, 3 Nov 2000, Torsten Krueger wrote: > echo "extension=mysql.so" > /etc/php4/apache/php.ini ~~~ he will curse your name for the time being -- [-] ``And there are plenty of other innovative pieces of software such as Napster and ICQ.'' -- comment on ``Systems

Re: Help with PHP an mySQL

2000-11-02 Thread Torsten Krueger
Hello, On Thu, 2 Nov 2000 [EMAIL PROTECTED] wrote: > > Hello, > > Recently I needed help with mysql and php4. When i wrote a script > that tried to connect to mySQL i got: > > mySQL_connect : unknown function > > I was told that I have to load a module to use mySQL in php. > But I have been

Help with PHP an mySQL

2000-11-02 Thread webconcept
Hello, Recently I needed help with mysql and php4. When i wrote a script that tried to connect to mySQL i got: mySQL_connect : unknown function I was told that I have to load a module to use mySQL in php. But I have been unable to find a module to load. Could some explain this to me (how to ge