Your solutions....
Monday, April 21, 2014
Create new role in wordpress
›
By default we have list of roles present in wordpress like administrator, editor, author etc. BY default we cannot add a new role to the cur...
Monday, February 3, 2014
Remove spaces between two string
›
In PHP we have so many functions which are related to strings. The below examples explains how to remove the spaces between string. 1. str_...
Saturday, November 20, 2010
Php hacking techniques part 1
›
Techniques for securing user input, then extended those techniques to applications where database input and output is required, looking at s...
Php hacking techniques part 2
›
Implementing the above functions, you are not limited simply to database connections. You could, for instance, connect to some other data st...
Tuesday, June 29, 2010
Cookies in PHP
›
The better and simple solution for sending the user input values from one page to another page is using COOKIES. We can send data easily fro...
›
Home
View web version