If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Online quotes with existing MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-10-05, 16:55
consure consure is offline
Registered User
 
Join Date: Feb 2005
Posts: 3
Online quotes with existing MySQL

I'm trying to make an online quote system. We already have a Mysql database in place with products / categories for our retail store. Our webmaster has left and its up to me to make this online quote system. I'm very framilliar with html, but not PHP or databases. I have database name, user name password and all that. I want to be able to offer all categories on one page and have a pull down list for each category, then have a total price listed at the bottom of the page.

Can someone suggest a good program to use to create something like what I have described??? I'm framiliar with GoLive, somewhat ok with Dreamweaver... or is there something else??
Reply With Quote
  #2 (permalink)  
Old 02-10-05, 17:10
r937 r937 is online now
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
i've heard dreamweaver is really good at generating the database calls in php

doing pulldown lists populated from the database is, apparently, easy

calculating a total price at the bottom of the page might be a javascript function (with similar calculations on the server, if/when the user checks out) and dreamweaver does that pretty good too

or so i've heard

(sorry, can't help any further than that, i hand code everything in a text editor)
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 02-13-05, 16:02
consure consure is offline
Registered User
 
Join Date: Feb 2005
Posts: 3
Ok, here's an update and request for help - if anyone knows...

I've followed this guide to setting up Dreamweaver to connect to a mySQL database: http://www.ucl.ac.uk/is/mysql/dreamweaver/

It 'connects' fine through the 'test connection' stuff, but when I go to create a new 'recordset' (what dreamweaver calls a query) and I try to pull the list of tables from the database, it says ***No table found.

Anyone have any ideas how to access my tables? Maybe my tables aren't in the right format for dreamweaver to recognize them???
Reply With Quote
  #4 (permalink)  
Old 02-13-05, 16:03
consure consure is offline
Registered User
 
Join Date: Feb 2005
Posts: 3
BTW: thanks for your ideas r937
Reply With Quote
  #5 (permalink)  
Old 02-13-05, 16:44
r937 r937 is online now
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
you're welcome

i actually have a copy of dreamweaver mx

never was able to figure out all that connection nonsense

it seems an inordinately complicated piece of software

about the only thing i've ever seen that i would consider useful is that it colour codes my html/coldfusion tags

but my text editor does that
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On