Click here to Skip to main content
15,889,403 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Error in PHP application Pin
Richard MacCutchan11-Dec-13 1:55
mveRichard MacCutchan11-Dec-13 1:55 
QuestionProblem with query result... Pin
Jassim Rahma25-Nov-13 10:15
Jassim Rahma25-Nov-13 10:15 
AnswerRe: Problem with query result... Pin
Graham Breach25-Nov-13 22:37
Graham Breach25-Nov-13 22:37 
GeneralRe: Problem with query result... Pin
Jassim Rahma25-Nov-13 22:57
Jassim Rahma25-Nov-13 22:57 
SuggestionRe: Problem with query result... Pin
thatraja26-Nov-13 0:59
professionalthatraja26-Nov-13 0:59 
QuestionHow can we remove Secure Login Pages Security in Php ? Pin
Member 103763032-Nov-13 8:05
Member 103763032-Nov-13 8:05 
AnswerRe: How can we remove Secure Login Pages Security in Php ? Pin
Richard Deeming4-Nov-13 1:48
mveRichard Deeming4-Nov-13 1:48 
QuestionPHP 5.2 -> 5.4 problem Pin
Mike Osbahr31-Oct-13 4:42
Mike Osbahr31-Oct-13 4:42 
I am trying to update the PHP on my web server. On my backup server I updated from 5.2 to 5.4 and the result is kind of bizarre.
<!-- Include command uses command "virtual" to specify file relatively. Do not use "file" command -->
<!--#include virtual="_assets/header.shtml" -->

<!-- Include command uses command "virtual" to specify file relatively. Do not use "file" command -->
<!--#include virtual="_assets/marquis.shtml" -->

The includes above worked correctly prior to the update. This is what I see when viewing the page source in my browser:
<!-- Include command uses command "virtual" to specify file relatively. Do not use "file" command -->
<div class="header">
   <!-- More HTML code -->
</div><!-- end .header -->

<!-- Include command uses command "virtual" to specify file relatively. Do not use "file" command -->
<div id="marquis">
  <!-- coming soon -->
</div>

After the update I see this:
<!-- Include command uses command "virtual" to specify file relatively. Do not use "file" command -->

<!-- Include command uses command "virtual" to specify file relatively. Do not use "file" command -->

The bizarre part is that the includes get injected seemingly at random further down the page and in the middle of source that is generated by PHP code. Is there a DOCTYPE or PHP configuration setting that needs to be changed?
Thanx,
>>>-----> Mike

AnswerRe: PHP 5.2 -> 5.4 problem -> SSI? Pin
Mike Osbahr6-Nov-13 5:44
Mike Osbahr6-Nov-13 5:44 
Questionhow can i split an object into chunks and send them ? Pin
kleymanx9027-Oct-13 0:31
kleymanx9027-Oct-13 0:31 
AnswerRe: how can i split an object into chunks and send them ? Pin
Richard MacCutchan27-Oct-13 2:06
mveRichard MacCutchan27-Oct-13 2:06 
GeneralRe: how can i split an object into chunks and send them ? Pin
kleymanx9027-Oct-13 19:53
kleymanx9027-Oct-13 19:53 
GeneralRe: how can i split an object into chunks and send them ? Pin
Richard MacCutchan27-Oct-13 22:40
mveRichard MacCutchan27-Oct-13 22:40 
GeneralRe: how can i split an object into chunks and send them ? Pin
Albert Holguin14-Nov-13 8:40
professionalAlbert Holguin14-Nov-13 8:40 
AnswerRe: how can i split an object into chunks and send them ? Pin
Albert Holguin14-Nov-13 8:38
professionalAlbert Holguin14-Nov-13 8:38 
QuestionPHP CODES TO DISPLAY SLIDING IMAGES Pin
Member 1034654419-Oct-13 11:12
Member 1034654419-Oct-13 11:12 
AnswerRe: PHP CODES TO DISPLAY SLIDING IMAGES Pin
Peter Leow4-Nov-13 1:52
professionalPeter Leow4-Nov-13 1:52 
QuestionAvailable username on all pages after login Pin
msz90013-Oct-13 6:03
msz90013-Oct-13 6:03 
AnswerRe: Available username on all pages after login Pin
Ringunger24-Oct-13 21:11
Ringunger24-Oct-13 21:11 
QuestionHow to Play multiple Videos in single player page ? Pin
mAzeem228-Oct-13 22:49
mAzeem228-Oct-13 22:49 
Questionphp search form having 2 input fields and single submit button Pin
marshalericson8-Oct-13 7:59
marshalericson8-Oct-13 7:59 
Questionphp Pin
BipinVekariya25-Sep-13 2:12
BipinVekariya25-Sep-13 2:12 
QuestionPHP call to mysqli_query returns null (as expected) but I don't seem to be able to detect it Pin
Jonathan Davies9-Sep-13 6:22
Jonathan Davies9-Sep-13 6:22 
QuestionMYSQL to XML using PHP Pin
wolf7777726-Aug-13 22:27
wolf7777726-Aug-13 22:27 
QuestionUsing .net webservice data in php Pin
Andile.M20-Aug-13 0:35
Andile.M20-Aug-13 0:35 

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.