Jump to content

[SOLVED] Simple one for you guys


monkeybidz

Recommended Posts

I am using a file named item.php

 

This is the layout:

 

root >> auction >> item.php

 

Inside item.php I need to include a file that is in a different directory on the same root.

 

The include I need is in directory "root/quote/zipcode.class.php"

 

I tried this in itep.php:

 

include "./quote/zipcode.class.php";

 

This is not working.

 

cannot open error

Link to comment
https://forums.phpfreaks.com/topic/76730-solved-simple-one-for-you-guys/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.