Page 1 of 1

can't call the function

Posted: Wed Sep 17, 2008 9:13 pm
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>

Re: can't call the function

Posted: Wed Sep 17, 2008 11:07 pm
by pcoder
Are you using the class or just the collection of functions.
Please elaborate it in more detail.