i posted similar questions in the MS Access Forms forum with no help....hopefully someone here can lend some guidance.
i have two files: "test" and "master". in the test file i create new forms, queries, etc and if they work properly, i import them into the master file.
recently, i created 2...
i have two files: "test" and "master". in the test file i create new forms, queries, etc and if they work properly, i import them into the master file.
recently, i created 2 forms in test - one form list all rooms for all buildings we manage. when the user selects the room in the proper...
i am using Access as a front end on our MSSQL server. i have 2 files - a test and production. in the test file i have 3 forms and global module. the first two forms (a form and a subform) are used to select which area you would like to go. when you select (click) on the area in the subform, it...
I have an online form people fill out and their info is put into our database. I have two tables - tblPerson and tblInfo. The primary key from tblPerson is a foreign key in tblInfo. The way it is setup now is:
Query1 = Insert into tblPerson (fname, lname, phone) values ('fname', 'lname'...
I have an online form people fill out and their info is put into our database. I have two tables - tblPerson and tblInfo. The primary key from tblPerson is a foreign key in tblInfo. The way it is setup now is:
Query1 = Insert into tblPerson (fname, lname, phone) values ('fname', 'lname'...
I have a header to check where the individual is coming from before they proceed.
<?php
if($_SERVER['HTTP_REFERER'] != "http://www.mysite.com/Question_1.php" && $_SERVER['HTTP_REFERER'] != "http://www.mysite.com/Question_2_correct.html"){
header("Location: http://www.mysite.com/404.html");
}...
i was wondering how to create a dynamic post action in a form using php. i have several radio buttons on this form with values from A to H. if the user selects A, they should be directed to page2.php, however any other option should take them to more.php. i have done an "if/else" like this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.