View Single Post
ישן 06-05-06, 21:13   # 12
RS324
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 3,173

RS324 לא מחובר  

עוד דבר קטן ששמתי לב אליו עכשיו

את :
PHP קוד:
//Check whether the submission is made
if(isset($hidSubmit)){ 
תחליף ל :

PHP קוד:
//Check whether the submission is made
if(isset($_POST['hidSubmit'])){