php coda for an online forum

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
eduard77
Forum Newbie
Posts: 17
Joined: Sun Nov 22, 2009 10:10 pm

php coda for an online forum

Post by eduard77 »

I want to make on online forum on my page but I don't know the necessary codes?
Can anyone help me?
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: php coda for an online forum

Post by AbraCadaver »

Code: Select all

<?php
 
echo "Online Forums";
 
?>
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
eduard77
Forum Newbie
Posts: 17
Joined: Sun Nov 22, 2009 10:10 pm

Re: php coda for an online forum

Post by eduard77 »

yes I understand that but how do I get a text and how do I post it after
User avatar
Grizzzzzzzzzz
Forum Contributor
Posts: 125
Joined: Wed Sep 02, 2009 8:51 am

Re: php coda for an online forum

Post by Grizzzzzzzzzz »

this should easily get you started

http://www.phpeasystep.com/phptu/12.html

there are many other excellent examples, including video tutorials, here
eduard77
Forum Newbie
Posts: 17
Joined: Sun Nov 22, 2009 10:10 pm

Re: php coda for an online forum

Post by eduard77 »

Thanks,
The site is great
:D
Post Reply