Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: help me please.............. (about PHP)

  1. #1
    Join Date
    Dec 2004
    Posts
    22

    Default help me please.............. (about PHP)

    Dear All,

    i have problem with my simple php script. this script can't access in bizhat, why?

    ==================================
    <?
    if(!$action)
    {
    ?>
    What your name
    <?
    }
    elseif(isset($action) && $action==name)
    {
    ?>
    My Name is SOFIE
    <?
    }
    ?>
    ==================================

    admin, can help me ?

  2. #2
    Join Date
    Nov 2004
    Location
    Australia
    Posts
    93

    Default

    Do you have PHP enabled?

    Most people had it turned off after the server changeover.
    I use VB/IPB forums so i have little expirence with PHP script.

  3. #3

    Default

    Try this:
    Code:
    <?php
    
    ...
    
    ?>
    instead.

    Hope it helps.

  4. #4
    Join Date
    Dec 2004
    Posts
    22

    Default

    to : tcob.bizhat.com

    <?php
    ......
    ?>

    can't access too.

  5. #5
    Join Date
    Dec 2004
    Location
    I don't know... Somewhere...
    Posts
    27

    Default

    You need to have php enabled. You can't do that until you have 20 posts, and a developed website.

  6. #6
    Join Date
    Jan 2005
    Posts
    23

    Default

    Quote Originally Posted by MadManiak
    You need to have php enabled. You can't do that until you have 20 posts, and a developed website.
    and a developed website.?????_:(
    :oops: :(:(

  7. #7
    Join Date
    Jan 2005
    Posts
    23

    Default Re: help me please.............. (about PHP)

    Quote Originally Posted by sofie
    Dear All,

    i have problem with my simple php script. this script can't access in bizhat, why?

    ==================================
    <?
    if(!$action)
    {
    ?>
    What your name
    <?
    }
    elseif(isset($action) && $action==name)
    {
    ?>
    My Name is SOFIE
    <?
    }
    ?>
    ==================================

    admin, can help me ?
    My PHP pages are not working. Why?
    Provided the PHP pages are functioning correctly the only reason the server will not serve a PHP page correctly is because the page does not have the proper (.php) extension.

  8. #8

    Default

    Quote Originally Posted by sofie
    to : tcob.bizhat.com

    <?php
    ......
    ?>

    can't access too.
    Well. I didn't notice that you haven't posted 20 non-spam posts yet. That's why php isn't working.
    You also need to provide a reason for enabling php.

    This is from the PHP-thread:
    Quote Originally Posted by sofie
    site url: sofie.bizhat.com

    please enable php!!!


    thanks

    Sofie
    Quote Originally Posted by Nokia
    You need 20 Posts in the forum to get PHP support.

    What script you want to run ?

  9. #9
    Join Date
    Dec 2004
    Posts
    22

    Default

    Thanks for MadManiak, xu, tcob.bizhat.com, Nokia

  10. #10
    Join Date
    Dec 2004
    Posts
    22

    Default

    Dear Nokia and all

    My PHP pages are not working, because register_global (php.ini) from bizhat is off.
    if register_global off this script not working.

Page 1 of 2 12 LastLast

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
  •