Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #22.6K
~4K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for tomeemot

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]

Member Avatar for emodweb
0
534
Member Avatar for CAPSLOCK

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...

Member Avatar for einfoway
0
2K
Member Avatar for tim_ver

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.

Member Avatar for tim_ver
0
214
Member Avatar for JoesToe

Well, he simply wants to know how to create a database and set it up to use phpBB. Does your webhost have cPanel?

Member Avatar for chizy2
0
271
Member Avatar for pamwynne

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:

Member Avatar for darnoldy
0
438
Member Avatar for Mwah

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 …

Member Avatar for PatrickE
0
437
Member Avatar for mhnewmedia

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 …

Member Avatar for PatrickE
0
127

The End.