Hi all,
I've got a form for creating table. In this form, i've got a text field for the name of the new table.
But, if the table already exist, i've got a error message. So, when I execute the command that create the table .... is it possible to do something like this :
If "mysql_error()"
print "..."
redirect ...
Thanx in advance
Steve