Jump to content

Kevin.Arvixe

Members
  • Posts

    25
  • Joined

  • Last visited

    Never

Everything posted by Kevin.Arvixe

  1. This all depends on your application.... What value does $row['login'] return? If $row['login'] returns the users login, and your login page accepts GET parameters, you could do this: echo "http://www.domain.com/login?user=".$row['login']."&pass=".$row['pass']; Does that answer your question?
×
×
  • 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.