Sublime directory Surf the web anonymous Pagerank Monitor


Mysql?

natalifa
Mon 16 October 2006, 05:26 pm GMT +0200
Hi

I want use "Easy PHP Upload" but i need Mysql - Tabels?


Sry my Eng

Help

olaf
Mon 16 October 2006, 09:51 pm GMT +0200
Hi

I want use "Easy PHP Upload" but i need Mysql - Tabels?


Sry my Eng

no why do you think that?

Help

natalifa
Fri 20 October 2006, 08:22 pm GMT +0200
Hi

I want use "Easy PHP Upload" but i need Mysql - Tabels?


Sry my Eng

no why do you think that?

Help

upload_db_example.php - why is that?

// You need to modify the settings below...
$conn = mysql_connect("localhost", "user", "pw") or die(mysql_error());
mysql_select_db("database", $conn) or die(mysql_error());


// the code to create the test table
mysql_query("
CREATE TABLE IF NOT EXISTS file_table (
id INT NOT NULL AUTO_INCREMENT,
file_name VARCHAR( 100 ) NOT NULL,
PRIMARY KEY (id))") or die(mysql_error());

olaf
Fri 20 October 2006, 09:50 pm GMT +0200
its just an example how to use the upload class and storing the filename in a database...

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional