MySQL Forums
Forum List  »  Newbie

Re: DB Not Updating
Posted by: Raymond Jender
Date: March 22, 2024 07:45AM

I agree with the responses for sanitizing the input. But first I need to fix this.

For some reason the html looks like it's not working.

I have the following html:

<li id="li_15" >
<label class="description" for="element_15">Property Identification Number: </label>

<div>
<input id="element_15" class="myDiv" type="text" maxlength="30" name='propertypin' Required />
</div>
</li>

The subsequent $_POST echo returns nothing for $propertypin, while the other 19 $_POST's are fine.

This is pretty simple stuff but I am pulling my hair trying to fix it!!

Thanks,

Ray

Options: ReplyQuote


Subject
Written By
Posted
March 21, 2024 04:57PM
March 21, 2024 10:43PM
Re: DB Not Updating
March 22, 2024 07:45AM
March 22, 2024 09:02PM
March 22, 2024 11:47AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.