Search results

  1. R

    PHP to write content of XML?

    I have an XML file that passes a list of files to be processed by a Java applet. I'm interested in randomizing the list of files. My thinking was to just use PHP within the XML document to write the lines of text in random order, but this isn't working. Can one use PHP within an XML document...
  2. R

    How to _REQUEST two dimensional array in PHP?

    I have a two dimensional array (due[x][y]) that I'm posting to a web page. print_r verifies that it's being posted. However, $due=_REQUEST("due"); is not returning the array. _REQUEST is returning other, one dimensional arrays (list[x]), but not the two dimensional ones. Suggestions???
Back
Top