Tag Archives: PHP

FrontlineSMS – Saving to a database

For our Major Studio Red Cross project, I continued with setting up the FrontlineSMS system, and we are now successfully saving the received messages to our database using HTTP commands calling to a PHP file on our server. I put together a quick tutorial on how to set-up FrontlineSMS to save the information you receive [...]

Posted in 2010 Spring, MSC2010 | Also tagged , , , 4 Comments

HTML and PHP – Filling out forms

I created my first PHP page which queries data from a table in my database, and I also created variables from the table data to add within the paragraph at the beginning of the page (view the source to see what I did).  I also created a form at the bottom of the page which [...]

Posted in 2009 Fall, CC Lab | Leave a comment