xrezax
دوشنبه 08 مهر 1392, 10:32 صبح
چطوری بوسیله ویژوال بیسیک و php بتونم یه پوشه و یک فایل روی هاست بسازم ؟؟
مثلاً با این کد من نوشته می زارم رو سایتم
<?php
if(isset($_GET['txt']))
{
$str=$_GET['txt'];
$fd = fopen('txtfile.txt', 'w');
fwrite($fd,$str);
fclose($fd);
}
else
{
echo "error!";
}
?>
http://eslamirad.ir/writefile/write.php?txt=متنی (http://eslamirad.ir/writefile/write.php?txt=%D9%85%D8%AA%D9%86%DB%8C) که میخواید در تکست وارد کنید.
آدرس تکست باکس
http://eslamirad.ir/writefile/txtfile.txt
حالا می خوام اگر اینجوری نوشتم
http://eslamirad.ir/writefile/sakhteposhe.php?txt=esme poshe (http://eslamirad.ir/writefile/write.php?txt=%D9%85%D8%AA%D9%86%DB%8C)
یک پوشه به اسم esme poshe برام بسازه رو هاست
اگر اینجوری نوشتم
http://eslamirad.ir/writefile/sakhtefile.php?txt=esme file (http://eslamirad.ir/writefile/write.php?txt=%D9%85%D8%AA%D9%86%DB%8C)
یک پوشه به اسم esme file برام بسازه رو هاست
مثلاً با این کد من نوشته می زارم رو سایتم
<?php
if(isset($_GET['txt']))
{
$str=$_GET['txt'];
$fd = fopen('txtfile.txt', 'w');
fwrite($fd,$str);
fclose($fd);
}
else
{
echo "error!";
}
?>
http://eslamirad.ir/writefile/write.php?txt=متنی (http://eslamirad.ir/writefile/write.php?txt=%D9%85%D8%AA%D9%86%DB%8C) که میخواید در تکست وارد کنید.
آدرس تکست باکس
http://eslamirad.ir/writefile/txtfile.txt
حالا می خوام اگر اینجوری نوشتم
http://eslamirad.ir/writefile/sakhteposhe.php?txt=esme poshe (http://eslamirad.ir/writefile/write.php?txt=%D9%85%D8%AA%D9%86%DB%8C)
یک پوشه به اسم esme poshe برام بسازه رو هاست
اگر اینجوری نوشتم
http://eslamirad.ir/writefile/sakhtefile.php?txt=esme file (http://eslamirad.ir/writefile/write.php?txt=%D9%85%D8%AA%D9%86%DB%8C)
یک پوشه به اسم esme file برام بسازه رو هاست