tripper_pasta Posted August 23, 2004 Share Posted August 23, 2004 Hi guys There are 2 webpages, one is a form for entering data and insert it into the databse. the second page is used to display what i just inserted into the db. I'm using dreamweaver mx2004 and IIS, php, however, i have no idea about coding. I still unable to make the second page diaplay the data. I've heard some pp say that session variable must be included. I wonder that if anyone could give me a hand on this or is there any site that i can download the extension for making this happen. Quote Link to comment https://forums.phpfreaks.com/topic/1934-need-urgent-help/ Share on other sites More sharing options...
morpheus.100 Posted August 28, 2004 Share Posted August 28, 2004 On your second page use something like echo " You submitted the following info!<br /> ".$_POST['your-var']." and ".$_POST['another_var'].""; or $message = " You submitted the following info!<br /> ".$_POST['your-var']." and ".$_POST['another_var'].""; Quote Link to comment https://forums.phpfreaks.com/topic/1934-need-urgent-help/#findComment-6309 Share on other sites More sharing options...
mediaguy2004 Posted January 22, 2005 Share Posted January 22, 2005 Hi guys There are 2 webpages, one is a form for entering data and insert it into the databse. the second page is used to display what i just inserted into the db. I'm using dreamweaver mx2004 and IIS, php, however, i have no idea about coding. I still unable to make the second page diaplay the data. I've heard some pp say that session variable must be included. I wonder that if anyone could give me a hand on this or is there any site that i can download the extension for making this happen. 152474[/snapback] In dreamweaver there is a preform that you can use that will do that for you. You can go to--- Top of the page go to Insert Then ---Application objects-- Record Incertion form-- Fill out your ----Connections--- Your table an then you can Have it Go to a page with a link. >>AFTER INCERTIN GO TO <---- this will doi it automaticly but you may want to play around first with it to make sure its what you want it to do. Quote Link to comment https://forums.phpfreaks.com/topic/1934-need-urgent-help/#findComment-7024 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.