Ok, I got it working
here's what I got:
<?
// Broadband stream
// Opens http://ss3.myshoutcastserver.com:8142/7.html
// $text[#] is an array containing: 1,1,14,50,1,128,Sepultura -...
Type: Posts; User: GothyStitch; Keyword(s):
Ok, I got it working
here's what I got:
<?
// Broadband stream
// Opens http://ss3.myshoutcastserver.com:8142/7.html
// $text[#] is an array containing: 1,1,14,50,1,128,Sepultura -...
<?
// Broadband stream
// Opens http://ss3.myshoutcastserver.com:8142/7.html
// $text[#] is an array containing: 1,1,14,50,1,128,Sepultura - Amen
// $text[0] = 1 = number of listeners...
here's the full script I have at the moment with comments.
<?
// Broadband stream
// Opens http://ss3.myshoutcastserver.com:8142/7.html
// $text[#] is an array containing:...
I'm attempting to add together two values of two different arrays.
the arrays are handled as strings.
$dlist = $text2[0];
$blist = $text[0];
$text2[0] holds the value of 13 but is...
Ah, ok... that's where I was going wrong... I forgot about explode!
Any way to work around the file size?
I have three text files that I need to pull information from to populate three separate tables within the same database. Each text file is for a separate table.
Database: angelsfu_tribalwars...
As long as you don't have ****, I would suggest using http://www.mysitespace.com
They are cheap, they have excellent support, great packages, and I haven't had a problem yet with uploading large...
Oh, heh! I wasn't aware that I could have more than one CSS reference. Thanks ddadmin!
As for compatability issues, in FF/Opera things look fine, but in IE7 spacing is off, there's a gap in...
I tried that, and that gap still appears! Thank you for the attempt!
1) Script Title: DHTML Window Widget 1.03
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex8/dhtmlwindow/
3) Describe problem:
I'm hoping that this widget will allow me to work...
Ok, I'm at my wit's end with this, and I'm on a tight deadline here.
I've got a site, that when viewed in FireFox or Opera, that design-wise everything looks good, and all of the javascripts/DHTML...
Is there anyway to work around having to change that setting? Members of the website I'm redesigning will not know how to do that, and most of them will be using IE7.
Everything I've written works...