with
you can pass variables right through a form .
Have to do things differently when working with security issues at hand
though.
This is the Displaying page
");
echo("$mem_id");
echo("$name");
Hi,
I have created a database with following structure
CREATE TABLE member(
mem_id INT,
name TEXT,
age INT);
the first page is as follows :
This is the first page
Hi,
I have created a database with following structure
CREATE TABLE member(
mem_id INT,
name TEXT,
age INT);
the first page is as follows :
This is the first page