![]() |
Need help with scripting language
I dont know which of three sections were appropriate to place this in.
I have an avatar gallery that is now getting too big and I want to break it up into pages. I dont wont to use tables(HTML), and I used PHP but thats just..well tables. Basically I want a format like this: DayDream Graphics: Web Design & Programming Community but without download/member tabs. What language I need to use to pull that off? this is my PHP code Code:
<?php |
I don´t know jack about PHP, but wouldn´t it be easier to write a while-loop for creating those <tr>-tags?
Code:
while ( $counter <= 60 ) { |
That locked up the page..or maybe I placed it in wrong. I need to relearn all my stuff(HTML/CSS/PHP/MySQL) all over again.
I'm in hell. |
Is your only question about PHP being able to handle such a task? Then the answer is yes, PHP is server-side scripting and should be able to generate ANY documents for the client.
Or what kind of answers do you seek? When you want to code everything yourself, then good luck! |
It's all good. I can use PHP to "talk to" MySQL and create an avatar database..so that I can upload my avatars, and when a certain amount of rows per page is reached, it'll go into a new page. Instead of people looking at one big ass page of avatars.
I just wanted to know what I had to learn and apparently it's how to use MySQL. |
All times are GMT -5. The time now is 05:10 PM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2025, vBulletin Solutions, Inc.