Wondering Type Problem in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

Wondering Type Problem in php

Post 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
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: Wondering Type Problem in php

Post 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.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

Re: Wondering Type Problem in php

Post 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 ...............
Post Reply