Closed Thread
Results 1 to 6 of 6

Thread: Completely beginner problem

  1. #1
    AV_
    AV_ is offline Newbie
    Join Date
    Aug 2007
    Posts
    3
    Rep Power
    0

    Completely beginner problem

    Hi everyone,
    after reading a John's tutorial I launched my script (looks 100% same as the one in tut). This is what I get:

    It seems that script isn't parsing php files...

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    phpforfun's Avatar
    phpforfun is offline Speaks fluent binary
    Join Date
    Feb 2008
    Posts
    1,232
    Blog Entries
    17
    Rep Power
    24

    Re: Completely beginner problem

    are both of them .php? that would be a huge problem if not
    Checkout my new forum! http://adminreference.com/

  4. #3
    AV_
    AV_ is offline Newbie
    Join Date
    Aug 2007
    Posts
    3
    Rep Power
    0

    Re: Completely beginner problem

    Oh yeah they are:
    index.php and ajax.php(the one with echo function)

    Hm, maybe I have to download some ajax library... or something...?

  5. #4
    Jordan Guest

    Re: Completely beginner problem

    No, you don't need to download an AJAX library. Did you create this one your local machine? It seems that you are not running this in a HTTP server environment OR your http server doesn't support PHP.

  6. #5
    AV_
    AV_ is offline Newbie
    Join Date
    Aug 2007
    Posts
    3
    Rep Power
    0

    Re: Completely beginner problem

    I run it on my local pc, and the server supports PHP (xampp). That's weird because when I run ajax.php (the file with echo date) works well...

    #EDIT
    Oh jesus, sorry guys for trouble. I got it working now, stupid me...
    Thanks Jordan for mentioning about HTTP server environment
    Last edited by AV_; 06-22-2008 at 06:26 AM.

  7. #6
    Jordan Guest

    Re: Completely beginner problem

    I was just assuming and it sounds like I was wrong. I imagine you are accessing it by going to http://127.0.0.1/myFileLocation.php rather than double clicking it?

    Can you post the code?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 01-19-2011, 06:39 PM
  2. beginner problem with unique numbers in C
    By Darkone85 in forum C and C++
    Replies: 1
    Last Post: 12-07-2010, 10:30 AM
  3. Beginner problem: Fibonacci sequence
    By TheGame in forum Python
    Replies: 4
    Last Post: 09-23-2010, 04:21 PM
  4. Beginner code problem!
    By Dubuku57 in forum C and C++
    Replies: 9
    Last Post: 11-01-2009, 08:04 PM
  5. Replies: 2
    Last Post: 06-08-2009, 05:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts