Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: PHP Help

  1. #11
    Join Date
    Feb 2006
    Location
    Coventry
    Posts
    2,096
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Jae View Post
    Don't you need // for comments
    3 comments

    PHP Code:

    # hi

    /* Hi */

    // Hi 
    Also instead of
    PHP Code:
    $_GET['act'
    Should be
    PHP Code:
    $_GET['action'
    I think :S

  2. #12
    Join Date
    Aug 2006
    Location
    Doncaster, UK
    Posts
    479
    Tokens
    0

    Default

    Have you saved it as .php and not .htm?

  3. #13
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    2,087
    Tokens
    138

    Latest Awards:

    Default

    Yes, It is saved as .php.

    Its when a page has an action it just stops working

  4. #14
    Join Date
    Aug 2006
    Location
    Doncaster, UK
    Posts
    479
    Tokens
    0

    Default

    Does your hosting support php?

  5. #15
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    2,087
    Tokens
    138

    Latest Awards:

    Default

    Yes, Everything else that is PHP works. Its the actions. Its all arrays and so on.

Page 2 of 2 FirstFirst 12

Posting Permissions

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