General Chat
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsGeneralGeneral Chat

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old February 26th, 2004, 12:42 AM
Goober Goober is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 9 Goober User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
include(); Function: Dont Understand

I am reading a book on php/mysql, and I noticed that when the author used the include function it looked like this:

php Code:
Original - php Code
  1.  
  2. include('./file.php');

I don't understand why there is a dot and a slash placed before the file name (i.e ./file.php). Is there something special that happens when you do this or what?

Reply With Quote
  #2  
Old February 26th, 2004, 12:58 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: include(); Function: Dont Understand

in the few minutes i have available, i wasn't able to find you a perfect link.

here's a close one link

basically, ./ means "everything in this current directory"
(see just . at the url i gave you)

the syntax of include() is very flexible

you could also do
php Code:
Original - php Code
  1.  
  2. include('./file.php');
  3. include('file.php');
  4. include 'file.php';
  5. include './file.php';//possibly the preferred syntax
  6. include("./file.php");
  7. include("file.php");
  8. include "file.php";
all of those are equivalent

the only minor difference is that if you just type
php Code:
Original - php Code
  1. include './file.php';
instead of
php Code:
Original - php Code
  1. include 'file.php';
then php will look in your entire include path instead of only looking in the current directory (usually the current directory is part of your include path)

i hope that wasn't too confusing.
gtg!
--brewthatistrue

Reply With Quote
  #3  
Old February 26th, 2004, 01:01 AM
Goober Goober is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 9 Goober User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: include(); Function: Dont Understand

Thanks Dude.

Reply With Quote
  #4  
Old February 26th, 2004, 02:27 AM
System System is offline
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Posts: 665 System User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Message Moved

Thread moved from 'PHP Coding' to 'General Chat' by CodeKadiya.

Reason: Not a coding problem - General Help

Reply With Quote
  #5  
Old February 26th, 2004, 07:11 AM
brewthatistrue brewthatistrue is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: CA, USA
Posts: 277 brewthatistrue User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 sec
Reputation Power: 3
RE: Message Moved


Quote:
Thread moved from 'PHP Coding' to 'General Chat' by CodeKadiya.

Reason: Not a coding problem - General Help

php help?
anyway, how can i edit the post i made while not logged in?

Reply With Quote
  #6  
Old February 26th, 2004, 09:06 AM
CodeKadiya CodeKadiya is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Colombo,Sri Lanka
Posts: 2,330 CodeKadiya User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 50 m 36 sec
Reputation Power: 5
Send a message via Yahoo to CodeKadiya
RE: include(); Function: Dont Understand

You cannot do it.. Simply you can't edit Anonymous posts. It's obvious I suppose!

Reply With Quote
Reply

Viewing: Codewalkers ForumsGeneralGeneral Chat > include(); Function: Dont Understand


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
Stay green...Green IT