Jump to content

cheryline elliott

Member
  • Posts

    6
  • Joined

  • Last visited

cheryline elliott's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I did attached the file below. Videos are great, but I can not find any source code. Sometime you just don't want to type I that in.
  2. You are correct! When watching the video, it looked like these files should have been in the include folder. Thanks. I do have one more question about Komodo. Do I have to hard code my file within the current file setting I sent you a screen shot of.
  3. Please see attachment below. Maybe I am doing something wrong using Komodo Edit, but it's a free software that should work with php.
  4. I did a simple hello world and it worked fine, but it's located in the root directory under C:\wamp\www.
  5. If I don't use the htttp:\\www it doesn't work. Please see attachment. Do I have tried different ways, but nothing seems to work.
  6. I am receiving these errors when try to run my code. I am using Wamp coupled with Komodo Edit 6.0 Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in C:\wamp\www\includes\login.php on line 8 Warning: include(http://www/includes/config.php) [function.include]: failed to open stream: no suitable wrapper could be found in C:\wamp\www\includes\login.php on line 8 The code is below: I am working on the phplogin. ?php /* *Login.php *Log in members */ //start session /load configs session_start(); include('http://www/includes/config.php'); include('http://www/includes/db.php'); //form $error['alert'] = ''; $error['user'] = ''; $error['pass'] = ''; $input['user'] = ''; $input['pass'] = ''; include('http://www/views/v_login.php'); ?> Do I need to change a con fig file for my code to work.
×
×
  • Create New...