I am using Javascript to validate the quantity added to a shopping cart written in PHP. The cart sells pipes which come in different pack amounts and different lengths.
The quantity is added to the cart as a zero, the user then changes the quantity and this is validated to make sure it is a...
Can anybody help – I’ve been going over this problem for days and can’t find a solution! I am trying to pass the values from one page to another in hidden values. All of my values are being echoed properly on the second page except those that are in the array. The values in the array are just...
I have looked how to do this everywhere but can't find an answer. Can anybody help?!
I have two mysql tables - store_customer & store_company. Each customer can belong to only one company, and there can be many companies. They are related via a unique company_id. When a customers details...
I am trying to destroy a session variable in php from logout.php using the following commands
session_unregister("valid_user");
session_unset();
session_destroy();
I have set the session on login.php with the following
session_start();
$valid_user = $email...
This is the first time I have used an ODBC connection and I'd be grateful for any help. I am trying to connect an Access database on a Windows 2000 machine to a MySQL database on a Linux server. I have downloaded and installed ODBC 3.51 on the Windows machine, and configured it as follows...
Can anyone tell me how to manipulate the scroll bar on a form? I want the user to be able to move the subform records (which are in continuous form view) down by clicking a button (almost so it appears like a new screen) rather than scrolling. Any feedback would be really appreciated.
I have built an Access form which has a subform (in Continuous Forms view) to display a list of records. I don't want there to be a horizontal scrollbar on the subform and would like to limit the number of records to 15 per page. The user can then click on a "Next" button and see...
Hi, I have a main form with input boxes for entering search criteria & the results are output to a subform. When the user clicks clear to start a new search the input boxes clear. I would also like my search results subform to clear too. My code is as follows;
Private Sub Clear_Click()...
Hi there, any help will be greatly appreciated!
I have built an Access form which has a subform (in Continuous Forms view) to display a list of records. I don't want there to be a horizontal scrollbar and would like to limit the number of records to 20 per page. The user can then click on a...
I have a database with one table, and I would like to be able to search 3 of the fields within it. I have created a search form with 3 input boxes and a subform to display the results. I have managed to get it working perfectly except that it will only search for 2 values rather than all 3...
Can anybody help a newbie?!
I have created an ASP page which lists all the current jobs in an Access database with a reference number for applicants to quote when making about the job.
When the user clicks on the enquire button next to the job, an enquiry form pops up. I would like this...
Hi there,
I have created an access database that stores details about parts - with the part code number as the primary key. There are alot of tables in the database, organised depending on the part type. I would like the user to be able to search all tables in the database from a search form...
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.