Old 4th November 2006, 16:28   #1
Vortrack
Junior Member
 
Join Date: Oct 2006
Location: Malaysia
Posts: 4
[HELP] How to view php file in html?

I got this code somewhere (forgoten).
I save this PHP code as current.php

PHP Code:
<? 
$open 
fsockopen("vortrackzone.servemp3.com","8000"); 
if (
$open) { 
fputs($open,"GET /7.html HTTP/1.1\nUser-Agent:Mozilla\n\n"); 
$read fread($open,1000); 
$text explode(",",$read); 
$text $text[6]; 
} else { 
$text="Connection Refused!"; } 
?>
<?
echo $text;?>
This script will show the current artist and title.

I would like to ask a question;

How to view this PHP file inside a website? Hope you all understand what am I saying . Really need your help.

Last edited by Vortrack; 4th November 2006 at 16:45.
Vortrack is offline   Reply With Quote
Old 4th November 2006, 17:03   #2
networknova
Senior Member
 
Join Date: Mar 2005
Location: ontario
Posts: 402
Send a message via Yahoo to networknova
well, 1st of all html doesnt display "php". php is a server side script language used to display and/or process web content. HTML is a client side script language used to display content.
www.php.net would be a good place to start.
networknova is offline   Reply With Quote
Old 4th November 2006, 17:27   #3
Vortrack
Junior Member
 
Join Date: Oct 2006
Location: Malaysia
Posts: 4
So how do i use this php script to view on my website?
Vortrack is offline   Reply With Quote
Old 5th November 2006, 06:35   #4
Vortrack
Junior Member
 
Join Date: Oct 2006
Location: Malaysia
Posts: 4
Can i use script language="javascript" all these script to view the artist and title?
Vortrack is offline   Reply With Quote
Old 5th November 2006, 06:38   #5
Sawg
Forum King
 
Join Date: Jun 2000
Location: Phoenix, AZ
Posts: 7,456
Send a message via ICQ to Sawg Send a message via AIM to Sawg Send a message via Yahoo to Sawg
No, PHP is not JavaScript.

| Brought to you by ^V ^C | The one... the original... no seriously!
Sawg is offline   Reply With Quote
Old 5th November 2006, 07:50   #6
Vortrack
Junior Member
 
Join Date: Oct 2006
Location: Malaysia
Posts: 4
Can anyone help me?
Vortrack is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump