Jump to content

souravhainpagal

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

souravhainpagal's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want to do what you said exactly... I want the php to prepare the XML and save the file temporarily...(BUT NOT IN THE SERVER)...temporary storage would do
  2. i dont want there to be any change on the server side...i dont want to save anything on the server side the user enters certain form data and then the server side php prepares an XML... i want that xml to be sent to the client side and then another page will use that XML to display the data... can it be done ?
  3. @ ignace please clarify your answer which part of my problem does your answer solve ?
  4. okay sorry... i thought the query forms a part of both the forums so posted twice... i will remove one ASAP thank you
  5. I have written a php script that prepares an XML and saves it onto the server itself...but I need the php to send the XML on to the client side... Then I have a HTML file which will call a javascript function using the XML file as its parameter... It is working fine if the XML is in the server... BUT i dont know how to load an XML file from the client side itself...i.e. a local file... Two problems : 1. Make the XML using data from the server side (No issues)...then SEND the xml to the client side using PHP (issue) 2. Use that same xml file sent to the client side...to call a javascript function from within an HTML file An explanatory reply will be well appreciated !!!
  6. I have a data in a table of mySQL... PILDMORN-OK(ODAT)RDS-UP(STAT) now I have to select data from another table if it matches only a certain part of this data...PILDMORN-OK I need the reverse functionality of the LIKE.... well...to make the problem more clear...I DO NOT require all subsets to be selected... for ABCDE as the input....i require only A,B,C,D,E or AB,BC,CD,DE or ABC,BCD,CDE or ABCD,BCDE or ABCDE to be selected....and nothing else A reply would be much appreciated... Thanks
×
×
  • 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.