When processing a form I am reading in a value to a mysql database. I then redirect the user to a “thank you” page with Header. What I would like is to remind the user…
Category: PHP Advice
PHP, thttpd, & SCRIPT_FILENAME
I’m getting the dreaded “No input file specified” when I try to invoke PHP from thttpd (nochroot). I wrote a C program to dump environment variables before trying to invoke PHP. I’ve included the dumped…
Self referencing
How can I write a PHP code to find the URL on which the code the itself is running? Sorry about the question: it’s a bit difficult to describe, so here is what I am…
Problem to launch a program with system()
Hello, I wrote a JAVA program which uses the JAVA API JDOM 1.0 (of this site www.jdom.org) I put the archive jdom.jar in the directory /usr/share/java/jdom.jar and I added this path in the CLASSPATH variable.…
Looking for general advice on security
I’m designing a survey form page that will be fairly complex and am becoming confident enough with PHP now to tackle most things. (Thanks to everyone here who has helped) Before I go too far…