Thread: formatting text with PHP
Results 1 to 2 of 2
Related
-
PHP Code Formatting and Design Forum: PHP Forum
Replies: 4 -
Formatting in an IFRAME Forum: CSS Forum
Replies: 2 -
help in formatting a query Forum: PHP Forum
Replies: 1 -
Formatting Dates Forum: HTML Forum
Replies: 2 -
Formatting with Html Forum: HTML Forum
Replies: 4
-
09-29-2007, 03:22 AM #1
formatting text with PHP
I have written a php code within which i am printing some php variable in a textarea as follows....
echo '<textarea name="" cols="40" rows="30" readonly="readonly">';
foreach($str3 as $a){ echo $a . "\n";}';
echo '</textarea>';
I want those text to be hot key using <a></a> tag...
but this doesn't work.
please help how to do this......
-
10-11-2007, 01:39 PM #2
Re: formatting text with PHP
Textareas are unable to show anything other than plain text, they cannot contain a clickable link.
D
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum