No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi There I may be asking a question about something that is not do-able, but, here's my question Does anyone know if it is possible to let a visitor to my website upload a file to my server, without using the normal form file upload? maybe upload with ftp. I …
Hi There Want to find out if there are any way to let a user select a file from their local computer, and then return the path so that i can add it into a form field. I want to do a file upload, but want to skip the html …
Maybe you can download existing free ph programs, maybe a wiki or Blog, then look at their code Just remember that not all programs are coded well.
I Know that this is an old post, but just to add asomething, in case someone wants to know... make sure there is no output before your redirect: 1. <?php 2. header('location:http://www.google.com'); will work, while: 1. 2. <?php 3. header('location:http://www.google.com'); will likely give an error. also, so will 1. <?php …
The End.
riaver