No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
store the file after setting properties. It works. [CODE] Properties pri = new Properties();pri.setProperty("Here", "New"); pri.store(new FileOutputStream("temp.ini"), "Just a comment"); [/CODE] If you want add new properties, open output file stream in append mode. If you want to update existing keys, wrap proper logic around. Cheers, Sridhar [QUOTE=eranga262154;603247]Hi all. I …
Hi, I have one client applicaiton writtn html, java script and AJAX and a remote server where I have a php script. Browser and remote server are deployed on two different machines. I want to execute php script uing ajax call with below code but it is loading php page …
The End.
sridharjakkula