anuj

This user hasn't shared any biographical information


Posts by anuj

Delete row in mysql from php

I have been working on this a while and have tried just about way trying to delete a row from a database using a button. What I have is a list of websites and data about each on each row. Then next to the row is a Delete button. I just want it to delete [...]

Sending a SMS Message with ASP.NET

Often times it may be a requirement for your web application to send an SMS message. Such examples would be reminders, password resetting, and spam.
Q: Can I have some code to send an SMS message?
A: Unfortunately it isn’t as simple as just copying and pasting some code into your application and you can start blasting [...]