Author Topic: White Noise - Please view website and review it :)  (Read 2068 times)

0 Members and 2 Guests are viewing this topic.

Offline ethan6

  • Enthusiast
  • Posts: 83
    • View Profile
Re: White Noise - Please view website and review it :)
« Reply #15 on: February 06, 2010, 11:57:37 AM »
The best reference I know of for an introduction into PHP and MySQL is at http://w3schools.com

Offline zobadofTopic starter

  • Irregular
  • Posts: 22
    • View Profile
Re: White Noise - Please view website and review it :)
« Reply #16 on: February 06, 2010, 12:00:54 PM »
I dont think your understanding me! I dont want to learn it, i want a tutorial (script) for user profile.

Offline ethan6

  • Enthusiast
  • Posts: 83
    • View Profile
Re: White Noise - Please view website and review it :)
« Reply #17 on: February 06, 2010, 12:01:07 PM »
could you provide a test user name and password so i can take a look at your logged-in site?
thanks.

Offline zobadofTopic starter

  • Irregular
  • Posts: 22
    • View Profile
Re: White Noise - Please view website and review it :)
« Reply #18 on: February 06, 2010, 12:03:03 PM »
Username: testers
Password: test

Offline ethan6

  • Enthusiast
  • Posts: 83
    • View Profile
Re: White Noise - Please view website and review it :)
« Reply #19 on: February 06, 2010, 12:05:40 PM »
I dont think your understanding me! I dont want to learn it, i want a tutorial (script) for user profile.

it's not something you can just copy and paste.. it's a more complicated process and i'd suggest learning whatever you decide to use.

Here's an outline of what you'll need to know:
registration page:
-create database (probably in PHP MyAdmin or similar)
-create table for users in SQL
-connect to database on page
-PHP registration script on page that creates a new row in table "users"

profile page:
-connect to database
-display user's data (accessing it from table in database)
-use an html <form> to input data-- and then use PHP/SQL to Insert/Update this data in database
-re-display updated data.

Search google if you want a more in depth tutorial, but you're going to have to learn some PHP and SQL for this to work.

Offline zobadofTopic starter

  • Irregular
  • Posts: 22
    • View Profile
Re: White Noise - Please view website and review it :)
« Reply #20 on: February 06, 2010, 12:07:52 PM »
Well I might not bother then...but actually there are tutorials for it, I just lost the link. And they provide scripts with what you need to call the page and db info.

Did you login ?

Offline ethan6

  • Enthusiast
  • Posts: 83
    • View Profile
Re: White Noise - Please view website and review it :)
« Reply #21 on: February 06, 2010, 12:08:18 PM »
ok i tried your login and it works BUT:

i would highly suggest moving to an all-PHP site.  You need to use something so it remembers i just logged in, otherwise when i click on home, i get "logged out"..

i'd suggest maybe PHP $_SESSION variables (http://w3schools.com/php/php_sessions.asp) to remember you're logged in.

Offline zobadofTopic starter

  • Irregular
  • Posts: 22
    • View Profile
Re: White Noise - Please view website and review it :)
« Reply #22 on: February 06, 2010, 12:11:20 PM »
I was looking for that script! dO YOU know the script where you HAVE to be logged in to see some pages too#?

Offline greenbizkit33

  • Enthusiast
  • Posts: 75
  • Gender: Male
  • this is all you get
    • View Profile
    • My personal Site
Re: White Noise - Please view website and review it :)
« Reply #23 on: February 06, 2010, 11:07:03 PM »
the buttons seem too big. the footer seems like a big button. maybe have it have square edges...
dont listen to me. i am just a noob

www.nathanhaze.com