simple_fields_value from id not working
-
$pid returns the id 3231 … if i use it like this:
$field_value = simple_fields_value(‘pname1’, 3231); it works …but when im using the variable $pid its not working..why ??my code:
$field_value = simple_fields_value(‘pname1’, $pid);
print_r($field_value) ;
The topic ‘simple_fields_value from id not working’ is closed to new replies.