Category Archives: PHP

Facebook iFrame Reveal

In the past, if you wanted to create a custom Facebook page you could use FBML, which is a code very similar to HTML. One of my favorite features with FBML was the reveal. What the reveal achieved was displaying … Continue reading

Posted in Facebook, PHP, Social Media, Social Media Marketing | Tagged , , , , , , , , , | Leave a comment

Email form – simple PHP – PHP side part 2

Now that we have explained to you how to prepared the email to be sent, we have to tell the server what to do. Step 2. So lets start by saying IF the submit button was pressed, than do everything … Continue reading

Posted in PHP, Website Design | Tagged , , , , , | 1 Comment

Email form – simple PHP – PHP side part 1

Next is the PHP side – which is a little more complicated but still pretty easy to understand. We are going to break it up into 2 steps. Step one will be preparing the information gathered from the HTML form … Continue reading

Posted in PHP, Website Design | Tagged , , , , , | 2 Comments

Email form – simple PHP – HTML side

One of the main goals of your website design SHOULD be to make it as easy as possible for your customers to contact you. Sure you have your email address and phone number clearly displayed, perhaps your email is even … Continue reading

Posted in PHP, Website Design | Tagged , , , , , , , | Leave a comment