RE: [PHP] Echoing a value

2004-07-12 Thread Pablo Gosse
Ed Curtis wrote: I'm having some trouble echoing a value to a file that is being pulled from a MySQL database. I've included my code below I'm sure it's something really simple but I'm not seeing it. $row['users.name'] and $row['users.company'] echo nothing while $row['cnt'] echoes it's

Re: [PHP] Echoing a value

2004-07-12 Thread Jason Wong
On Monday 12 July 2004 22:58, Ed Curtis wrote: I'm having some trouble echoing a value to a file that is being pulled from a MySQL database. I've included my code below I'm sure it's something really simple but I'm not seeing it. $row['users.name'] and $row['users.company'] echo nothing while