Jump to content

richtom80

Members
  • Posts

    20
  • Joined

  • Last visited

    Never

About richtom80

  • Birthday 05/02/1984

Contact Methods

  • AIM
    rdtom
  • MSN
    richtom80@hotmail.com
  • Website URL
    http://www.rdesignt.com
  • Yahoo
    richtom80

Profile Information

  • Gender
    Not Telling
  • Location
    Northfleet, Kent, UK

richtom80's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Have you already encoded your passwords in the databse? so when the user signs up.. their password is automatically passed through md5.. i.e the input box is called password.. u need to catch it before inputting into the db $password=md5($_POST['password']); then when comparing.. all you need to do is... check that the $string they entered is the same as the one in the database... if(md5($string)==$password){ //run code }
  2. What version of dreamweaver are u using.. and what functions arn't being highlighted? You can add code hints in this xml doc CodeHints.xml mine was found in C:\Program Files\Macromedia\Dreamweaver MX 2004\Configuration\CodeHints
  3. Just switch to code view and use ur keyboard instead of your mouse...
  4. Silly question, but is your site in your server root? ie. c:\program files\apache\apache group\htdocs? or just in something like C:\documents and settings\user1\my documents?
  5. has anyone ever come accross a 550_mmServerScript error in dreamweaver. I thought it maybe a nice idea to try the live view in dreamweaver out... but can't seem to connect to the mySQL database. not a big problem cos I will write the code out anyway.. just wanted to check to see if anyone else had the problem/solution?
×
×
  • 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.