Hello!!

Here use ECHO instead.....


echo ("<a
href=list.php?Art_Number=$data->Art_Job&HOSTNAME=$HOSTNAME&DATABASE=$DAT
ABASE$table=$table>$data->Art_Number</a>");


Notice $data->Art_job...

$data is coming from mysql_fetch_object($result);

That way you click on the actual Field result......Or in this case The
Art Number...


And the ? and & are added varibles to the link....which is passed to the
next page....Which then can be used for whatever you want...


Dan






> ----------
> From:         Wilmar Pérez
> Sent:         Wednesday, August 15, 2001 8:47 AM
> To:   PHP List
> Subject:      [PHP-DB] A newbie question
> 
> Hi guys
> 
> This may sound a bit silly but don't know how to do it.  I've got the
> following print statements, I would like them to be links, how do I do
> that?
> 
>   print("<li>Comunicaciones</li><br>");
>   print("<li>Invidentes</li><br>");
>   print("<li>Circulación</li><br>");
>   print("<li>Referencia</li><br>");
>   print("<li>Hemerotecas</li><br>");
>   print("<li>Centro Referencial</li><br>");
>   print("<li>Patrimonio Cultural</li><br>");
>   print("<li>Capacitación</li><br>");
>   print("<li>Procesos Técnicos</li><br>");
> 
> Thanks a lot
> 
> Pd:  The <a href="whateverpage.php">Link</a>  gives me an error on
> loading
> the page
> 
> -----------------------------------------------
>                 Wilmar Pérez
>      IT Manager - Central Library
>          University of Antioquia
>            Medellín - Colombia
>           tel: ++57(4)2105145
> -----------------------------------------------
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> 
> 

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to