How to upload images?

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
Hi,

In my admin panel for my website i'm coding the option to upload a picture with various blog / prose items.

What php functions do I need to use to achieve this?

Thanks

lambada.
 
Last edited:

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
if this is just for you and/or another admin or something for your site, then this would be fine, but if it's for anybody who wants to use it, it'd be against the ToS
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
It's just for me in a password protected area so it's no in violation of the ToS.

I only need to upload images with my blog posts :p.
 

Joker Boy

New Member
Messages
660
Reaction score
0
Points
0
Just use ImageShack™ its an incredible host and you can right click view image if u have firefox and copy image location. paste that into ur page and viola!
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
Ahhh..... but the CMS i'm develpoing wouldn't exactly be great if you had to use another external website, now would it? :p
 

Bonekhan

New Member
Messages
226
Reaction score
0
Points
0
Mmm... Search PHP Scripts in google, and the first two links that come up are great resources for this sort of stuff. There should be an image uploader source that you can use for this!
 
Top