[help]site problem

Results 1 to 8 of 8
  1. #1
    Member momomyst is offline
    MemberRank
    Jun 2007 Join Date
    60Posts

    [help]site problem

    i made a site by easyphp 2.1b

    but i cant log in my free domain i log in just in my localhos ip
    127.0.0.1.com

    how to make it to log in my free domain site

    and yes i have problem

    hey said for me

    Notice: Undefined index: act in C:\Program Files\EasyPHP 2.0b1\www\register.php on line 321

    how to fix ?


  2. #2
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: site problem

    Which script do you use ?

  3. #3
    The End Of The World~~ Night2Dark2 is offline
    MemberRank
    Feb 2007 Join Date
    Inside a box.Location
    259Posts

    Re: site problem

    to fix your problem put the following before <html> in your code

    Code:
    <?php
    // Set no notice Enviorment
    error_reporting(E_ALL & ~E_NOTICE);
    ?>

  4. #4
    Member momomyst is offline
    MemberRank
    Jun 2007 Join Date
    60Posts

    Re: site problem

    thnx man i fixed this

    but now when i fill the blanks and press register

    he didint add the user to the list

    why ?

  5. #5
    Member Girbicid is offline
    MemberRank
    Apr 2007 Join Date
    UkraineLocation
    72Posts

    Re: [help]site problem

    post source of your script

  6. #6
    Member momomyst is offline
    MemberRank
    Jun 2007 Join Date
    60Posts

    Re: [help]site problem

    all see i found a site that you can upload for him files html . php ...... and all

    and you make the site with out easyphp and ..

    but i have a problem in register page : Fatal error: Call to undefined function odbc_connect() in /www/free-site-host.com/p/g/u/pgunz/htdocs/Register.php on line 5

  7. #7
    Member Girbicid is offline
    MemberRank
    Apr 2007 Join Date
    UkraineLocation
    72Posts

    Re: [help]site problem

    if u use free hosting for your web its bad idea.
    to enable that odbc_connect u must ask your hoster to do it. i don't think he will. and on most free hostings php scripts can't connect to remote hosts, so all your scripts that have connection to DB will not work.

  8. #8
    Member momomyst is offline
    MemberRank
    Jun 2007 Join Date
    60Posts

    Re: [help]site problem

    i used my computer a server and made all my files

    and now all work fine



Advertisement