Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

Monday, 10 November 2014

Basic PDO function in php

Mysql deprecated after every one use mysqli but its fully oops based concept so beginners something they feel difficult to understand the basic query in mysqli i strongly suggested to this post that kind of persons. here we already created some PDO functions for more flexible purpose. follow below code you should learn PDO basic function.

php data object

Thursday, 16 October 2014

Multiple way user login system like facebook

Facebook style multiple way user login system. this concept i explain about how user will login multiple way in website generally users want quick login website, if the login system its very flexible user will visit our page more time mshort period that is the reason facebook given multiple way login system.

facebook login

Tuesday, 23 September 2014

Str_replace function in php with demo

This str_replace function is used for replacing with other characters as in the existing string. that's why we are using this str_replace.

SYNTAX of STR_REPLACE
str_replace(find,replace,string,count)

this str_replace is used to block some unwanted contents from the main content, for that too we can use this str_replace function. 

Tuesday, 16 September 2014

Username availability checking in database using Ajax and mysql

Now a days everyone expecting unique username to avoid the username collaboration, for that we have solution, most of site are produce the unique username after we submit the all details, for that we have alternate solution by using AJAX ad PHP, let's see the detailed coding of it. 

username live availability

Wednesday, 10 September 2014

Days between dates Calculator in PHP

Days between dates Calculator in PHP. this concept current date based on number days calculation here get number days to add current date to convert date format.

php calcullator

Tuesday, 9 September 2014

Feedback / Contact form using php email concept

it is based on Email template, here we are going to create a feedback and contact form using php email concept,  user friendly php email template. when we are using sending email from the website, the mail should go to the admin of the website. i.e. the visitor feedback or contact details submission on the website to website admin enquiry.

Feedback form

Monday, 8 September 2014

Username auto generation using php

login username automatic generation. while  registration time user registering their username in the username column, that time the same user name already exist in the database, for that we are creating auto generation of  username like gmail and all. like that we are suggesting some username for users.

Sunday, 7 September 2014

phpmyadmin sql query builder

In order to access the data from a database at the front end, programmers are querying using SQL. Most of the programmers are following their own style of coding. There is a better way of doing it using phpmyadmin sql builder. They can use the inbuilt sql builder in phpMyadmin which can fetch the data from you localhost server.

php myadmin query builder

© All rights reserved @ 1next2.com