Page 1 of 1

Wondering Type Problem in php

Posted: Tue Feb 16, 2010 11:28 pm
by manojsemwal1
hai i have a problem in my simple Entry Form..........

I have a Form studentregdform where i have StudentName,FatherName,MotherName,Educational Qualification details and upload student photo..............
when student filling form its submit successfully. and displaying data correct.

but in 100 form 10 forms are replacing father name with imagepath.................

after that its automatically correct and agin 50 or 60 submission again it replace same...........
iam using ajax scripting in validation.......

why this problem is occuring i dont know.
any body help me ............
Thannks

Re: Wondering Type Problem in php

Posted: Tue Feb 16, 2010 11:46 pm
by AbraCadaver
manojsemwal1 wrote:hai i have a problem in my simple Entry Form..........

I have a Form studentregdform where i have StudentName,FatherName,MotherName,Educational Qualification details and upload student photo..............
when student filling form its submit successfully. and displaying data correct.

but in 100 form 10 forms are replacing father name with imagepath.................

after that its automatically correct and agin 50 or 60 submission again it replace same...........
iam using ajax scripting in validation.......

why this problem is occuring i dont know.
any body help me ............
Thannks
The problem is definitely in the code.

Re: Wondering Type Problem in php

Posted: Wed Feb 17, 2010 1:40 am
by manojsemwal1
Thanks AbraCadaver

but i checked code correctly and check data.
i have three form
For Registration NadmissionForm.php
for Validation Validate.class.php //up to here the fathername is in variable but when i check in submitstudententry.php the value is not in variable.....................................in some time value is missing ratio is 100:10
and Submit to database Submitstudententry.php

why this happening ...............