RE: Insert & Select URL into/from database table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



And, from the sounds of your e-mail Michelle, it sounds like you posted this
question once then deleted the answer, correct? If that's true, you can
search the archives on PHP.NET and you'll find your answer. All of the
messages sent to the list are logged to the archives so just because you
deleted the answer out of your Inbox, doesn't mean you've lost it
permanently. However, if the answer was sent only to you and not to the
list, then the archives won't have that specific message, but a quick search
may yield the information you seek based on a post from a different user.

> -----Original Message-----
> From: Becoming Digital [mailto:subs@becomingdigital.com]
> Sent: Thursday, May 22, 2003 10:55 PM
> To: php-db@lists.php.net
> Subject: Re:  Insert & Select URL into/from database table
> 
> 
> I'm sorry.  You want to what?  I really couldn't figure this 
> one out.  Let me
> see if I got lucky.
> 
> The user inputs a URL into a form.  Someone else searches 
> (for something
> unspecified) and this link shows up.  You want the link to 
> work.  If this is the
> case, you simply need to echo the form variable (we'll call 
> it $url) like either
> of the following.  Which you choose depends on which you like more.
> 
>     <a href="<? print "$url"; ?>"><? print "$url"; ?></a>
>     <? print "<a href=\"".$url."\">".$url."</a>"; ?>
> 
> If that's not what you're trying to do, perhaps you can 
> explain a bit more
> thoroughly.
> 
> Edward Dudlik
> Becoming Digital
> www.becomingdigital.com
> 
> 
> ----- Original Message -----
> From: "Michelle Whelan" <webmaster@dirtjobs.com>
> To: <php-db@lists.php.net>
> Sent: Thursday, 22 May, 2003 18:08
> Subject:  Insert & Select URL into/from database table
> 
> 
> Hi,
> Newbie here. This is my second post because I accidently 
> deleted the answer from
> the first.  I have a table in a db to store job listings.
> 
> What I am looking for is how to write the code to insert a 
> web page link or alt
> text by way of form so that when a search is done the link 
> will appear as part
> of the results and be functional.
> 
> Please help.
> 
> Thanks.          [input] -->
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux