This is a completed project that can text and email using PHP, with no external libraries, not even jQuery!!
Inside the stable
folder, you will find 2 files, the texting.html
and the texting.php
. The texting.html
file is the one to go to first, which will then redirect to the texting.php
and will result in an endless loop. The stable
is more reliable than the demo
code. This is not really set up for production, but it is available online here:
https://hsmscreativitycenter.org/DaMahdi03/Ayman_Studios/Texting_Application/stable/texting.html.
Inside the demo
folder, you will also find 2 files, the demo.html
and the demo.php
. The files are set up in the same way as the previous 2 files. Except, the demo
files have a little more funtionality and are a bit more dynamic. You can switch between Email and Phone Number!! This is a bit more prepared for production, and it is available here:
https://hsmscreativitycenter.org/DaMahdi03/Ayman_Studios/Texting_Application/demo/demo.html
.
I will later add more functionality (Emojis, Voice Recognition, Speech Dictation, Viewing Replies), so stay tuned!!