Search results

  1. B

    Help with a try catch block in VB.net?

    This is what I have so far: Private Sub AddThisItemButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddThisItemButton.Click ' This button adds the item to the summary and when clicked it also validates the quantity, weight, and price. It also '...
  2. B

    I need help with a PHP calculation page?

    I have an html form that links to a php page that is supposed to do a calculation but all I get when the calculation button is pressed is a new php page that skips the calculation and tells the user to use their browser's back button. Here is the code. I really need the help. HTML form <form...
  3. B

    I need help with a PHP error message?

    This is the error message: Parse error: syntax error, unexpected T_IF in D:\UCWS01_data\localuser\UCWS01_197\Finals\BG_Calculation.php on line 19 Here is the PHP code: <?php /*This is the php code that makes the calculation that the form uses to calculate the cose of the project*/ //Brian...
  4. B

    I need help with a PHP error message?

    This is the error message: Parse error: syntax error, unexpected T_IF in D:\UCWS01_data\localuser\UCWS01_197\Finals\BG_Calculation.php on line 19 Here is the PHP code: <?php /*This is the php code that makes the calculation that the form uses to calculate the cose of the project*/ //Brian...
Back
Top