Click here to Skip to main content
15,905,508 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Double quote error in Saving Pin
Guffa20-Sep-07 22:36
Guffa20-Sep-07 22:36 
AnswerRe: Double quote error in Saving Pin
hifiger200421-Sep-07 4:59
hifiger200421-Sep-07 4:59 
AnswerRe: Double quote error in Saving Pin
Paddy Boyd21-Sep-07 4:44
Paddy Boyd21-Sep-07 4:44 
QuestionConvert date string into javascript date object in 'yyyy-MM-dd' and 'yyyy.MM.dd' formats Pin
Alagumani20-Sep-07 2:47
Alagumani20-Sep-07 2:47 
AnswerRe: Convert date string into javascript date object in 'yyyy-MM-dd' and 'yyyy.MM.dd' formats Pin
Guffa20-Sep-07 3:24
Guffa20-Sep-07 3:24 
AnswerRe: Convert date string into javascript date object in 'yyyy-MM-dd' and 'yyyy.MM.dd' formats Pin
Shog920-Sep-07 9:10
sitebuilderShog920-Sep-07 9:10 
Questionfind How Many SQL server Present in network Pin
Sachin Pimpale20-Sep-07 0:13
Sachin Pimpale20-Sep-07 0:13 
QuestionDreamwaver visualization help [modified] Pin
saadani19-Sep-07 23:05
saadani19-Sep-07 23:05 
hi, i am writing php scripts that have the following format:

/// logic in "plain" php
......... some calculations etc.

// html output (html mixed with php) using the php variables defined in logic , as an example

 <br />
<?php<br><br />
if($emsg)<br><br />
echo $emsg;<br><br />
else<br><br />
{<br><br />
?><br><br />
<table width="100%" ><br><br />
<tr class="sunBlockHead"><br><br />
<td class="Stil1Head" align="center"><span><?php echo $th1;?></span></td><br><br />
<td class="Stil1Head" align="center"><span><?php echo $th2;?></span></td><br><br />
<td class="Stil1Head" align="center"><span><?php echo $th3;?></span></td><br><br />
</tr><br><br />
<?php foreach ($result as $item) if($item["eStatus"]=="ok")<br><br />
{?> <br><br />
<tr><br><br />
<td class="Stil1" style="text-align:right;" width="10%" ><?php echo $map_currency[$item["sCurrency"]].$item["decUsableValue"];?></td><br><br />
<td class="Stil1" width="30%"><br><br />
<span style="float:left"><?php echo $map_type[$item["eTypeOfExpiry"]]?></span><br><br />
<span style="float:right"><?php echo cleanDate($item["dDateOfExpiry"])?></span><br><br />
</td><br><br />
<td class="Stil1" style="text-align:left;"><?php echo !empty($item["sDisplayText"])?$item["sDisplayText"]:"Gutschein";?></td><br><br />
</tr><br><br />
<?php }?><br />


i am using dreamwaver, and i am asking if there is any visualization help that can hide the php code embedded in <?php ?> or hide the html code, so i can concentrate on one of both when i need to change smthg. thanks



-- modified at 5:10 Thursday 20th September, 2007
QuestionSend mail through ASP Page.......... Pin
suveenmohan19-Sep-07 23:01
suveenmohan19-Sep-07 23:01 
AnswerRe: Send mail through ASP Page.......... Pin
Christian Graus20-Sep-07 0:54
protectorChristian Graus20-Sep-07 0:54 
AnswerRe: Send mail through ASP Page.......... Pin
kuyak200024-Sep-07 19:49
kuyak200024-Sep-07 19:49 
QuestionHow to use Enterprise Library for Data Access from SQL2005 Pin
babutkchn19-Sep-07 3:35
babutkchn19-Sep-07 3:35 
AnswerRe: How to use Enterprise Library for Data Access from SQL2005 Pin
Brent Lamborn21-Sep-07 9:19
Brent Lamborn21-Sep-07 9:19 
QuestionHow to Dynamically populate Checkbox in Gridview asp.net 2.0 Pin
SJSaranya19-Sep-07 3:12
SJSaranya19-Sep-07 3:12 
AnswerRe: How to Dynamically populate Checkbox in Gridview asp.net 2.0 Pin
saini arun19-Sep-07 4:27
saini arun19-Sep-07 4:27 
QuestionAlerting the user to save before leaving the page Pin
samerh19-Sep-07 3:08
samerh19-Sep-07 3:08 
AnswerRe: Alerting the user to save before leaving the page Pin
Pete O'Hanlon19-Sep-07 4:02
mvePete O'Hanlon19-Sep-07 4:02 
GeneralRe: Change js Tooltip Pin
tadhg8819-Sep-07 1:27
tadhg8819-Sep-07 1:27 
QuestionClosing all child window swhen parent window is closed using Javascript Pin
Phanindra Kumar19-Sep-07 0:54
Phanindra Kumar19-Sep-07 0:54 
AnswerRe: Closing all child window swhen parent window is closed using Javascript Pin
Guffa19-Sep-07 3:08
Guffa19-Sep-07 3:08 
QuestionPHP stuff Pin
#realJSOP19-Sep-07 0:00
professional#realJSOP19-Sep-07 0:00 
AnswerRe: PHP stuff Pin
Johnny ²19-Sep-07 9:59
Johnny ²19-Sep-07 9:59 
GeneralRe: PHP stuff Pin
#realJSOP20-Sep-07 0:06
professional#realJSOP20-Sep-07 0:06 
GeneralRe: PHP stuff Pin
Christian Graus21-Sep-07 2:10
protectorChristian Graus21-Sep-07 2:10 
Questionasp and ajax control confuse Pin
mmm!@#18-Sep-07 21:41
mmm!@#18-Sep-07 21:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.