At www.php.net documentation check out list of supported protocols.
Type: Posts; User: borikenMedia; Keyword(s):
At www.php.net documentation check out list of supported protocols.
ur looking for a contact form with an attachment tool on it?
to see if i can help u out.
create a .htaccess
write Options -Indexes in it.
if allowed in ur hosting. This will block anyone that try to access any directory.
try a google search about it and get closer to the syntax on the...
quik one!
<?php
function dacript($file){
if(file_exists($file)){
set a cookie tru the download and straw it on the download end.
a quick one mysql based.
<?php
function login(){
print('<form method="post">
<input type="hidden" name="id" value="null">
<input type="text" name="uname" value="UserName"><br/>
<input...
chek this one should do it.
http://us.php.net/manual/en/features.file-upload.php#72064