Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Some Sort Of Admin Panel
Old 01-02-2010, 03:26 PM Some Sort Of Admin Panel
Junior Talker

Posts: 3
Name: Eric
Trades: 0
Okey so im creating an site were im going to post items that are for sale, and each page is going to look like this:

Image Here
Text about the thing here

Image
Text

And So on...

Now this could be fairly easy by just adding a line of code for a image and text then just brake it, but the person that is going to use this site cant code. So i need some sort of admin panel wich you can Add image and text, and remove an image and text, without any coding experince.

Ive tried to search for something like this, but were unable to find anything. So if anyone knows how to do this or know any script of some sort. Please contact me here or at wowlana@live.se, the script should be free. But if it isnt still contact me!

So i hope i explained enought for people to understand me, and i did put this in the php section because i think this could be made in php, atleast i hope.

So Please Contact me here or at wowlana@live.se, if you have any solution for my problem.

//Thanks For Reading.
loka123 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-02-2010, 03:44 PM Re: Some Sort Of Admin Panel
choskins102's Avatar
Super Talker

Posts: 137
Name: Casey
Trades: 3
There are plenty of Content Management scripts out there that will easily do what you want to do. However, these are designed for the masses so you may have a problem finding that "perfect" solution. Generally, I find it better just to design my own. This will be time consuming, but at least you can add or modify things the way you (or your client) wants.
choskins102 is offline
Reply With Quote
View Public Profile
 
Old 01-02-2010, 03:52 PM Re: Some Sort Of Admin Panel
Junior Talker

Posts: 3
Name: Eric
Trades: 0
Thanks For The Response.
loka123 is offline
Reply With Quote
View Public Profile
 
Old 01-02-2010, 07:37 PM Re: Some Sort Of Admin Panel
Defies a Status

Posts: 1,606
Trades: 0
If they "can't code" how are the items going to get there in the first place?

Can't they remove them the reverse way they add them?

If you are smart enough to create DB tables and the front end for a DB site, the back end is easy.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 01-02-2010, 09:20 PM Re: Some Sort Of Admin Panel
Junior Talker

Posts: 3
Name: Eric
Trades: 0
Thanks for the replys, i will not get into DB'ses and such because i suck at it and dont want any SQLi on me, ill try to find a decent CMS or just learn them how to add or remove.
loka123 is offline
Reply With Quote
View Public Profile
 
Old 01-03-2010, 09:37 AM Re: Some Sort Of Admin Panel
Defies a Status

Posts: 1,606
Trades: 0
The safest way to let them add and remove stuff from is to use php on the dsiplay page to include a simple text file which you teach the user how to edit.

On the display page include ("text-file.txt");

text-file.txt would look something like this:

PHP Code:
<p> <img border="0" src="image-name.jpg" alt="Picture of whatever it is"
The item description goes here.</p>
<
p> <img border="0" src="image-name.jpg" alt="Picture of whatever it is"
The item description goes here.</p>
<
p> <img border="0" src="image-name.jpg" alt="Picture of whatever it is"
The item description goes here.</p>
<
p> <img border="0" src="image-name.jpg" alt="Picture of whatever it is"
The item description goes here.</p
That is as simple as I know how to make it.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Some Sort Of Admin Panel
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22621 seconds with 12 queries