Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
help with php Forum?
Name: Ledzeplinboy0314 Date: March 25, 2005 at 12:11:00 Pacific OS: xp pro CPU/Ram: 1.6ghz/256ddram
Comment:
HEY! I know this is a lot to ask, but can anyone tell me how to get started making an online forum, like that seen in... http://berkleycenter.ipbhost.com/ I just need to know how to get started, and how to go about learning how to make/design it. So if you know a good website, or some helpful tips. PLEAS ELET ME KNOW!!! Thanks alot:) Grant k
Name: -Bryan- Date: March 25, 2005 at 18:42:23 Pacific
Reply:
www.phpbb.com
0
Response Number 3
Name: jam14online Date: March 26, 2005 at 09:16:29 Pacific
Reply:
You did say make, right? The replies above point to actual forum systems written in PHP. If you want to write your own forum, you can but it will take lots of patience.
If you want some tips, just send me an email and I'll be happy to help.
Summary: i need help with a php code.. how do i make this php code <?php $logfile= 'log.html'; $IP = $_SERVER['REMOTE_ADDR']; $logdetails= date("F j, Y, g:i a") . ': ' . ''.$_SERVER['REMOTE_ADDR'].''; $...
Summary: Hello all I'm really new to PHP I set up a test forum to learn more about PHP. I thought I had everything set up right, but for some reason my variables are not being past to the next page. Here i...
Summary: I am trying to create an HTML contact form using PHP. I am having trouble with the script . If someone can assist me, I would appreciate it. Here is the script: <?php $to = "you@yourdomain.com"...