close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Passing a Variable on Registration Page

Thread began 3/06/2009 10:44 am by kmlohr221718 | Last modified 3/06/2009 12:11 pm by kmlohr221718 | 3101 views | 4 replies |

kmlohr221718

Passing a Variable on Registration Page

I used the Wizard on SecurityAssist to build my new registration page. What I need to be able to do is pass the just created unique id to the next page. I have done it using ASP, but not with PHP. Can someone tell me how to do this?

Sign in to reply to this post

Ray BorduinWebAssist

Do you have DataAssist? Use DataAssist to do the insert and the newly inserted ID is automatically stored in the session for you.

In php you can access the newly inserted id on the page after it is inserted as: mysql_insert_id()

Sign in to reply to this post
Did this help? Tips are appreciated...

kmlohr221718

Too late for DataAssist

Unfortunately, I have already built the pages around Security Assist and would hate to redo them. Where do I put the mysql_insert_id()? I am pretty new at PHP, so I need a just a little more details. Thanks.

Sign in to reply to this post

Ray BorduinWebAssist

You wouldn't have to redo much... just remove the insert server behavior and apply the insert server behavior from DataAssist... the rest would still work.

If you want to add it, then somewhere in the code, after the insert takes place, add code like:

<?php
if (!session_id()) session_start();
if(!isset($_SESSION["NewID"])) {
$_SESSION["NewID"] = mysql_insert_id();
}
?>

then on the next page, or any page after, you could refer to that session variable for the last inserted id.

Sign in to reply to this post
Did this help? Tips are appreciated...

kmlohr221718

It works

Once again, you have saved me hours and hours of work. It's nice to know you are there!!!

Sign in to reply to this post

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...