yes, you will need to poit to the correct folder to include the file

bastien

From: Yemi Obembe <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] links vs php
Date: Fri, 11 Feb 2005 20:47:51 -0800 (PST)

hee is just an illustration:

i have 2 folders in my site..say A and B.
A contains just one file (dis.php) while B contains 2 files - foo.php
(with the content:

<form action=dat.php>
 / / form components
</form>

) and dat.php (which is a form processing code). the question is will
the linking in foo.inc i.e action=dat.php still work if i'm including
foo.inc in dis.php (which is in folder A)? or would i have to change the
url 'dat.php' in foo.php to 'B/dat.php' as in <form
action="B/dat.php">?




---------------------------------

A passion till tomorrow,
Opeyemi Obembe | ng.clawz.com






--------------------------------- Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to