Hello :)
I Have Downloaded This Login System PHP Login Script - Installation Instructions, I Am Planning To Use It On My New Website Which Is Still In Development But The Forum For It Is Already Up And Running Using phpBB. I Was Wondering is if it is possible add a tick box to the registration form for the website That says "Also Sign Me Up For The Forum" And When Ticked It Also Adds An Entry In The SQL Database Of phpBB as a new user?
If This Is Possible Could Someone Please Help me To Accomplish it?
Any Help Would Be Dearly Appreciated. :)
Thanks. Jack :lol:
Registration Form = Forum + Main Site
Started by jthom263, May 23 2010 10:28 PM
4 replies to this topic
#1
Posted 23 May 2010 - 10:28 PM
:)
|
|
|
#2
Posted 23 May 2010 - 10:31 PM
You could tapp it up yourself, so yeah it is possible.
You could migrate together both the phpBB database, and the one for your website, and have them using the same credentials.
Everything has to correspond though, otherwise phpBB won't work.
You could migrate together both the phpBB database, and the one for your website, and have them using the same credentials.
Everything has to correspond though, otherwise phpBB won't work.
#3
Posted 23 May 2010 - 10:44 PM
#4
Posted 27 May 2010 - 07:17 AM
<?php
if(isset($_GET['username']{0}) and isset($_GET['password']{0})){
// Register code here
}
else
echo "Please fill the user name and passowrd";
?>
vsofter
VSoft Technology - web sites , software , web application providers
if(isset($_GET['username']{0}) and isset($_GET['password']{0})){
// Register code here
}
else
echo "Please fill the user name and passowrd";
?>
vsofter
VSoft Technology - web sites , software , web application providers
#5
Posted 28 May 2010 - 08:23 PM


Sign In
Create Account


Back to top









