[PHP] How to download a picture thru http://?

2001-08-24 Thread Tamas Bucsu
Hi guys, Is there any special way to get some pics from the web? Cos' what I wrote just does not work. Thanks if (file_exists($kepnev)){ $kepnev="http://www.stg/pics/somethinggy.jpg";]; $fdr = fopen($kepnev,"r"); $fdw = fopen($kepnevshort,"w"); while (!feof($fdr)) { fputs ($f

[PHP]

2001-08-17 Thread Tamas Bucsu
Hi guys, Is there any restriction on a multiple selectás name in an HTML file? Cos' If I give a name like 'msel' and not 'msel[]' I don't get an array named $msel just a simple string type variable. Thanks in advance

[PHP] Mail method?

2001-08-15 Thread Tamas Bucsu
Hi guys, Is there anything I should configure or set up on the server to make the "mail" method work? There is nothing about it in the manual (or I just haven't found it?). Thanks Tamas "Bucsesz" Bucsu

[PHP] How to get the query string?

2001-08-13 Thread Tamas Bucsu
$a<=sizeof($HTTP_POST_VARS);$a++){ echo "$a. ".$HTTP_POST_VARS[$a].""; } Please help Tamas Bucsu

[PHP] Copy function usage ?

2001-08-09 Thread Tamas Bucsu
_exists($userfile)) { copy("$userfile","pics/".$userfile); } else { echo "Nem sikerül a következõ file-t feltölteni:".$userfile; } thx Tamas Bucsu