sciurus Posted November 13, 2006 Share Posted November 13, 2006 Having never use Linux or Apache before, I needed them to test some scripting so I installed SUSE Linux 10.1 and Apache along with PHP5. Majority of scripted pages work fine however I found that my CAPTCHA (png) images do not display and some of the forms do not work at all when tested under localhost but are ok when uploaded to another server. Have I missed something in the setup for Apache, PHP or Linux. Any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
sciurus Posted November 13, 2006 Author Share Posted November 13, 2006 Sorted the problem with png files along with a couple of others, had not installed some of the mod files. Now I'm left with a form that will not work under localhost (clicking submit resets the forms) but is ok if I upload to another Linux server. Is there anything else I might have missed in the setup. Quote Link to comment Share on other sites More sharing options...
sciurus Posted November 14, 2006 Author Share Posted November 14, 2006 Sorted the problem with the form, it was my code and not Apache, . My the remote server was using PHP4 whilw my newly installed Apache was using PHP5 and I had used $_HTTP_POST_VARS instead of $_POST Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.