Jump to content

Create ordered table using javascript results.


drentwo

Recommended Posts

I'm a bit new to this forum, but I need help with a php script that I need as soon as I can get it.

 

We wrote some code that returns results like

document.write(

1 #A

1 #B

7 #Hi

1 #D

5 #Croom

1 #C

2 #Bordom

);

I need a php script to go to http://myurl.com:8000/blah.js?identify=id1, get those results, and create a table that orders like so.

#Hi 7

#Croom 5

#Bordom 2

#A 1

#B 1

#C 1

#D 1

but in a neat table.

 

Any help would be appreciated.

 

Thanks

        -Drentwo

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.