Steve,

Thank you very much,

i will try it now..




Caleb Carvalho
Application Engineer
LoadRunner/APM
-----------------------------------------------------------------------------------------
Enterprise Testing and Performance Management Solutions
-----------------------------------------------------------------------------------------
Mercury Interactive
410 Frimley Business Park
Frimley, Surrey.  GU16 7ST
United Kingdom
Telephone :  +44 (0)1276 808300



>From: "Steve Werby" <[EMAIL PROTECTED]>
>To: "Caleb Carvalho" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>Subject: Re: [PHP] stripslashes
>Date: Thu, 4 Oct 2001 10:47:27 -0400
>
>"Caleb Carvalho" <[EMAIL PROTECTED]> wrote:
> > if i have an array that is fetching the result to be display
> > example,
> > for ($i =1; $i<=sybase_num_rows($result); $i++){
> > $row =sybase_fetch_array($result);
> >
> >   $row[product]
> >   <a href=solution.php?id=$row[prob_title]>$row[prob_title]</a>
> >   $row[description]$row[solution]
> >
> > where would i put the stripslashes function to get the description?
>
>$var = $row[product] . '<a href=solution.php?id=' . $row[prob_title] . '>' 
>.
>$row[prob_title] .
>'</a>' . stripslashes( $row[description] ) . $row[solution];
>
>--
>Steve Werby
>President, Befriend Internet Services LLC
>http://www.befriend.com/
>
>
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
PHP General 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