I have a PHP script which accepts an argument and adds record in the mySQL database if its not available and if its already available it gives a message 'Record already found'.
How can i read this message from vb.net and do appropriate action such as
if data_is_in_db then msgbos("your record already found in the database")
if data_is_not_in_db then msgbox("your record has been added in the database")
Please help me for this, as i am a newbie.
Thanks