Search found 7 matches
- Thu Jul 01, 2004 9:02 am
- Forum: PHP - Code
- Topic: [SOLVED] Problem with array_keys
- Replies: 4
- Views: 558
- Sat Jun 26, 2004 4:43 am
- Forum: PHP - Code
- Topic: [SOLVED] Problem with array_keys
- Replies: 4
- Views: 558
Problem with list
Sorry, the problem is becuase I had used a list to hold values which does not allow duplicate values. How can I enter duplicate values to list?
- Sat Jun 26, 2004 4:17 am
- Forum: PHP - Code
- Topic: [SOLVED] Problem with array_keys
- Replies: 4
- Views: 558
Problem with array_keys
Hi, I am parsing an xml file. I have stored the attributes of the XML file in an array. I am using array_keys to return key values from the array. This function returns only unique values. I have several repeatations of a key in the array, but array_keys fetches only unique values. Is there some oth...
- Tue Jun 22, 2004 9:06 am
- Forum: PHP - Code
- Topic: XML Parsing
- Replies: 0
- Views: 224
XML Parsing
Hi, I need to parse an xml file and get the element values. I am using this code. I am getting all the elements and their values. However, I am not able to get an attribute - UserID. Please help me with this code to fetch the UserID attribute. <?php $file = "samp1.xml"; $depth = array(); $...
- Wed Jun 16, 2004 8:12 am
- Forum: Javascript
- Topic: Javascript in Audio Streaming.
- Replies: 1
- Views: 401
Javascript in Audio Streaming.
Hi, I have created a forum where I am playing Live Windows Media File. I have made custom controls on the form for Play, Pause, Volume Level etc. In javascript, I am using document.liveradio.SetVolume(20), but I get the runtime error "Object doesn't support this property or method". Is Set...
- Mon Apr 12, 2004 3:56 am
- Forum: PHP - Code
- Topic: MP3 Upload & Download
- Replies: 3
- Views: 326
- Sat Apr 10, 2004 4:48 am
- Forum: PHP - Code
- Topic: MP3 Upload & Download
- Replies: 3
- Views: 326
MP3 Upload & Download
Hi, I am writing code to upload and download MP3 files of size around 75 MB. I would like to do this using http. I am using this code for download this. header("Cache-control: private"); header("Content-Type: application/mp3"); header('Content-Disposition: attachment; filename='....