Showing posts with label mysql. Show all posts
Showing posts with label mysql. Show all posts

Complete login and sign up app on php


Complete login and sign up app on php

A complete Login and Sign up syastem project has given below.........
php login system

Connect with mysql database

Connect with mysql database

This is a tutorial to connect with mysql database using php.Follow the steps below to do this.I used wamp here as local server.

Start with wamp server

Start with wamp server

Wamp is a software including localhost server as like as xampp.But i think wamp is free good and simply best.This is a tutorial to start work with wamp.
Wamp server

1.Download Wamp software from here .

Working with xampp


Working  with xampp

Xampp is a software which contain apache local server mysql database,filezilla and lot's more. Today i am going to show you, how to work with xampp.Lets start.....
xampp

How to insert php values into textarea

It is very easy to insert php values into textarea
here is Complete code & work fine


<textarea name="details" rows="15" cols="80" style="width: 80%">

<?php echo "$details" ?>

 </textarea>

Read More