PDA

View Full Version : updating website content



ndmuscle123
03-20-2008, 02:02 PM
i was using ipb a link software to handle my links to ohter webpages
take a look: http://www.awesomevitamin.net/all-games.htm

im not using ibp anymore and was wondering whats a good php or software to update my webpages if i get new flash games, so i dont have to change all the webpages myself i just upload pic with description and it does it though php or ftp any help would be great the easier the better

thanks in advance
gary d.

pghcollectibles
03-20-2008, 02:43 PM
can you give one example of what your doing as far as linking. are you talking about a page where you will be placing <a href="somewhere"><img src="apic"></a> only or not because that could be an easy thing to manage with a database. more clarification please

ndmuscle123
03-20-2008, 02:52 PM
im looking for something like smart thumbs that i use on my main web page, but smart thumbs does not let me put a caption under or over the pic with a description, and to adjust the webpage accoring to clicks on those links as far as the most click webpage gets moved to top

www.awesomevitamin.net

hope im telling enff i been on the internet reading and trying diffrent stuff for 27 hours straight, so not thinking stright

thanks in advance

gary d.

pghcollectibles
03-20-2008, 03:04 PM
do you currently use a database to display your images i see youre coding in php if you had a db with a column for the picture location one for its link one to increment from an onclick function etc you could display them in any fasion like you have now or whatever in a table with a query and if someone clicked on one it could increment the data in its respective column and you could have code to do whatever you wanted to do by querying all the data from that one column and comparing using ascending or descending order or what have you. you could also use the db for your search engine like i did

pghcollectibles
03-20-2008, 03:05 PM
dont be suprised if this gets moved to the advanced forum

ndmuscle123
03-20-2008, 03:11 PM
thanks for your replies your great

gary d.

pghcollectibles
03-20-2008, 03:32 PM
sorry about the syntax. i usually type with about 6 fingers and i dont like hitting the shift or the periods thats the biggest thing i hate about coding is the<> button i have to hit all the time. maybe i should start by learning to type the proper way :)