Advertisement

08.07.2007 at 04:33AM PDT, ID: 22746247
[x]
Attachment Details

showing html source code

Asked by all4artz in PHP Scripting Language

Tags: , , , ,

I have a php page :
the have $vars in it to be render into html.
But how can i show the source code the the vars info:

example instead of showing this:
<img src="<? echo $path1;?>" width="150"  alt="" />

show this:
<img src="images/something jpg" width="150"  alt="" />

in a textarea box
I want to allow users to beable to  copy and paste the php render html code.

Now this is how i have it set up

// On the source.php i might have ############

$path1=$_Post['path1'];

<textarea name="source" cols="80" rows="10"><? echo source_code("templates/html2php.php");?></textarea>
-------------------------------------------------


// On the html2php.php page i have:

<img src="<? echo $path1;?>" width="150"  alt="" />
--------------------------------------------
But when source.php echoes the source_code() it shows the same:
<img src="<? echo $path1;?>" width="150"  alt="" />

how can i get it to show this:
<img src="images/something.jpg" width="150"  alt="" />



Start Free Trial
[+][-]08.07.2007 at 05:09AM PDT, ID: 19644870

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.07.2007 at 05:57AM PDT, ID: 19645231

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.07.2007 at 12:00PM PDT, ID: 19648699

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.07.2007 at 02:24PM PDT, ID: 19649794

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 12:16AM PDT, ID: 19652044

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 04:54AM PDT, ID: 19653178

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 07:41AM PDT, ID: 19654511

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 07:45AM PDT, ID: 19654555

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 01:05PM PDT, ID: 19657533

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 01:17PM PDT, ID: 19657638

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 01:31PM PDT, ID: 19657761

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 01:42PM PDT, ID: 19657841

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.08.2007 at 01:44PM PDT, ID: 19657851

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.12.2007 at 08:53PM PDT, ID: 19681321

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: PHP Scripting Language
Tags: source, html, php, code, showing
Sign Up Now!
Solution Provided By: all4artz
Participating Experts: 4
Solution Grade: B
 
 
[+][-]12.07.2007 at 05:32PM PST, ID: 20432282

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_1_20070628