Jump to content

alice123

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by alice123

  1. I've set my webpage up so that people can register and log in. I now want to make it so that they can edit their own profiles with their interests, age, job, etc. How can I do this? (and does it even involve php or something else?) Thank you!
  2. This may not even belong in this forum, but I don't know where else to ask (and I've searched the web to no avail)... I've set my webpage up so that people can register and log in. I now want to make it so that they can edit their own profiles with their interests, age, job, etc. How can I do this? (and does it even involve php or something else?) Thank you!
  3. Hi everyone, I'm very new to php and am trying to create a registration/login system for my website. I know that I need to be able to connect to my mysql server with a username and password on my site in order to tell it to get to the database and access the information. Right now, I have something like this: "<?php $conn = mysql_connect('localhost', 'username', 'password') or die(mysql_error()); mysql_select_db('users', $conn); ?> <?php" I have no idea what to put under "localhost" that will make it work--I've tried the address to my database (http://p3smysqladmin01.secureserver.net/p41/143/), but I keep getting an error saying that it can't connect to that server. My username and password are correct, so I'm assuming that I'm putting in the wrong server here? What should I put in instead? Thank you!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.