convert HTML table input values in PHP array

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
Sonic3R
Forum Newbie
Posts: 2
Joined: Thu Dec 23, 2010 2:23 pm

convert HTML table input values in PHP array

Post 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
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: convert HTML table input values in PHP array

Post by califdon »

Are you asking someone to do the work for which you will receive a diploma?
Sonic3R
Forum Newbie
Posts: 2
Joined: Thu Dec 23, 2010 2:23 pm

Re: convert HTML table input values in PHP array

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