Probably simple php echo question
-
This is probably a stupid and simple question and I hate myself for not figuring this one out ??
I have the following template code for a movie player:<?php print insert_proplayer( array( "width" => "530", "height" => "213", "playlist" => "none"), "MOVIE-URL-HERE" ); ?>
I need to output the URL at the end, that is stored in a custom field. Tried echoing it, but does not seem to work. I’m getting some formatting errors, the custom field is pulled from the DB ok. Simply put, I don’t know how to type it in the player code ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Probably simple php echo question’ is closed to new replies.