[PHP] something about the documentation

2001-08-13 Thread Yamin Prabudy
Hi there there is something missing in the documentation. in this case is about mysql here is the source that i paste from the website -- $link = mysql_connect(mysql_host, mysql_login, mysql_password) or die (Could not connect); print (Connected

Re: [PHP] something about the documentation

2001-08-13 Thread Rasmus Lerdorf
The $link argument is optional. If you don't specify one it will just use the last one created. -Rasmus On Mon, 13 Aug 2001, Yamin Prabudy wrote: Hi there there is something missing in the documentation. in this case is about mysql here is the source that i paste from the website