Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for eranga262154

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 …

Member Avatar for riahc3
-1
2K
Member Avatar for sridharjakkula

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 …

Member Avatar for sridharjakkula
0
179

The End.