Okay, I see. But I went further before I saw this reply, and got past the problem, and ran into another. For some reason, the MySQL refuses to make new entries when a registration in done, however it displays the pre-set 'Registration Complete!' page. I don't know if this is a direct effect of...
<?php
mysql_connect("localhost","localhost","") or die ("Couldnt Find Server");
mysql_select_db("chaotixs_accounts") or die ("Couldn't Select DB");
?>
Is that what you needed?
Hello! I'm back with another question. So this is my first time working with PHP, and I apologize in advance if I come off as not knowing what I'm doing at all.
Anywho, I'm working on a new project for my company, and I need a login system; and I'm currently stuck in creating the database...
For some reason I can't connect to my website or control panel, but my friends and co-workers can. I know it sounds like my internet, does anyone have any idea how to fix it? I really need access to it...
I actually already have a table with fields for "id, username, password, bio, country, city" in my database. Permissions to me is giving access to certain things to only the people signed up. I'm actually not sure what "hashing" is, however.
This website is for my Tech Company, Chaotix Studios. I want an account system so users can keep track of contact tickets (maybe), I would also like to restrict access to a few pages for designated users (so permissions, yes.) I would like users to pick weather to remember their credentials/stay...
I'm looking for a tutorial/helpful person to help me in setting up an account system for my website. I need one to help with the organization of my site. If anyone can help or needs more info about what I'm looking for, then please reply. Thanks.