[PHP-DB] passing parameters between forms

2001-04-02 Thread Sharmad Naik
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

[PHP-DB] passing parameters between forms

2001-04-02 Thread Sharmad Naik
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

Re: [PHP-DB] passing parameters between forms

2001-04-05 Thread Theo de Jong
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");