Jump to content
php.lv forumi

Faila paņemšana no servera.


Nezinītis

Recommended Posts

Sveiki.

Pirms mēģinu vilkt ārā failus no servera tos ievietoju + saglabāju info. tabulā.

Viens man pateica, ka ar linku -

echo "<a href='C:/wamp/www/faili/".$failu_dati['name']."'><br><font size='2'>".$failu_dati['name']."</font></a>";

Uzbīdot kursoru uz linka, rādās -

http://localhost/projects/1/issue/faili/1275396251.txt

Viss pareizi. Bet viņš man proti izpilda issue() funkciju, bet neko nenokačā.

 

Varētu lūdzu bez: "meklēji googlē?", "RTFM", jo internets ir tiešām lēns un knapi ielādēja pat šo lapu. :/

Edited by Nezinītis
Link to comment
Share on other sites

Pirkārt jau tu neparādīji kas tajā tavā issue() funkcijā notiek un kādus parametrus tā saņem.

Kodu studijā.

 

P.S. es nezinu kurš bija tas _viens_ kurš deva tev tādu brīnumainu ideju, bet es tavā vietā viņu turmāk ignorētu.

Link to comment
Share on other sites

$failu_kveerijs=mysql_query("SELECT name from files where issue_id=".S($issue_id))or die(mysql_error());
while ($failu_dati=mysql_fetch_array($failu_kveerijs)) {
			echo "<a href='C:/wamp/www/faili/".$failu_dati['name']."'><br><font size='2'>".$failu_dati['name']."</font></a>";
		}

ņā, neko man nevajag, kā tik nokačāt to failu. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...