Guest_imported
New member
- Jan 1, 1970
- 0
Hi, i skipt the basics when learning php and i've got something real basic todo but can't do it. The problem is i've got this line to collect the $songname
$songname = $record->songname;
Now I need to display that variable in this line:-
$pagetitle = "$songname";
where $songname is the value collected above, but it doesn't show anything. If someone could tell me what i'm doing wrong i'd be greatful. Thanx
$songname = $record->songname;
Now I need to display that variable in this line:-
$pagetitle = "$songname";
where $songname is the value collected above, but it doesn't show anything. If someone could tell me what i'm doing wrong i'd be greatful. Thanx