Re: [PHP] please help, simple problem (i think)

2003-06-07 Thread Ryan A
Hi, Basically I am offering some packages and I want to say: These are the following packages with your account: package1 (-$row1-) package2 (-$row2-) package3 (-$row3-) package4 (-$row4-) package5 (-$row5-) how to do it? Thanks, -Ryan Maybe you should tell us what you really want to do?

RE: [PHP] please help, simple problem (i think)

2003-06-07 Thread Boaz Yahav
might take you tomorrow. -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2003 9:06 PM To: Boaz Yahav Cc: [EMAIL PROTECTED] Subject: Re: [PHP] please help, simple problem (i think) Hi, Basically I am offering some packages and I want to say

Re: [PHP] please help, simple problem (i think)

2003-06-07 Thread Ryan A
PROTECTED] Sent: Saturday, June 07, 2003 8:11 PM Subject: RE: [PHP] please help, simple problem (i think) I guess you mean something like : ? $result=mysql_query(Select PackageName FROM Packages ORDER BY PackageName) or die(mysql_error()); While($row = mysql_fetch_object($result)) { Echo$row

RE: [PHP] please help, simple problem (i think)

2003-06-07 Thread Boaz Yahav
] Subject: Re: [PHP] please help, simple problem (i think) Hi, I dont have packageName therejust id,type Plus i need to do this in 2 placesso if i could assign each counts result to a variable...it would be reay easy. Cheers, -Ryan - Original Message - From: Boaz Yahav [EMAIL

RE: [PHP] please help, simple problem (i think)

2003-06-07 Thread John W. Holmes
Feeling a little braindead, please help. You post here more than I do. The below program as you can see is extremly simple, it connects to the database and runs a select (COUNT) query, this query will return 5 rows...so far so good, everything is working but I have no idea how to assign