Search found 2 matches

by brad82
Sun Jun 01, 2008 7:00 am
Forum: PHP - Code
Topic: Links in php
Replies: 1
Views: 329

Links in php

Hi, I have some script that grabs a load of urls and titles from a database. Here is the code I am using   <link href="../CSS/tutlist.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> function download(){ <?php $page = "trigger.php?...
by brad82
Mon May 26, 2008 2:03 pm
Forum: PHP - Code
Topic: Need help creating a download script
Replies: 1
Views: 146

Need help creating a download script

Hi, First of all im kinda new to PHP/mySQL and I need some help creating a dowload script. Basicly I want to create a page/script that grabs a download id (for the required file) and then redirects the client to the required location/file clicks file 6 | script grabs download id#6 | client is redire...