close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

I am designing website for vehicle booking and it requires that daily basis records should be viewing at the end of the day. Please, how do I achieve this?

Thread began 3/12/2015 3:28 pm by Attanasius | Last modified 3/18/2015 8:20 am by Jason Byrnes | 2148 views | 7 replies |

Attanasius

I am designing website for vehicle booking and it requires that daily basis records should be viewing at the end of the day. Please, how do I achieve this?

I want to be viewing only all the information recorded on daily basis. How do i achieve this? I am using Dreamweaver 8 and Xampp MySQL as my database.

Sign in to reply to this post

Jason ByrnesWebAssist

in your table you should have a column to record the date a record is saved.

create a recordset that searches for columns where the date is todays:

SELECT * FROM tableName
WHERE DATE_FORMAT(dateColumn, '%Y-%m-%d') = CURDATE()

Sign in to reply to this post

Attanasius

Viewing each day records in a tabular format

I can upload picture but it is not saving to database. Please help me.

Sign in to reply to this post

Jason ByrnesWebAssist

you would need to create the table to display the records in, and add the bindings and a repeat.

preps it would be good for you to go through the Database getting started guide:
http://www.webassist.com/tutorials/Getting-started-with-MySQL-and-dynamic-websites

Sign in to reply to this post

Attanasius

picture upload

I can upload pictures but it is not saving to database. Please help me.

Sign in to reply to this post

Jason ByrnesWebAssist

with file upload, you need to use the database bridge insert record behavior, and bind the image column to the Server File Name variable created by the upload behavior.

see the following tutorial for more details:
http://www.webassist.com/tutorials/Add-file-fields-to-Data-Bridge-insert-update-pages

Sign in to reply to this post

Attanasius

picture upload

The URL you gave me is far cs3 and advance Dreamweaver. I am using Dreamweaver 8. Please, I'm stranded in my work

Sign in to reply to this post

Jason ByrnesWebAssist

What tool are you using for the upload?

I can't find an account for you in our system to see what extensions you may have purchased, can you provide an email address so I can see what you have purchased?

for DW 8, we used to offer a Tool called Digital File pro for file uploads and Data Assist for managing information in the database.

With Digital File Pro, you would use the Data Assist insert record behavior to save the data to the database, for the file column, you would use the Uploaded Files (File Field Name) -> Server File Name binding to save the uploaded file name to the database. you need to use the Data Assist insert behavior because the native DW insert behavior does not allow access to bindings hat do not come from the form.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...