|
ok i did the example but when i click save , it gives me "No Data Saved" so i tried to echo the field in the database and the form field beside it i found that the two are the same even though i changed the form field value or not knowing that i made the field value equals to the database filed value so i can change it and click save so it will be updated in the database, i thought that the problem is the script take the default value of the field so i changed the value of the filed -<input type=text value=123456789> - as an example and changed it to "111111111" i found that it echo's the the database field value and the form field value the same "DB>5555&FV>5555" and its default value is not 5555 or the changed value is 5555 so whats that problem here .
i checked the script well i didnt find any errors .
|