Question1: When using advanced code will I always need to add <?php session_start(); ?> every time?
Question2: How do I find out what version I’m using?
Started 3 years ago by suebewebs | 3 posts |
Question1: When using advanced code will I always need to add <?php session_start(); ?> every time?
Question2: How do I find out what version I’m using?
Question 1 :
Yes .. I suggest to add the code every time you use "advance code" in your page.
Question 2 :
You can view "config.php" file to see your machform version, try to search these line in there :
/** Current MachForm Version **/
define('MACHFORM_VERSION','2.1');
or access this url to view machform change history
http ://www.yourdomain.com/machform_folder/changelog.txt
don't forget replace domain name and machform folder with yours.
MachForm Support
Thank you
You must log in to post.