Showing posts with the label PHPShow all

PEAR install in WAMP server

Then find the php version you are using in wamp server. First find the pla…

Read more

Ajax/PHP Live Search - search database result

This is a search which is used to search database records against word entered in the se…

Read more

Get User Details from Twitter Using Username

Read more

Codeigniter video upload

Requirements 1.Create folder called "video" in the root folder 2.sometimes mi…

Read more

Codeigniter Image Preview

This code can be used to preview the image when we are uploading the image. NOTE : There …

Read more

Codeigniter - Image Upload and display Image in the same page

When the image gets uploaded ,it will load in the same page.The page will not get refresh…

Read more

Codeigniter pagination - selected page not diplaying correctly

when it is more than 3 uri segments passed in the url, selected page of pagination will n…

Read more

Codeigniter Captcha

Earlier it was a plugin for captcha in Codigniter. Now its very with new version to embed…

Read more

Login Remeber me Function

index.html <html> <head> <title>Remember Me</title> <script ty…

Read more

csv line ending detection

When a CSV file is created on Mac, the line endings will not be identified by Apache when…

Read more

Populate combo using xml file

File Structure --combo.xml --index.php combo.xml <?xml version="1.0" encodin…

Read more

send php mail using gmail smtp server

send php mail using gmail smtp server We just have to have a gmail account to send email …

Read more

Dynamic File Upload and Duplicate File Check

Dynamic File Upload and Duplicate File Check Click here to view Demo File uploads can be …

Read more

Dynamically populate table based on selected combo box value

Display data which are related to selected combo box value.Data will be changed when the …

Read more

Update database when selecting/deselecting check box (without refreshing page)

When the check box is selected,the database will be updated.The field value of "chec…

Read more

Image Gallery with Image Upload (Auto create Image Gallery)

I have modified the previous code for uploading images and creating the gallery automatic…

Read more

Simple HTML CSS Image Gallery

Here I have used html and CSS to create this image gallery. You can view Demo here Demo …

Read more

Form Fields Validate using javascript without Refreshing Page

we can use javascript to validate form fields before submitting. This method will not ref…

Read more

Add Margins in XHTML

In XHTML it is not recommended to add topmargin,leftmargin in the following way. </cod…

Read more

File Upload and Download

Click Here to view DEMO This code can be used upload files to an available folder called…

Read more