Page 1 of 1

convert HTML table input values in PHP array

Posted: Thu Dec 23, 2010 2:30 pm
by Sonic3R
Hi

I need your help :
For my diploma I want to create a table where the students insert values (every input type text) and these inserted values must be converterd to PHP array (using $.ajax from JQuery) and return red background to wrong inserted values (make input background to red)

for example : my original array
------
s1 s1 s2
s3 s1 s3
s2 s3 s1
---------

student's values
------
s1 s2 s3
s3 s2 s3
s1 s3 s1
------

these two arrays must be compared and return red backgroun to different values (the bold values are wrong ! because is not same with original array)

help please :D

thanks

Re: convert HTML table input values in PHP array

Posted: Thu Dec 23, 2010 10:00 pm
by califdon
Are you asking someone to do the work for which you will receive a diploma?

Re: convert HTML table input values in PHP array

Posted: Fri Dec 24, 2010 8:58 am
by Sonic3R
no
what I asked is 5% of all diploma project

I need help no question about my diploma

if you want to help,I'll appreciate. otherwise please let someone else to help me.