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

Onselect Add input text field using javascript

This is one of the simple javascript and most important in forms, so here i'm going to help you how to make this kind of onselect input text field adding using javascript. this one is very helpful to you.

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. 

Thursday 18 September 2014

HTTP Response status codes complete details

Http response status codes, this is what while we are surfing in the internet, we can see some HTTP response codes, which means error pages comes in your web browser. the first digit of the status code is specifies the one of five classes of response statuses, http is totally recognizes five classes. this codes are maintained by INTERNET ASSIGNED NUMBER AUTHORITY (IANA). 

http response status code

Security for online webfolders using .htaccess

Today we are going to tell you about .htaccess file, this is very basic thing to hide folder file lists by using htaccess, when we are holding some file in our website that files are listed as file in web folder. So that is hack-able by visitor or hackers, so we have to make secure our web folder files. for that we are going to use htaccess.

htaccess for web folder security

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

© All rights reserved @ 1next2.com