Nezinītis Posted June 1, 2010 Report Share Posted June 1, 2010 (edited) 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 June 1, 2010 by Nezinītis Quote Link to comment Share on other sites More sharing options...
mefisto Posted June 1, 2010 Report Share Posted June 1, 2010 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. Quote Link to comment Share on other sites More sharing options...
Nezinītis Posted June 1, 2010 Author Report Share Posted June 1, 2010 $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. :) Quote Link to comment Share on other sites More sharing options...
mefisto Posted June 1, 2010 Report Share Posted June 1, 2010 echo "<a href='/faili/".$failu_dati['name']."'>"; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.