- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Re: pretty sure 'AND date' (from your query) is trying to use the php function, not an actual field name ![]() | |
Re: $phonenum=preg_replace("/[^0-9]/", "", $_POST['phone_number']); it'll leave only the numeric numbers in the string | |
Re: onclick="this.disabled=true;" on whatever button you want disabled | |
Re: make these your query statements: [icode] mysql_query("INSERT INTO firm VALUES('$firmname', '$firmother')"); mysql_query("INSERT INTO registration VALUES('regid', LAST_INSERT_ID(), '$numattfull', '$numattpartial', '$totfees', '$primecontact', '$pcphone', '$pcemail', '$att1fp', '$att1name', '$att1title', '$att1phone', '$att1email', '$att1diet', '$att2fp', '$att2name', '$att2title', '$att2phone', '$att2email', '$att2diet', '$att3fp', '$att3name', '$att3title', '$att3phone', '$att3email', '$att3diet', '$att4fp', '$att4name', '$att4title', '$att4phone', '$att4email', '$att4diet', '$att5fp', '$att5name', '$att5title', '$att5phone', … |
The End.