PHP, MySQL, Dreamweaver & Flash
Hi there, good morning ( here in Mexico is 9.05 a.m.), I'm requesting for a tutorial about how to use PHP, Dreamweaver, MySQL Databases and Flash ...
Read MoreHi there, good morning ( here in Mexico is 9.05 a.m.), I'm requesting for a tutorial about how to use PHP, Dreamweaver, MySQL Databases and Flash ...
Read MoreHere is the layout: Property management database, where a single property may have up to 50 different and unique amenities. I would like the ability for the end user to first, create the main property details. Second, add the various amenties on one page with a dynamic table, using checkboxes to add that amenity.
Database Structure:
1st Table: TBLproperty (propID, prop(many other fields with address etc)
2nd table: TBLamenities (amenID, amendetails) only two fields
3rd Table: Join table between the above two. amenLIST (propID, amenID)
The form process to add a new property is multi-stepped. Formpage1.asp - Add the Main property details such as name, address, phone etc. Upon submit, get last recordID from database, and go to Formpage2.asp. Formpage2.asp retrieves the new record from the TBLproperty table, and sets the propID value to a hidden form element. TBLamenities is queried, and using a form checkbox tied to the value of "amenID", a repeat region is created on the table and a submit button placed at the bottom.
This is where my plan comes to a screeching halt!! Can anyone provide a good tutorial location, where I can figure this out?
Thanks in advance...
Read MoreI'd like to how you make the recordset paging look like this:
Read More1-5 | 5-10 etc etc
Hi
I have a repeat region of 50 per page, the user currently clicks on a checkbox to select records to view and print a report. I would like to have a preview page displaying the checked records. How do I do this?
Any help would be appreciated.
Thanks
Read More