Sir, how about the opposite way. From cell to website. e.g. if the user send message, then in the website, there is a part where all the messages can be view. Any idea how to do this?
In the form action, you write the e-mail address where the info will go..
<form name='sample' method='post' action='yourmail@yahoo.com'>
Hope it works...
Personally, I did that and I learned many things about website development. The point is that you must learn new things by yourself. Everyone can be a developer, it's just a matter of your...
I suggest you use Dreamweaver rather than FrontPage if you have to embed PHP. It is better than FP (Based on my EXP) . For Web Server, you use WAMP, LAMP, or XAMMP.