Im a beginner in PHP. Im making a forum(previous questbook, counter and few others) to learn. For now I know something. I started making the forum from this tutorial:
http://www.phpeasystep.com/phptu/12.html
I emproved it but I cant make "create forum features" and I think that I will not make a forum similar to forums like phpBB, SMF, vBulletin etc. Of course not so advanced but similar functions. So far I made in my forum:
- create topics, posts(this what was in tutorial)
- login and register
- members profiles
- administration panel
- PM
- delete topics(only)
- poor permisions
If someone can give me some tutorial "how to make forum in php" please.
I found those, that match for me:
http://www.chipmunk-scripts.com/board/index.php?forumID=43&ID=9268
http://www.pixel2life.com/publish/tutorials/607/creating_a_simple_discussion_board/
Actually seccond is pretty good but it basing on Smarty's and I dont know much about them. I know basics of CSS.
Screen of my forum
Any meaningful project for a new C++ programmer?
I want to do some meaningful program, so I can help myself to learn
Help with PHP and checkboxes
I am posting this for a friend of mine, i wrote a small script for her to process her form data to an email but in testing i am having trouble getting the checkbox data to display in the email it
How to login with SAPCPIC userid
I have changed the Password for SAPCPIC in Development Server for 000,001 and 100 client.
Inserting Data into a MS Access DB using PHP.
As part of my uni course I am doing a placement at a company whom want me to create a client zone for their website.Basically, they want me to create the code to get data from a MS Access db and
The control with ID 'ace' requires a ScriptManager on the page
I'm trying to add a simple AlwaysVisibleControlExtender to my page, but it's not working. I get the following error:The control with ID 'ace' requires a ScriptManager on the page. The
Best way to cross matching large datasets
Hi,Im running a script where am I cross matching about 200 000 data sets with each other. Each data set consists of 8 parameters and I want to count all datasets which have similar or the same
Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so I don't quite understand what they're talking about or what the code means.Here's the situation: I
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignored, rejected, or misunderstood in this forum. I'm surprised there isn't already any
PHP hyperlinks generator
HiI need some help to get this done using php:1 - I have few hyperlinks say 500 in format like:<a href="http://domaina.com/1.html"
Hom to make one url to open together with another url
I have a chat, which i want to be opened, as soon as the users login to the site. As it is now, when the user login, he's redirected to home.php and have to press the CHAT button to enter the chatThe