When I echo out the $data['username'] it displays the corresponding usernames. But when I have it print in the table it doesn’t show, but the other variables do.
Everything after the "under construction" is the var $data['username']. But in the first column it doesn’t display the usernames.
This is my database fields:
Thanks for the help, I am lost as to why this is happening.
[56K WARN] Odd Cant print a variable
Moderator: General Moderators
-
anthony88guy
- Forum Contributor
- Posts: 246
- Joined: Thu Jan 20, 2005 8:22 pm
[56K WARN] Odd Cant print a variable
Last edited by anthony88guy on Thu May 12, 2005 5:44 pm, edited 1 time in total.
-
rochakchauhan
- Forum Newbie
- Posts: 5
- Joined: Tue Apr 26, 2005 4:32 am
This is why...
Hey buddy .... get ready to laugh.... I mean ... no offence...
check LINE 19 of your code....
and
REPLACE:
$farmuser = $date['username'];
WITH:
$farmuser = $data['username'];
Happy Programming
check LINE 19 of your code....
and
REPLACE:
$farmuser = $date['username'];
WITH:
$farmuser = $data['username'];
Happy Programming
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact: