HI Guys, i am try to display "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" using echo. but when i run this script, nothing is displaying on page. can any one help in displaying this echo message when i hit this php page. Regards, Venkat
as SoCkickit said ... check it in the source . Since your browser will interpret the code before displaying it , they will interpret the xml as tags and will place them as code .
try echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?" . ">"; Code (markup): I Get the same problem if I pair "?>" Regards,
HI guy, thanks a lot. its working. i am submitting a message recorded using vxml. so any one can help me in save the message in php.