No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
I believe that instead of echoing the thank you message, you can have it do a redirect instead. Change this: [php]echo "$thanks";[/php] To this: [php]header("Location: page_to_redirect_to.php");[/php]
phpBB is pretty much just as safe as any other board. The only thing I'll complain about is the slow development of 2.1.x. But then, they have recently made some changes in the development team leadership, as Paul (psotfx) has stepped down...
Well, they do there's in some way with PHP. You can go to Weather.com and get a Javascript code block with current conditions, though.
Well, he simply wants to know how to create a database and set it up to use phpBB. Does your webhost have cPanel?
What exactly do you want the form to do? Would you like it to just send you an email with their name and email? If so, this is an easy PHP project. :cheesy:
I'm with csgal about Simple Machines, I don't like it at all. It's too un-simple in my opinion., and I just don't like it. I like phpBB the most, it's easy to admin, and there are lots of ways to use it. I've looked at the CVS versions of 2.1.x …
From what I see... In the first one, you forgot the opening parenthesis. In the second one, you have mismatched values. Try this: [php]$sqlquery = "INSERT INTO $table VALUES ('$id','$Name','$DoB_Day','$DoB_Month','$DoB_Year','$Address_1','$Address2','$Town','$Postcode','$Telephone','$Mobile','$Email','$6th_Form','$6th_Form_Year','$6th_Form_Institution','$6th_Form_Course_Title','$College','$College_Year','$College_Name','$College_Course','$E2E','$E2E_Provider','$Apprenticeship','$Apprenticeship_Level','$App_Employer_Name','$App_Work_Area','$Employment','$Employment_Basis','$Emp_Employer_Name','$Emp_Job_Title','$Emp_Training','$University','$University_Name','$Uni_Course_Title','$Gap_Year','$Unemployed','$Other')";[/php] And by the way... if I'm not terribly mistaken... if the ID column is set as auto_increment, then you should …
The End.
PatrickE