Jump to content

Question

Posted

	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

2 answers to this question

Recommended Posts

Posted

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.

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.