Ok this works great but they through something at me! When its your bday they want to open a webpage named:

http://servername/emaileditor/happybday.jsp?name=Josh%20Raymer

Inside of the ini file it will be hard coded to look like:

[bsdays]
2005/03/29=joshraymer,Josh%20Raymer

How do I just pull the second part of that line out? I have researched arrays and the split function, but I haven't been able to get it to work correctly. I know the second part of the line will be a variable inside of the HTML page listed above. I just need to know how to browse through the file with several names listed. Thanks for your help guys!