Re: DB Not Updating
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
Subject
Written By
Posted
Re: DB Not Updating
March 22, 2024 07:45AM
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.