Album Title in text form Album Title in text form
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Album Title in text form

Started by freesouljah, April 18, 2009, 08:53:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

freesouljah

hola,

I have been trying to figure this out for hours...and with only minimal luck...hopefully someone can help me out with this...

I am trying to get just the album title for a specific album...just the title in plain text...

the closest I have come is by using 'noimage' in the subtitle options:

$options = array("subtitle" => "%R", "noimage" =>'');



$objCpm->cpm_getAlbumListFrom ("album=$albumID", 1,1, $options);


the problem with this is that it has <table> <tr><td> tags in it...what I need is just simple basic text...

any ideas?


thank you much!!!