-
[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 ?
-
Re: site problem
Which script do you use ?
-
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);
?>
-
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 ?
-
Re: [help]site problem
post source of your script
-
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
-
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.
-
Re: [help]site problem
i used my computer a server and made all my files
and now all work fine