[PHP-DB] PHP, MySQL and WML!

2001-01-25 Thread Kevin Connolly
ml In the the following line: printf("First Name: %s\nbr/", mysql_result($result,0,"first")); the 0 is the row we want to view. Since I created an empty database this value is initially 0. If i run register2.php a second time I have to increment this 0 to 1 before running r

Re: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread Kevin Connolly
[EMAIL PROTECTED] Cc: "'Kevin Connolly'" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 06, 2001 8:03 PM Subject: Re: [PHP-DB] php and mysql file insertion! Couldn't you also just store the image on the server, then put the path to the image (http://www.mysite.com/images/thatimg.jp

[PHP-DB] Help! Want to unsubscribe!

2001-03-09 Thread Kevin Connolly
Hi, I am trying to unsubscribe from this mailing list (I keep going over my allotted space on the mail server!) but can't seem to do it! I have gone to the remove link on the phpbuilder web page (twice) but still the mails arrive! Anybody know how to unsubscribe? Thanks to everyone who has

[PHP-DB] Multiple rows for one column in a MySQL table?

2001-03-27 Thread Kevin Connolly
Hi, Is it possible to have multiple rows for one column of a MySQL databes? and if so how would I insert another row into the column in question? eg: idNamePhone Number 1Kev 123123 2John 234234 345345 3 Paul