Jump to content

_underscore_

Members
  • Posts

    7
  • Joined

  • Last visited

_underscore_'s Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. _underscore_

    Login Check.

    Well, what is the error?And if your page is at http://www.rl6.org/~curbsy/, you need to change the include path to "./include/session.php"
  2. For that matter, browsers won't usally tell you thier MAC Address.
  3. Replace all instances of AND in those if() statements with "&&".
  4. um... you DO know you're not executing those commands on the client, but on the server?
  5. you could simply add an IIS server configuration, if it has any.
  6. SQL is a set of commands sent to the daemon, the daemon retreives values.HTML is used to render pages by telling the interpreter what is where and how.Apache Configuration should be added, because it is a set of commands changing the daemon's activities. And it's darn helpful.JSP could be another idea.High level languages like C++ of course would have no value here; they are not for the web..htaccess IS for the web; it's configuring your site.You could put php.ini and .htaccess together, maybe make a "Server Configuration" part.
  7. SELECT TOP 4 *FROM tablenameLIMIT 4 Shouldn't that work?
×
×
  • Create New...