i write the code for register but its not working
can u please check the code please

register.txt

please tell the solution for this
the data is not inserting in database(Mysql)

Thank you
Rakesh Nagekar

Recommended Answers

All 8 Replies

Echo your insert query and tel me where the error was placed..
give me your table also...

Its not giving any error and not showing any thing in that
but not inserting the data in database.

Thank u
Rakesh Nagekar

Use die with mysql_query.
ie., $result = mysql_query($query) or die (mysql_error()); If your query fails, it will 'inform' you why it failed.

post your db table...

very very thanks nav
i got it


Thank u
Rakesh Nagekar

post your db table...

Thank u
I got that

Rakesh Nagekar

where was your error????????

Database name and variables name are changed due to mysql problem

Any how thanks once again

Rakesh Nagekar

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.