Posted by J2be on 10/12/19 11:37
just include
include('formvars.php');
before
include('common.php');
------------------------------
<?php
session_start();
header("Cache-control: private");
include('formvars.php');
include('common.php');
?>
------------------------------
Cheers.
--
----
Leonardo Armando Iarrusso - J2Be
www: http://www.J2be.com - e-mail: info[at]J2Be.com
Navigation:
[Reply to this message]
|