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

Linux, Apache, MySQL, PHP

 
AnswerRe: PHP vs ASP.net Pin
Wayne Gaylard20-Mar-11 23:30
professionalWayne Gaylard20-Mar-11 23:30 
AnswerRe: PHP vs ASP.net Pin
MacRaider422-Mar-11 5:34
MacRaider422-Mar-11 5:34 
AnswerRe: PHP vs ASP.net Pin
RaviRanjanKr21-Apr-11 6:29
professionalRaviRanjanKr21-Apr-11 6:29 
Question"." operator to join two strings... Pin
Joan M18-Mar-11 9:17
professionalJoan M18-Mar-11 9:17 
AnswerRe: "." operator to join two strings... Pin
samarulraj18-Mar-11 19:59
professionalsamarulraj18-Mar-11 19:59 
GeneralRe: "." operator to join two strings... Pin
Joan M18-Mar-11 21:45
professionalJoan M18-Mar-11 21:45 
AnswerRe: "." operator to join two strings... Pin
effayqueue19-Mar-11 2:39
effayqueue19-Mar-11 2:39 
GeneralRe: "." operator to join two strings... [modified] Pin
Joan M19-Mar-11 3:11
professionalJoan M19-Mar-11 3:11 
Why do you ask if I've included ALL the code? I've included some files in order not to repeat code. There are plenty of situations in which I'm using this.

Do I'm missing something?


Here we go...

I know it seems incredible but it is what it happens...

I'm doing something like:

$path = DOC_ROOT.'/';
echo $path; Here it works well.


but if I'm doing something like:

$path = DOC_ROOT.'/';
$path2 = $path.'folderX'
$path3 = $path.'folderY'

include ($path.file1.php);
include ($path2.file9.php);


here it fails in each include and if I'm trying to get echoed the result it also fails.

As I'm using the paths to include code, I've misunderstood at the beginning... my fault... Dead | X|
[www.tamelectromecanica.com] Robots, CNC and PLC machines for grinding and polishing.
modified on Saturday, March 19, 2011 9:19 AM

GeneralRe: "." operator to join two strings... Pin
effayqueue19-Mar-11 3:28
effayqueue19-Mar-11 3:28 
GeneralRe: "." operator to join two strings... Pin
Joan M19-Mar-11 3:37
professionalJoan M19-Mar-11 3:37 
GeneralRe: "." operator to join two strings... Pin
effayqueue19-Mar-11 3:32
effayqueue19-Mar-11 3:32 
AnswerRe: "." operator to join two strings... Pin
Luc Pattyn19-Mar-11 3:58
sitebuilderLuc Pattyn19-Mar-11 3:58 
GeneralRe: "." operator to join two strings... Pin
Joan M20-Mar-11 22:53
professionalJoan M20-Mar-11 22:53 
GeneralRe: "." operator to join two strings... Pin
Luc Pattyn20-Mar-11 23:05
sitebuilderLuc Pattyn20-Mar-11 23:05 
GeneralRe: "." operator to join two strings... Pin
Joan M20-Mar-11 23:13
professionalJoan M20-Mar-11 23:13 
AnswerRe: "." operator to join two strings... Pin
Luc Pattyn20-Mar-11 23:32
sitebuilderLuc Pattyn20-Mar-11 23:32 
AnswerRe: "." operator to join two strings... Pin
Graham Breach20-Mar-11 23:52
Graham Breach20-Mar-11 23:52 
GeneralRe: "." operator to join two strings... Pin
Joan M21-Mar-11 0:31
professionalJoan M21-Mar-11 0:31 
AnswerRe: "." operator to join two strings... Pin
nickmaroulis21-Mar-11 14:05
nickmaroulis21-Mar-11 14:05 
Questionphp library Pin
0b4m418-Mar-11 2:23
0b4m418-Mar-11 2:23 
Questionافقافايقاسقاالبل Pin
othman_thacol15-Mar-11 6:31
othman_thacol15-Mar-11 6:31 
AnswerRe: عثـــــــــــــــــــــــــــــــمان ثكول Pin
othman_thacol15-Mar-11 6:37
othman_thacol15-Mar-11 6:37 
GeneralHow to Print from mySQL with the conservation of Alris Page Pin
Richard MacCutchan18-Mar-11 10:51
mveRichard MacCutchan18-Mar-11 10:51 
Questionhide partition from places Pin
dcode2513-Mar-11 16:09
dcode2513-Mar-11 16:09 
AnswerRe: hide partition from places Pin
Albert Holguin28-Mar-11 18:03
professionalAlbert Holguin28-Mar-11 18:03 

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.