Match code in link with code with one in file and extract li
Posted: Fri Oct 23, 2009 9:38 am
Good day you all,
I work on a email confirmation system, I'm stuck on the part of matching the code in the confirmation link with the one in the file so I can find which line to move from the pending file to the confirmed file.
the lines in the file looks like that :
name, email, code
name, email, code
and the link look like :
http://mysite.com/confirmed.php?code=123456
How can I look for the line in the file that match the code in the link
Thanks!
I work on a email confirmation system, I'm stuck on the part of matching the code in the confirmation link with the one in the file so I can find which line to move from the pending file to the confirmed file.
the lines in the file looks like that :
name, email, code
name, email, code
and the link look like :
http://mysite.com/confirmed.php?code=123456
How can I look for the line in the file that match the code in the link
Thanks!