Search found 1 match

by Jim_Madrid
Sat Feb 01, 2003 10:11 am
Forum: PHP - Code
Topic: if (empty)....do - can't figure this code out
Replies: 4
Views: 613

if (empty)....do - can't figure this code out

1) How do I write a simple code that says something to the effect that if form field $old is empty (i.e. no entered values) than values from form field $new in the same form should be sent to the database instead. And, 2) I would put this code in the page that processes the form and not the in the f...