on localhost/127.0.0.1 in IE8.? Please check on the following URL:
http://refactormycode.com/codes/1610-please-help-me
I created an html form to get the admission details for a student. I used here a GET method and action directs to one php file. my aim is to get the values submitted in that html form fields into this redirected php and insert it into the mysql database.
I used a run & preview' option on my php editor and the values got inserted as i gave... I tested on my IE8 browser using an apache server. I entered the field and submitted min-line, in-line validation works, page got redirected, everything works fine. but the values doesn't getting inserted into my database.. Please check the above link to analyse my program.... I need to submit this on tommorow.. please help me...
/*Note: I get a bottom line message as, " Apache/2.0.54 (Win32) Server at local host Port 80" -I thought this might be a clue for my problem... */
@colinc,
Yes, that's an auto-increment primary key field for application number....
Sure, i can replace all those get to post forms.
Still not working...
@John E,
how to do that? is there any step by step procedure for that.. I am new to apache, sql, php and all...
thanks in advance...
@just "JR"
thnks for the reply.. as i said, i use "get" method just to test whether it is getting redirected to php page.
and my fields are getting inserted into database using php editors preview option. but not on my IE8..that is what my problem is... there might be some settings to be done i think suppose..
http://refactormycode.com/codes/1610-please-help-me
I created an html form to get the admission details for a student. I used here a GET method and action directs to one php file. my aim is to get the values submitted in that html form fields into this redirected php and insert it into the mysql database.
I used a run & preview' option on my php editor and the values got inserted as i gave... I tested on my IE8 browser using an apache server. I entered the field and submitted min-line, in-line validation works, page got redirected, everything works fine. but the values doesn't getting inserted into my database.. Please check the above link to analyse my program.... I need to submit this on tommorow.. please help me...
/*Note: I get a bottom line message as, " Apache/2.0.54 (Win32) Server at local host Port 80" -I thought this might be a clue for my problem... */
@colinc,
Yes, that's an auto-increment primary key field for application number....
Sure, i can replace all those get to post forms.
Still not working...
@John E,
how to do that? is there any step by step procedure for that.. I am new to apache, sql, php and all...
thanks in advance...
@just "JR"
thnks for the reply.. as i said, i use "get" method just to test whether it is getting redirected to php page.
and my fields are getting inserted into database using php editors preview option. but not on my IE8..that is what my problem is... there might be some settings to be done i think suppose..