Search results

  1. S

    PHP Update Query Question?

    lo, I have two tables products and Prices. The following four fields are in question products.products_model, products.products_price, Prices.Model and Prices.MSRP. The goal is to do a join on products.products_model with Prices.Model, and update the products.products_price with Prices.MSRP...
  2. S

    Interactive HTML form with PDF output and database saving feature?

    I am trying to streamline a process at my office that works as follows: 1. Someone gathers all of the data from client, and fills out a certain form (really long form). 2. Based on this form, the project managers fill out a second form - then they convert this form to PDF and send it over to...
Back
Top