Excuse the newbie question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
thetamster
Forum Newbie
Posts: 1
Joined: Fri Sep 19, 2008 7:40 am

Excuse the newbie question

Post by thetamster »

Moved to PHP - Code by moderator.
Hi, I am really new to php and have started a site for recipe exchange, (asktamster.com) My question is, how do I make different headings? For example on your board index here you there is a General, Programming, Design etc. I have looked for the answer for abotu 2 wks now with no luck. I think the problem is I dont know what to look for. If anyone can shed some light on this please respond :) Thanks so much!

Cheers,
Tamster
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Re: Excuse the newbie question

Post by Maugrim_The_Reaper »

What exactly is running on your website? Any specific PHP application or something you wrote yourself? We'd know more about how the application works before we could explain where to go.
User avatar
The_Anomaly
Forum Contributor
Posts: 196
Joined: Fri Aug 08, 2008 4:56 pm
Location: Tirana, Albania

Re: Excuse the newbie question

Post by The_Anomaly »

thetamster wrote:Hi, I am really new to php and have started a site for recipe exchange, (asktamster.com) My question is, how do I make different headings? For example on your board index here you there is a General, Programming, Design etc. I have looked for the answer for abotu 2 wks now with no luck. I think the problem is I dont know what to look for. If anyone can shed some light on this please respond :) Thanks so much!

Cheers,
Tamster
First off, I'm no mod, but I'd imagine that this should not be in the Code Critique board.

Also, the question, "How do I make different headings," doesn't have much meaning outside of its context. Perhaps you're asking how to make different forums in PHPBB? You must provide more information for anyone to be able to help you.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Excuse the newbie question

Post by califdon »

No problem your being a newbie, but your question is unclear. As was asked by others, what kind of script is running now? Is it a script that you downloaded or did you write it from scratch? If it's the former, you should be asking your question in a forum for that particular software. If it's the latter, you'll have to show us what it contains now. We all want to help, but we can't read your mind and most of us can't afford to rewrite a script for you. If you have specific questions, we'll be glad to try to help you.
Post Reply