close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Sending a form variable to the same page for recordset lookup

Thread began 2/03/2017 8:14 am by rob75685 | Last modified 2/03/2017 12:41 pm by Ray Borduin | 472 views | 1 replies |

rob75685

Sending a form variable to the same page for recordset lookup

hi guys


So I have a form which when posted is Inserted into a MySQL database.
The redirect is the same page with a success message on it.
I want to be able to display the ID of the inserted record on that same page afterwards.

I've tried posting a session variable, then setting the recordset to retrieve a record based on the session, and I've also tried setting the recordset to retrieve a record based on the POST value... but I'm getting stuck

Can you point me in the right direction please ?

many thanks

Sign in to reply to this post

Ray BorduinWebAssist

You should be able to just display it directly from the session variable set during the insert. You may need to start the session on the top of the page to make sure it is accessible:

php:
<?php

@session_start();
?>
Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...