Session ID for a form action

Hello I am stuck and I’m unsure at how to put a SID correctly when the form is submitted. I would appreciate it very much if someone can help me on this. Thank you.

Below is the form, and I tried many ways to put the SID.

Change Slide Show Interval: 5 seconds 10 seconds 15 seconds > >

Below, I tried this way But the URL shows up as… http://…/show.phpYourVisitID…
Which it is missing a ? between show.php and YourVisitID…

> Change Slide Show Interval: 5 seconds 10 seconds 15 seconds > >

I would appreciate it very much if someone can help me on this. Thank you.

Try this:

[php]<?php
define(‘SID’,‘abc’);
?>

Change Slide Show Interval: 5 seconds 10 seconds 15 seconds > > [/php]

Kindly ignore previous code : (i replaced test.php with show.php)

[php]<?php
define(‘SID’,‘abc’);
?>

Change Slide Show Interval: 5 seconds 10 seconds 15 seconds > > [/php]
Sponsor our Newsletter | Privacy Policy | Terms of Service