22, November 2008

Mysql? - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web Development  >  PhP  >  PHP classes @finalwebsites.com  >  Easy PHP Upload (Moderator: Olaf)
Topic: Mysql?
« previous next »
Pages: [1] Print

Author Topic: Mysql?  (Read 1518 times)
Google dot what?
*
Posts: 2
26 credits
Members referred : 0


« on: Oct 16, 2006, 06:26:50 PM »

Hi

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


Sry my Eng

Help
« Last Edit: Oct 16, 2006, 06:32:13 PM by natalifa »
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6439
39458 credits
Members referred : 374


It's time to use PHP5!


« Reply #1 on: Oct 16, 2006, 10:51:55 PM »

Hi

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


Sry my Eng

no why do you think that?

Help


Last blog : Just a better Internet portal provided by Google
Google dot what?
*
Posts: 2
26 credits
Members referred : 0


« Reply #2 on: Oct 20, 2006, 09:22:53 PM »

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());
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6439
39458 credits
Members referred : 374


It's time to use PHP5!


« Reply #3 on: Oct 20, 2006, 10:50:38 PM »

its just an example how to use the upload class and storing the filename in a database...


Last blog : Just a better Internet portal provided by Google
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=4446
Tags : php mysql databases Bookmark this thread : Digg Del.icio.us Dzone more....

Topic sponsors:
Get a permanent link here for $1.99!


Pages: [1] Print 
Webdigity Webmaster Forums  >  Web Development  >  PhP  >  PHP classes @finalwebsites.com  >  Easy PHP Upload (Moderator: Olaf)
Topic: Mysql?
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Nov 22, 2008, 07:30:12 AM





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 37.734
Total Topics: 7.649
Total Members: 4.394
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: rdgoetz

27 Guests, 3 Users online :

15 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2008 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.