Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shamrox7
  • Order by date
  1. shamrox7

    Submission to 2 forms at once

    And here is the entire code for the process page. Perhaps you can see an error in my code that I'm missing. <?php require_once('../Connections/spectrum.php'); ?> <?php include_once "../mainfile.php"; //load the global vars and functions echo "<pre>".print_r($_POST, true)."</pre>"; if...
  2. shamrox7

    Submission to 2 forms at once

    I'm guessing my code is still flawed on the process page, because I have dumped the $_POST to the screen, it's all there, but it fails after that. Nothing is submitted to the database.
  3. shamrox7

    Submission to 2 forms at once

    Well it turns out it was the submit button didn't have the name set. It's always the little things right? thanks a ton for taking the time to work me through this.
  4. shamrox7

    Submission to 2 forms at once

    Ok, that's exactly what was happening with the 404. So now I at least know that the else statement is kicking it over to index.html. Is there anyway to debug and find out why??
  5. shamrox7

    Submission to 2 forms at once

    Can't make rhyme or reason out of it. It's on the server, everything matches, but still getting 404. As far as syntax goes, did I get it right?
  6. shamrox7

    Submission to 2 forms at once

    Ok, I took a run at the method you suggested, but I am running into a brick wall. for some reason, when I submit the form, it tries to load the processing page and gives me a 404 error. I have uploaded the file and verified it's exisitance. Would something in my code below be causing this? Also...
  7. shamrox7

    Submission to 2 forms at once

    Ok, that makes perfect sense. Thank you for spelling it out so clearly. I'll give it a go.
  8. shamrox7

    Submission to 2 forms at once

    I have a very long form that the user inputs data about a client. Within the form are fields for various contacts for that client company. Am I able to use one submit and have it submit some of the fields to the client table and some of the fields data to the contacts table? At the same time...
  9. shamrox7

    Force Calc via sql statement

    Ok, I'm not sure if this is possible but it should would be handy. I have a database full of records, including a few fields with financial data. The user wants a new field added to calc the profit based off of two other fields. I have written code that will calc it on the users webpage for new...
  10. shamrox7

    Adding total to bottom of table

    column would be $saleprice last row would have Totals: and under the saleprice column, I'd want a total of all the saleprices listed.
  11. shamrox7

    Adding total to bottom of table

    I have a table that I output data in from a mysql query. I'd like to show a total of one column but I'm not sure how this should be written. Any help?
  12. shamrox7

    function not right?

    Ahhh perhaps that's it. I'll check. Thanks All.
  13. shamrox7

    function not right?

    My profit and Creditfee fields are still showing up with no data on the page. Any thoughts on that?
  14. shamrox7

    function not right?

    I have written a function that does a few calculations based on numbers entered into several fields. I have most of it working, but a few things just don't ever fire and perhaps someone can see what's errored in my code. Background: User inputs the vendor list price, quantity, a discount (if...

Part and Inventory Search

Back
Top