Skunty78963 Posted August 19, 2009 Share Posted August 19, 2009 Hey everybody i need some help cause im completely lost. You see im working on a website and i ahve all the HTML down and finished but now im having trouble with the php scripts such as the register.php and the config.php and i would like to add some other things i don't know what are called. So i was wondering if somebody could help me out here. Please and thank-you! Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/ Share on other sites More sharing options...
MadTechie Posted August 19, 2009 Share Posted August 19, 2009 Kinda need a bit more detail.. giving the file name or a script really doesn't tell us much.. also "some other things" is also kinda hard to work with.. I'm sure people will be happy to help but we need to know what you need help with! Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-901522 Share on other sites More sharing options...
jjacquay712 Posted August 19, 2009 Share Posted August 19, 2009 <sarcasm>I completely understand what your talking about</sarcasm>. Please elaborate. Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-901529 Share on other sites More sharing options...
play_ Posted August 19, 2009 Share Posted August 19, 2009 As I understand, he has all the HTML ready. So now basically he needs us to write register.php, config.php, login.php, etc. i could be wrong though Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-901566 Share on other sites More sharing options...
robert_gsfame Posted August 19, 2009 Share Posted August 19, 2009 mm...i don't really get what you need, this is just a guess.. What you only have to do is to get your database connected, using mysql_connect or whatever then after that you have to create what is called SESSION for each user SO my suggestion, create your database first using mysql and create a connection inside your config.php then include it in your register.php ... once user has put down his username and password correctly then start creating a SESSION so that each user has his own page Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-901756 Share on other sites More sharing options...
waterssaz Posted August 19, 2009 Share Posted August 19, 2009 Apart from madTechie whos reply was very contructive I don't think all this sarcasm helps reallly does it. As much as I agree that the post was very vague, it really puts new people off posting. How about guiding newbies into waht they shoud be askin instead of baltantly takin the p*ss Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-901760 Share on other sites More sharing options...
Skunty78963 Posted August 19, 2009 Author Share Posted August 19, 2009 "play_" is correct with what he said, all my html is done and now i need help with my php scripts to make my site functional. I am sorry i gave little detail so this is exactly what i want: ------------------------------------------------------------------------------------ 1. I want a login/register system that works and saves users, ID Number, username, password, and email. 2. i want each user that registers to receive there own profile page where they have there account data, such as points earned, username, refferal. 3. i would like refferals so every time somebody registers under a users refferal link there points go up. ------------------------------------------------------------------------------------ So that is pretty much it and i hope somebody can help me out on this. Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-901878 Share on other sites More sharing options...
mikesta707 Posted August 19, 2009 Share Posted August 19, 2009 Do you want help, or do you want someone to do it for you? If you want someone to do it for you, you can pay me to do it. But i'm not, and I doubt anyone else will just make your website for you. If you are looking for some direction on where to start, we would be glad to help. here are some tutorials: login tutorial: http://www.phpeasystep.com/workshopview.php?id=6 php/mysql tutorial: http://www.freewebmasterhelp.com/tutorials/phpmysql basic php tutorial: http://www.w3schools.com/PHP/DEfaULT.asP another basic php tutorial: http://www.tizag.com/phpT/ You will probably want to start with the PHP basics, then start learning how MySQL and PHP interact with each other. create a database, and a table, and then create a simple login system. after that you can come here, and use google to start doing the more complicated stuff Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-901884 Share on other sites More sharing options...
play_ Posted August 19, 2009 Share Posted August 19, 2009 mikesta707 is right Skunty78963. We're here to help you with your code, not build your site. Think of it as Home Depot.. "You can do it, we can help!". :3 Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-902066 Share on other sites More sharing options...
MadTechie Posted August 19, 2009 Share Posted August 19, 2009 If you true are want to learn then your, try out the tutorials mikesta707 has found for you and attempt to make them fit your site.. if when you have a problem first try to solve it yourself (the manual is one of the best things about PHP) and if your still stuck then ask for help, explain what your trying to do and what it is doing. IF you just want a site and don't want to learn PHP then freelance section is very useful, Quote Link to comment https://forums.phpfreaks.com/topic/170931-somebody-please-help/#findComment-902078 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.