Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Does anyone know how to do this?
Closed Thread
Old 02-27-2006, 09:04 PM   #1 (permalink)
 
Newb Techie

Join Date: Oct 2005

Posts: 7

Pandemic

Default Does anyone know how to do this?

I'm considering starting my own site that I want to contain pictures that my friends and I have taken. Instead of having them all send them to me and then having me add them, I'd like to add one of those things that has the "Browse" button and then lets you select and upload an image directly to the site. I'm just wondering if anybody knows how to do this.
Pandemic is offline  
Old 02-27-2006, 11:08 PM   #2 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

What language would you like to use for the server side coding?

I can tell you how to do this in PHP.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 02-27-2006, 11:10 PM   #3 (permalink)
 
Newb Techie

Join Date: Oct 2005

Posts: 7

Pandemic

Default

Urm....

You'll have to excuse me, I'm actually a n00b at this stuff. I don't really make web sites, but I thought this was a cool idea. I know that PHP is what is used to make forums, but would it be possible to use PHP to create a site that has a similar format to that of www.imageshack.us ? If so, please tell me how to use PHP!
Pandemic is offline  
Old 02-27-2006, 11:36 PM   #4 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

PHP is probably the undisputed language of choice for making a site like imageshack, but it would also take at least a few months of study (especially if you've never programmed before) before you can build a site like that. www.php.net is the definitive PHP resource but a little intimidating if you don't know the langugage. There's also a list of PHP tutorials and such here that are more for beginners.
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 02-27-2006, 11:38 PM   #5 (permalink)
 
Newb Techie

Join Date: Oct 2005

Posts: 7

Pandemic

Unhappy

Oh, I was wondering if that would be the case Emily. I guess this wouldn't really be worth months of study.
Pandemic is offline  
Old 02-28-2006, 10:26 PM   #6 (permalink)
 
Super Techie

Join Date: May 2005

Posts: 479

furtivefelon

Default

technically, php is meant for lay person to write simple interactive scripts.. Though advanced techniques are possible, not really fun when scripts get big..

It doesn't take months of studying, if you pick up a php for dummies, you'll learn enough to write something simple, simple image uploading scripts isn't really hard, just use a FTP program to upload image, and then use php to scan the directory and display the pictures (frankly, i would use php to do batch uploading than any web interface..)..
__________________
lisp hacker
running: FreeBSD 5.4 - still learning
develop with: SBCL + emacs for lisp, Anjuta IDE +gcc for c, SPE for python..
browse with: opera
furtivefelon is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On