Jump to content

Qwiz

Members
  • Posts

    6
  • Joined

  • Last visited

Qwiz's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Qwiz

    Php / Mysql

    ISSUE RESOLVED!! thanks though all Regards
  2. I am trying to do something that should be simple,, but i got a blad spot to prove i aint smart enough,, i am trying to simply read one item out of a database table, compair that item as a check. here is what i done. no errors, its just not working.. to collect the info from dbase i added. > $mastpw_query = tep_db_query("select configuration_value from " . TABLE_CONFIGURATION . " where configuration_key = 'MAST_PW'"); $mastpw = tep_db_fetch_array($mastpw_query); and the compair line i tried is. >if ($password == "$mastpw") { i know the rest of the code works, because if i hard code the info into the if line,, like >if ($password == "123456") { then it works fine. with the line trying to compair it to the value from the dbase, it dont give an error, but just says they didnt match. anyone shed some light on what i did worng? Thanks in advance Tom
  3. Qwiz

    Dns Question

    Thank you very much Regards Tom
  4. ok,, i need help, cuz dns is not my thing. i have my primary domain.. already set up i need to have a cname entry set up to point to another url to complete a function. can i set the cname from a subdomain of my primary,, or do i have to register for a whole new domain name? anotherwords,,, www **** = my site subdomain.**** = another site function i prolly didnt make sense,, but thats why i am asking for help cuz i dont know dns. anyone point me in the direction i need to go? is it maybe a dns zone i need? help?????? thanks in advance Tom
×
×
  • Create New...