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

Web Development

 
QuestionDynamic Websites Pin
tgsb22-Dec-13 22:37
tgsb22-Dec-13 22:37 
AnswerRe: Dynamic Websites Pin
thatraja22-Dec-13 23:51
professionalthatraja22-Dec-13 23:51 
AnswerRe: Dynamic Websites Pin
Erick Shawn6-Aug-15 21:55
professionalErick Shawn6-Aug-15 21:55 
QuestionCreate a Pop-Up Window Pin
Kevin J. Brooks18-Dec-13 10:50
Kevin J. Brooks18-Dec-13 10:50 
SuggestionRe: Create a Pop-Up Window Pin
Mian Shahzad Raza24-Dec-13 6:48
professionalMian Shahzad Raza24-Dec-13 6:48 
QuestionError in PHP application Pin
Member 1025130111-Dec-13 0:40
Member 1025130111-Dec-13 0:40 
AnswerRe: Error in PHP application Pin
Richard MacCutchan11-Dec-13 1:55
mveRichard MacCutchan11-Dec-13 1:55 
AnswerRe: Error in PHP application Pin
jkirkerx13-Dec-13 12:39
professionaljkirkerx13-Dec-13 12:39 
You probably don't have the MySQL module or extension loaded in PHP. You need to run phpinfo() on your page to check if it's loaded.

[EDIT]

You really need to show the connect code, version of PHP and if your running in windows or Linux for more information.

sample code for connecting
$connect=mysql_connect("dbserver","dbuser","dbpassword") or die("Unable to Connect");

if your running on a linux server using SELinux, trying to connect to a remote server, then you need to use the SETBOOL command to give permission for http to use network connections

modified 13-Dec-13 18:50pm.

AnswerRe: Error in PHP application Pin
AndreRony30-Jan-14 18:25
AndreRony30-Jan-14 18:25 
GeneralRe: Error in PHP application Pin
W Balboos, GHB18-Feb-14 5:22
W Balboos, GHB18-Feb-14 5:22 
Questionsuggestions! Pin
Member 104508336-Dec-13 22:30
Member 104508336-Dec-13 22:30 
SuggestionRe: suggestions! Pin
Richard MacCutchan6-Dec-13 23:17
mveRichard MacCutchan6-Dec-13 23:17 
Question.cmd file execution in html Pin
Vishalsb4-Dec-13 20:29
Vishalsb4-Dec-13 20:29 
AnswerRe: .cmd file execution in html Pin
Mycroft Holmes4-Dec-13 20:58
professionalMycroft Holmes4-Dec-13 20:58 
GeneralRe: .cmd file execution in html Pin
Vishalsb5-Dec-13 2:24
Vishalsb5-Dec-13 2:24 
GeneralRe: .cmd file execution in html Pin
Mycroft Holmes5-Dec-13 10:43
professionalMycroft Holmes5-Dec-13 10:43 
QuestionInvalidOperationExpression was unhandled by user code(Enterprise Library) Pin
EliteBrain2-Dec-13 0:12
professionalEliteBrain2-Dec-13 0:12 
AnswerRe: InvalidOperationExpression was unhandled by user code(Enterprise Library) Pin
JV99992-Dec-13 1:41
professionalJV99992-Dec-13 1:41 
QuestionHelp with blocked sites! Pin
ninasalimi22-Nov-13 7:59
ninasalimi22-Nov-13 7:59 
AnswerRe: Help with blocked sites! Pin
thatraja2-Dec-13 0:25
professionalthatraja2-Dec-13 0:25 
AnswerRe: Help with blocked sites! Pin
W Balboos, GHB18-Feb-14 5:25
W Balboos, GHB18-Feb-14 5:25 
Questionusing session variable with window.location Pin
Jassim Rahma20-Nov-13 1:48
Jassim Rahma20-Nov-13 1:48 
SuggestionSuggestion Pin
thatraja20-Nov-13 2:25
professionalthatraja20-Nov-13 2:25 
QuestionRe: using session variable with window.location Pin
Richard MacCutchan20-Nov-13 2:38
mveRichard MacCutchan20-Nov-13 2:38 
AnswerRe: using session variable with window.location Pin
Jenno Richi26-Nov-13 20:31
Jenno Richi26-Nov-13 20:31 

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.