Ok here is my ini:

[bsdays]
2/12/2005=joshraymer

Here is my code:

$todays=ReadProfileString(@scriptdir+"\specialday.ini","bsdays",@date)
If InStr($todays,@userid+",")
"hello babe"
EndIf

Nothing happens