[PHP] Hi All

2003-07-23 Thread Shishir Kumar Mishra

Hi All,

I am reading one XML which has some german characters.  I am sending this data to PHP 
script but when try to echo ;it  prints some other character. 
eg. XML has für   but output  is coming like  für ; 

My script is like following:

?php

$loc = UTF-8;
putenv(LANG=$loc);
setlocale (LC_ALL, 'de_DE');
echo br.$producttext[2]; 
?  

in XML file : producttext  has value like für ;


regards..
Shishir Kumar Mishra
Agni Software (P) Ltd.
www.agnisoft.com


[PHP] VB script

2003-06-27 Thread Shishir Kumar Mishra
Hi All,
  Can I call function Defined PHP from VBScript?
  
regards.. 
Shishir Kumar Mishra




[PHP] Help needed

2003-06-18 Thread Shishir Kumar Mishra
Hi List,

Is it possible to read XML data and return as string to browser (as string)?  
I do have css file but I need to get data from database and create a XML string  (with 
the css file). This xml string has to be returned in browser(I.E.) rather than as XML 
file. 

regards.. 
Shishir Kumar Mishra