can't call the function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tharsoe
Forum Newbie
Posts: 2
Joined: Wed Apr 16, 2008 2:21 am

can't call the function

Post by tharsoe »

Hi Everbody,

this is my php file directory tree

download.php
|
|
inc.php
|
|------------------|
ua.php msisdn.php
|
|
sql.php
|
|
db.php
|
|
utils.php

<problem>I can't call the utils.php's function from sql.php.</problem>
I am using require().
<request>Pls Help Me.How can I solve this problem</request>
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Re: can't call the function

Post by pcoder »

Are you using the class or just the collection of functions.
Please elaborate it in more detail.
Post Reply