Jump to content
  • 0

mysql create table


andy47

Question

	mysql_function_query(1, "CREATE TABLE IF NOT EXISTS `Users` ( \
		`id` int(11) NOT NULL AUTO_INCREMENT, \
		`Name` varchar(24) NOT NULL, \
		`Password` varchar(129) NOT NULL, \
		`Money` int(30) NOT NULL, \
		PRIMARY KEY (`id`) \
	)", false, "", "");

nu se creaza tabelul in database

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

rezolvat!!!

P.S.:am terminat si sistemul de login/register pe mysql r7

Exista butonul EDIT, data viitoare foloseste si nu mai face 2x post.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.