Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-10-2006, 12:39 PM   #1 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default PHP Help

Hey guys.

I am new to PHP programming and pretty much know nothing about it. I am trying to learn it so that I can make my own forums using PHP and HTML. I know HTML alright, and I can pick stuff up fast. Can anyone help me with this?
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-10-2006, 08:04 PM   #2 (permalink)
 
Super Techie

Join Date: Jul 2004

Posts: 274

welsh

Default

Hey, welcome. PHP can be very powerfull when you know how to use it. So your bets bet would be to start making simple stuff, like a guest message script, stuff like that before you try a forum which isnt easy at all. I found this was a pretty good tutorial site to get me going: http://www.tizag.com/phpT/
__________________
<img src=\"http://img208.imageshack.us/img208/1562/signatureew3.gif\">
welsh is offline  
Old 09-10-2006, 08:13 PM   #3 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default

Thanks a lot dude, that site is really helpful. I am trying to study a lot about web page dev. and such, so this will really help. Thanks!
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-10-2006, 08:23 PM   #4 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

i agree tizag is always a good site i would suggest taking a look at mysql as well after you get comfortable with php that is the most powerful part of the web is the use of databases and if you are making forums there is no other option than to learn mysql.
__________________

AIM = jcortestechhelp
jcortes is offline  
Old 09-10-2006, 08:36 PM   #5 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default

Are these good languages to know? I'm looking into a tech career, and I was thinking that knowing these would be good because companies would hire people who know programming languages?
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-10-2006, 08:49 PM   #6 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

i wouldnt really call these programming languages but they are good languages to know i know HTML, PHP, MySQL, Visual Basic. Visual basic is an actuall programing language but i really suggest learning PHP and MySQL they are some of the most useful web languages you can learn databases are extremely important in web development. to explain further PHP is the programming language that allows you to have dynamic things on your page like logins ect and the database, mysql, actually stores the info like user names and forums posts ect. all the posts on this forum are saved in a MySQL database
__________________

AIM = jcortestechhelp
jcortes is offline  
Old 09-11-2006, 02:32 PM   #7 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default

That is so cool! Hah that cleared up a lotta questions I had. So MySQL is a program that stores all the information (like all the members of this forum, and their passwords and e-mails).
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-11-2006, 07:04 PM   #8 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

right the html makes the look of the page. php gets the information from the database and outputs it here on the forum that you are reading now and the database stores all the actuall text, username, last post, number of posts, email, ect..
__________________

AIM = jcortestechhelp
jcortes is offline  
Old 09-11-2006, 07:26 PM   #9 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default

Then what makes the layout of the forum, like how the posts look like, the reply boxes, backgrounds... That's all HTML?
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-12-2006, 12:33 AM   #10 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

yes that is html (hyper text markup language) along with css (cascading style sheet)
__________________

AIM = jcortestechhelp
jcortes is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On