Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #31.8K
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags
php x 6
sql x 1

4 Posted Topics

Member Avatar for pallavibhoite

pretty sure 'AND date' (from your query) is trying to use the php function, not an actual field name

Member Avatar for diafol
0
989
Member Avatar for fuston05

$phonenum=preg_replace("/[^0-9]/", "", $_POST['phone_number']); it'll leave only the numeric numbers in the string

Member Avatar for fuston05
0
75
Member Avatar for yamot47
Member Avatar for yamot47
0
106
Member Avatar for flipper828

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', …

Member Avatar for flipper828
0
179

The End.