Setting up an uploading image and text facility to a website

  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 12th, 2003, 3:50 am

Hi folks,

I am needing some advice please. I am thinking about building a website where the website owner can upload his product images and some text when he wants to (instead of giving him over the page code to try to do it himself, he has had no webpage building experience and I just know I will end up fixing every problem when he stuffs up the layout of a page).

I've tried googleing it but I havent had any results on what I am after.

I am not sure even what scripting thingy it would need to create something like that. Could someone give me some direction as to what I should be looking at?

Cheers,
Rose :D
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 12th, 2003, 3:50 am

  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 12th, 2003, 4:03 am

mmm my other idea was if those shopping cart script thingys - do they have to go to a merchant facility or can the order just be emailed (minues the credit card details).
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2003, 4:31 am

I have the same first need. But, I need it in asp. (for the image upload). I haven't been able to locate a code for it either. I need to be able to attach mine to email.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post October 12th, 2003, 8:28 am

musik wrote:
Hi folks,
I am needing some advice please. I am thinking about building a website where the website owner can upload his product images and some text when he wants to (instead of giving him over the page code to try to do it himself, he has had no webpage building experience and I just know I will end up fixing every problem when he stuffs up the layout of a page).


You basically need a PHP script that uploads the image to a directory, inserts the image name in a mySQL database and then inserts the information he wants into the same mySQL database/table.

Then on the main webpage there is a mySQL query script that "SELECT * FROM TABLE WHERE" kind of thing and echo's it to the page.

musik wrote:
mmm my other idea was if those shopping cart script thingys - do they have to go to a merchant facility or can the order just be emailed (minues the credit card details).


If you use osCommerce all transactions are vendor to buyer, no middle man. Your client can get a copy of the email sent to the buyer by setting up the "Send Extra Order Emails to:" field in Configuration -> My store.



ATNO--Sorry don't know ASP :-P
Pixel Acres V2
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2003, 9:16 am

Well b_heyer, that gives me something to think about. Essentially it would probably have to work the same way with ASP. The only real difference is ASP is usually coded in VB. The SQL commands are the same, however, so I understand that part. My only real problem would be, I'd have to use an ACCESS database because of the service that is being used.

Thanks
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 12th, 2003, 4:09 pm

b_heyer wrote:
If you use osCommerce all transactions are vendor to buyer, no middle man. Your client can get a copy of the email sent to the buyer by setting up the "Send Extra Order Emails to:" field in Configuration -> My store.



Ok but what if I dont want it to be a transaction as such. We were thinking if it just emailed to him, and he could call them back get their transaction details & let them know what their shipping costs would be and then he would process it over the phone for them.

That would make it much easier, all I would have to do is teach him how to maintain his stock online via the osCommerce control panel.

Do you think that can be done?
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2003, 4:18 pm

Well then, musik, I think all you should have to do is set up a form and a formmailer script.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 12th, 2003, 4:23 pm

but its a bit more complicated than that, it would be much better for him to use the control panel in a shopping cart, it adds up everything they want but instead of taking them to a credit card payment section, it finishes the process by sending an email to the store to which they work out the additional costs of delivery and let the customer know.

it is much easier for him to change and maintain pricing, images etc because he doesnt know any HTML (and I dont want him too or there goes my job!)

I just know if I set up the pages individually myself and gave them over to him to update he would make a dogs breakfast of them.
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2003, 4:33 pm

Then you will need a script like asp or php or jsp for the cart...then use the end variable for the result to the email. Unfortunately, I understand the method more-or-less but can't offer the code. Sorry.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 12th, 2003, 4:39 pm

Naa thats OK, at least with the hosting, you get the cart ready to be installed - I just wondered if you can use it without a merchant facility at the end.

:wink:
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2003, 4:41 pm

Just change the action on the last page of the form to the formmailer script instead of the processing agent.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 12th, 2003, 4:42 pm

*m-wah* that's precisely the answer I was hoping for! :D
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2003, 4:47 pm

*kisses and *hugs right back at ya! *lol
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 12th, 2003, 4:48 pm

Wahoo!!

//rose does a jig :D
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2003, 4:59 pm

*grins...I assume that means "problem solved"? It was cool watching you dance the "jig"
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 12th, 2003, 4:59 pm

Post Information

  • Total Posts in this topic: 18 posts
  • Users browsing this forum: No registered users and 215 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.