Hello,
I'm looking for a simple piece of software that allows me to select a file from my hard drive, and when someone connects to my computer through a specific port they recieve that file. Sort of...
hi, i have altered a script i had made that sends emails through fsockopen to include the use of attachments. But it errors and i dont know why because the fread reaches max execution time, could...
thank you for clearing that up aj... Also for donetello here is the code i will use for my htaccess
RewriteRule ^([a-zA-Z0-9]+)/?$ /?page=$1. Is it possible to create a rewrite condition to test if...
i have a website that is in essence one page that gets its content depending what is in the query string... Eg. ?page=home. Using apache rewrite rule i have the pages 'site.com/home' rewritte to...
Hello,
I wish to create a dynamic asx file which lists all the mp3 files in a directory...
This is then used in a html file as the source of an "<embed>" tag...
The html file does not open the...
I recently made an ajax/php script to query a database.
I had the ajax page and the request page seperate unlil I got it working but when I did merge then I came about a problem.
I have a directory listing script ready but I want to have the path in links on the top of it. (eg. INDEX OF /dir1/dir2/dir2/) with each of the dir's being a link to that specific directory.
the...
I was messing around with the httpd.conf file and other stuff and now when I try to access the server through "localhost" it downloads the file instead of processing it. It works fine with 127.0.0.1...
I was just wondering if there is any way I can use a function, similar to file_get_contents(), to echo the original source code of a php file. I have benn pretty close but the echo'ed contents only...