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
'...
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...
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...
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...