Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.03 seconds.
Search: Posts Made By: guytrance
Forum: JavaScript frameworks 12-21-2012, 09:18 PM
Replies: 18
Views: 892
Posted By guytrance
Hey Guys. Thank you so much for your help on...

Hey Guys.

Thank you so much for your help on this! its truly appreciated.

hdewantara got it right.

i changed:

$song = $data->title;
Forum: JavaScript frameworks 12-21-2012, 05:12 PM
Replies: 18
Views: 892
Posted By guytrance
I would go for that yes. But the question...

I would go for that yes.

But the question is, how? hehe how do i go about fixing these issues..i have very limited understanding of XML parsing, so what should i look for if the data is auto...
Forum: JavaScript frameworks 12-21-2012, 12:31 PM
Replies: 18
Views: 892
Posted By guytrance
It seems your code is working! though your...

It seems your code is working! though your right...every time the xspf generates the amp sign (&) the php fails to read. i posted the start of the remote xspf file (i need admins approval for posts...
Forum: JavaScript frameworks 12-21-2012, 11:47 AM
Replies: 18
Views: 892
Posted By guytrance
Hey AndrewGSW Your talking about escaping...

Hey AndrewGSW

Your talking about escaping characters from the XML itself on the remote file?

Cause now it seems i'm getting
"error on line 2 at column 25: xmlParseEntityRef: no name"


When...
Forum: JavaScript frameworks 12-21-2012, 11:13 AM
Replies: 18
Views: 892
Posted By guytrance
Hey guys. Thanx for your help! I Tried...

Hey guys.

Thanx for your help!

I Tried all kinds of variations and your suggestions but nothing seems to pull the data off that php file :(

Here are some options i tried:

function...
Forum: JavaScript frameworks 12-19-2012, 07:22 PM
Replies: 18
Views: 892
Posted By guytrance
Hey buddy. Thanx for the reply. I Added...

Hey buddy.

Thanx for the reply.

I Added the data to the function as suggested. but the info still wont show up on the bar and i dont have any errors in the console.

Here is the link-> Player...
Forum: JavaScript frameworks 12-19-2012, 12:04 PM
Replies: 18
Views: 892
Posted By guytrance
Call php echo from jQuery

Hey Guys.

I have a jQuery player with a stats bar on top that draw echo information from a php file.

The php file receive info from a remote xspf file (xml).

The data is echoed good to a...
Forum: PHP 08-22-2012, 10:07 PM
Replies: 1
Views: 285
Posted By guytrance
Solved by changing this: $targetFile =...

Solved by changing this:


$targetFile = str_replace('//', '/', $uploadUrl) . $this->systemFilename;


To this:

$targetFile = str_replace('//', '/', $uploadUrl) . $this->fileName;
Forum: PHP 08-22-2012, 08:49 PM
Replies: 1
Views: 285
Posted By guytrance
PHP Uploader wont rename uploads

I have a PHP uploader on my Dedi server, the uploader works as it should, only after it uploads the files it dose not rename them from their temp names..

it comes out something like

...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 09:46 AM.