How would I put the following Param named “Movie” value into a variable?
I want a variable called ‘Favorites’ to equal the value of ‘movie’? (the param name)
I have tried to word this before and just got my reputation subtracted, I don’t exactly know how to word it.
Any advice on how I can accomplish this?
(Took out the video url and other stuff since the value won’t be the same each time)
<param name="movie"
value="http://www.youtube.com/v/.........">
</param>
UPDATE
I want to extract the Value from the Parameter not the ‘Movie”
I want to extract the value of it not the whole code itself
Example:
$Favorites=movie.value
accursed this wouldn’t work but it just a simple example I would like to figure out how to accomplish
The most basic form would be:
$favorites = 'Movie'So: