Click here to Skip to main content
15,904,503 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRe: Can not connect to sql server database from web application(Configured in IIS) --- Pin
Hemant Thaker22-Jul-09 0:39
Hemant Thaker22-Jul-09 0:39 
AnswerRe: Can not connect to sql server database from web application(Configured in IIS) --- Pin
Paddy Boyd21-Jul-09 0:25
Paddy Boyd21-Jul-09 0:25 
QuestionRe: Can not connect to sql server database from web application(Configured in IIS) ----- Pin
Hemant Thaker22-Jul-09 0:41
Hemant Thaker22-Jul-09 0:41 
AnswerRe: Can not connect to sql server database from web application(Configured in IIS) --- Pin
Abhishek Sur21-Jul-09 3:02
professionalAbhishek Sur21-Jul-09 3:02 
QuestionRe: Can not connect to sql server database from web application(Configured in IIS) --- Pin
Hemant Thaker22-Jul-09 0:38
Hemant Thaker22-Jul-09 0:38 
GeneralFinally I got the solution Pin
Hemant Thaker23-Jul-09 21:55
Hemant Thaker23-Jul-09 21:55 
Questioncall serverside functions from javascript Pin
220820-Jul-09 21:52
220820-Jul-09 21:52 
AnswerRe: call serverside functions from javascript Pin
Marc Firth21-Jul-09 0:01
Marc Firth21-Jul-09 0:01 
AnswerRe: call serverside functions from javascript Pin
dan!sh 21-Jul-09 18:08
professional dan!sh 21-Jul-09 18:08 
Questionchange asp gridview mode using javascript Pin
220820-Jul-09 21:50
220820-Jul-09 21:50 
AnswerRe: change asp gridview mode using javascript Pin
Abhishek Sur21-Jul-09 3:05
professionalAbhishek Sur21-Jul-09 3:05 
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 

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.