Posts Tagged ‘Tutorials’

Storing your session to database in php

Posted by yalamber on August 29th, 2008 under Tutorials, php Tags: , ,  •  1 Comment

I am developing a custom solutions for my projects. I was finding solution to secure my php applications. As security is top concerned when I develop my applications. I had to develop a solution for a shared hosting environment and found out that the session hijacking was a big problem while on shared [...]

Best tutorials site for web development

Posted by yalamber on June 9th, 2008 under Tutorials Tags: , , , ,  •  No Comments

Today I am going to post some of the best available tutorial sites for web development and designing.
1. www.tizag.com
I find this site very useful for starter. It has tutorials on html, css, javascript, php, asp, xml, mysql etc. I refer this site if you are beginner and want to get some fundamentals on any of [...]

Tcpdf a pdf generating php class

Posted by yalamber on May 9th, 2008 under Tutorials Tags: ,  •  13 Comments

I needed to generate a pdf dynamically from the website for one of my project. On my search for a good library i came across TCPDF . It is a Free Libre Open Source Software (FLOSS). You can see more about it here. What today i am going to write is to how quickly use [...]

Send sms to meromobile for free script

Posted by yalamber on November 18th, 2007 under Tutorials Tags:  •  11 Comments

YOu might have seen some websites offering sms to meromobile for free. Ever windered how they did it. Ever wanted to use it in your website but didn’t knew how to, here is a quick tutorial for you to get started. Before you start below are some reuirements to meet.
Requirements:
Server with php support and mail [...]