Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Design Forum > HTML / CSS
User Name
Password

Reply
 
LinkBack Thread Tools Display Modes
Old 10-28-2008, 12:53 PM   #1 (permalink)
yourboyvic
Junior Member
 
Join Date: Oct 2008
Posts: 1
Default xml substitution into http meta refresh

I have an XML document

yourboyvic.com/albumart/now_playing.xml

in this XML doc there is an element

<time>

the objective

use this <time> element

in http meta refresh code

<meta http-equiv="refresh" content="30">

so that <time>+1 injected into content

so that instead of content="30"

content="whatever number is <time>+1 on yourboyvic.com/albumart/now_playing.xml"

in short, a code substitution

the end goal, instead of my page refreshing every thirty seconds,

my page refresh countdown will be equivalent to when the current song ends plus one second

so that the albumart showing is always the current song playing

preferably in php+html

kind of like this…

<?php>

$file = file_get_contents("albumart/now_playing.xml");

$time = "";

preg_match("/<time><!\[CDATA\[([^\]]+)\]\]><\/time>/sim", $file,
$time_matches);

if (isset($time_matches[1])) {
$title = $time_matches[1];
}

<html>

<meta http-equiv="refresh" content="" . $time . "">

</html>

?>

Last edited by yourboyvic; 10-28-2008 at 02:18 PM..
yourboyvic is offline   Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View:
Points Per Thread:
Points Per Reply:



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 07:18 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums