Click here to Skip to main content
15,887,214 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCan I view all crystal report pages as serial ? Pin
kindman_nb20-Jul-09 10:42
kindman_nb20-Jul-09 10:42 
QuestionDynamically Create a WebService Pin
BenClark20-Jul-09 6:03
BenClark20-Jul-09 6:03 
AnswerRe: Dynamically Create a WebService Pin
Robin_Roy22-Jul-09 16:31
Robin_Roy22-Jul-09 16:31 
QuestionAccordian control in AJAX Pin
Lonnie R Thomas20-Jul-09 6:02
Lonnie R Thomas20-Jul-09 6:02 
AnswerRe: Accordian control in AJAX Pin
jinaka21-Jul-09 17:51
jinaka21-Jul-09 17:51 
GeneralRe: Accordian control in AJAX Pin
Lonnie R Thomas23-Jul-09 3:00
Lonnie R Thomas23-Jul-09 3:00 
QuestionHow to write in php Pin
udch19-Jul-09 0:06
udch19-Jul-09 0:06 
AnswerRe: How to write in php Pin
Marc Firth19-Jul-09 22:46
Marc Firth19-Jul-09 22:46 
you use php to write html. so it's no different. you can however enclose it in quotes. so:

<iframe frameborder=0 src="http://www.gmodules.com/ig/ifr?url=http://raja.com/ig/ab.xml&amp;up_k1=&&amp;up_k2=&amp;up_k3=&amp;up_k4=&amp;up_k5=&amp;up_k6=&amp;up_k7=&amp;up_k8=&amp;up_k9=&amp;up_k10=&amp;up_interval=60&amp;synd=open&amp;w=400&amp;h=50&amp;title=&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;" width=412 height=60;><iframe>

is the same as:

<?php

echo "<iframe frameborder=0 src=\"http://www.gmodules.com/ig/ifr?url=http://raja.com/ig/ab.xml&amp;up_k1=&&amp;up_k2=&amp;up_k3=&amp;up_k4=&amp;up_k5=&amp;up_k6=&amp;up_k7=&amp;up_k8=&amp;up_k9=&amp;up_k10=&amp;up_interval=60&amp;synd=open&amp;w=400&amp;h=50&amp;title=&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;\" width=412 height=60;><iframe>";
?>
note the escape character "\" before quotes within the statement.


AnswerRe: How to write in php Pin
Marc Firth19-Jul-09 22:47
Marc Firth19-Jul-09 22:47 
QuestionWhat is a good way to high light text etc? Pin
ProtoBytes18-Jul-09 21:22
ProtoBytes18-Jul-09 21:22 
QuestionHow to create .txt file Pin
udch17-Jul-09 23:59
udch17-Jul-09 23:59 
AnswerRe: How to create .txt file Pin
Abhijit Jana18-Jul-09 0:53
professionalAbhijit Jana18-Jul-09 0:53 
AnswerRe: How to create .txt file Pin
Marc Firth19-Jul-09 22:49
Marc Firth19-Jul-09 22:49 
QuestionHow can i share a variable in different web pages Pin
CoderForEver17-Jul-09 23:27
CoderForEver17-Jul-09 23:27 
AnswerRe: How can i share a variable in different web pages Pin
Marc Firth19-Jul-09 22:56
Marc Firth19-Jul-09 22:56 
GeneralRe: How can i share a variable in different web pages Pin
CoderForEver20-Jul-09 4:00
CoderForEver20-Jul-09 4:00 
GeneralRe: How can i share a variable in different web pages Pin
Marc Firth20-Jul-09 4:08
Marc Firth20-Jul-09 4:08 
QuestionRedirect page when seession expired Pin
trushitshah16-Jul-09 20:18
trushitshah16-Jul-09 20:18 
AnswerRe: Redirect page when seession expired Pin
Christian Graus17-Jul-09 16:23
protectorChristian Graus17-Jul-09 16:23 
AnswerRe: Redirect page when seession expired Pin
Marc Firth19-Jul-09 22:59
Marc Firth19-Jul-09 22:59 
GeneralRe: Redirect page when seession expired Pin
trushitshah19-Jul-09 23:27
trushitshah19-Jul-09 23:27 
GeneralRe: Redirect page when seession expired Pin
Marc Firth19-Jul-09 23:29
Marc Firth19-Jul-09 23:29 
QuestionSOAP CallBack URL Pin
anandkb16-Jul-09 19:42
anandkb16-Jul-09 19:42 
QuestionVWD 2008 Templates Pin
Dalek Dave16-Jul-09 12:09
professionalDalek Dave16-Jul-09 12:09 
QuestionEmailing to our office from a website Pin
Dalek Dave16-Jul-09 4:16
professionalDalek Dave16-Jul-09 4:16 

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.