![]() |
Having trouble evaluating some PHP code...
Okay, lets say I have a database table row result called "$service", inside of this row, there is a column called "svcTitle".
Right now the contents of $service['svcTitle'] is "$arr['media:group']['media:title']['value']". This is an XML request, and it returns the title in a YouTube video... which is "This is the title" The code below will output the following result: Code:
$title = $service['svcTitle']; Quote:
But if I use this code instead, it will output the following instead: Code:
$title = $arr['media:group']['media:title']['value']; Quote:
I'm trying to use the following, but I am getting an error instead: Code:
$title = $service['svcTitle']; Quote:
What am I doing wrong? |
All times are GMT. The time now is 06:37 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|