Txchaser Posted April 11, 2008 Share Posted April 11, 2008 I am new to php and found this login script tutorial on the net, now the 2nd one I have tried. I am having a problem with it to where after I have all pages done all setings correct ect. when I try to go to any of the pages it is asking me if I want to save the file or find a program on the net to open it. The 1st tutorial that I tried was the same way but after reading on it I found the problem with it being that "try true" was not in the url. This 2nd tutorial that I am working on now has nothing like that that I can see unless I missed it. Can someone help me out on getting this script to work the correct way. Here is the url to the tutorial if it helps : http://www.ineedtutorials.com/articles/ ... p-tutorial The help is appreciated. Link to comment https://forums.phpfreaks.com/topic/100681-new-with-php-need-help-with-login-script/ Share on other sites More sharing options...
friedemann_bach Posted April 11, 2008 Share Posted April 11, 2008 It seems that the script is not evaluated by the server. Check whether the files are stored in the correct server directory and make sure you access the file via 'localhost' (or whatever host you are using), not via 'file://'. Hope this helps! Link to comment https://forums.phpfreaks.com/topic/100681-new-with-php-need-help-with-login-script/#findComment-514908 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.