Hi, I'm new to PHP. I want to build a basic forum for my site using PHP and MySQL. I've searched the 'net, but every tutorial I found the writer seems to get 'too technical' after a few steps. I try my best to keep up, but it gets very frustrating for a beginner.
I'm looking for a tutorial that will instruct me with just the basics, remember, I'm just a beginner. I want a basic tutorial that will instruct me on how to build the database/tables, how to link the tables, pages, etc. I was referred to this site, but was not able to find a tutorial for a basic forum.
As an FYI, I do not want to download and insert a third-party forum app. I want to be able to write the code from scratch, install it, tear it apart, break it, and then rebuild it. This would be the best way for me to understand the workings of a forum, build from it, and move forward with my new found knowledge.
Thanks in advance for your assistance
for some reason mysql query not working, not inserting, please check it out
This code is not inserting anything into my db, don't know why, the $_SESSION variable does contain data.Please have a look.Code: function add_user_to_db() {
problem with sql querry in php script
Hello guys, What I want to do is I want to read out a csv file and then but te conent ot the file in a msql datbase . So far it works but the problem I haven that if I want to let te script to the
A little help needed passing hidden values to next page
I have a page that has hidden values in a form.exampleCode: <input name='signupID' type='hidden' value='1' /><input name='signupID' type='hidden' value='2' /><input
get url?
how do i get the url of the page i'm currently on, on my website.. i think its get header.. how do i do that?
PHP onsubmit in the form not going to the fuction.
I have a form through ‘onsubmit’ calling a function validation(). But not going to the function at all. Why?<form action="member.php" method="post"
PHP and XML image gallery variable issue
I'm trying to display the large image on the same page as the thumbnails, to do that I'm passing a variable called $current. I know that the code to display large image works, because it works when no
PHP arrays into arrays need help
HelloI am trying to highlight the days on my calendar based on the dates that i have in my database. Currently I can only get it to display the last element in the database which leads me to believe
send() and recv() parameters confusion
On server Side:
Can I use a loop
Hi buddies!
Any help with my email script?
I have an email script, I have not tested it, although someone tested it for me and said it worked fine. I started to make modifications to the code after using the basic structure. This is my HTML