Category Archives: Tutorials

Programming, Graphic Design, Web Design, Search Engine Optimization and Online Marketing tutorials.

How to strip all html tags except some

If you are building an application where you allow your users to input content through and HTML editor, often they will simply copy and paste from Word or other applications that might add some weird tags which might endup breaking … Continue reading

Posted in Tutorials | Leave a comment

Page redirection using PHP

A very easy way to redirect users to another page is by using the following code: That’s it, as you can see this is pretty simple. Just make sure that this code is added to the top of your page … Continue reading

Posted in Tutorials | Leave a comment

How to send email with PHP

Many web applications often require the ability send automatically send out notifications through email to members or site owners. Continue reading

Posted in Tutorials | Leave a comment