Re: My script that uses mysql.

2001-03-23 Thread Thalis A. Kalfigopoulos
On Fri, 23 Mar 2001, Johan Vikerskog (ECS) wrote: > I am not sure if i should post it here but please do help my if you can. > The script is as follows: > > > > > > > mysql_connect (localhost, username, password

RE: My script that uses mysql.

2001-03-23 Thread Jon Haworth
> I am not sure if i should post it here but please do help my if you can. Probably one of the PHP lists would be a better place ;-) Check out http://www.php.net/support.php for a full run-down. > The script is as follows: > I basically have two questions. > If i want to make a "mailto" funct

RE: My script that uses mysql.

2001-03-23 Thread Cal Evans
red it in the array named $row. Cal http://www.calevans.com -Original Message- From: Johan Vikerskog (ECS) [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 9:03 AM To: [EMAIL PROTECTED] Subject: My script that uses mysql. I am not sure if i should post it here but please do help m

My script that uses mysql.

2001-03-23 Thread Johan Vikerskog (ECS)
I am not sure if i should post it here but please do help my if you can. The script is as follows: "); } while($row = mysql_fetch_array($result)); } else {print "Sorry, no records were found!";} ?> I basical