Wade wrote:
> 04212005 1734 GMT-6
>
> I have a page with two divs side by side. The left div shows stats
> called from the db, the right shows data with-in a form.
>
> When the first page loads, at the bottom of the right div I have two
> functions called: currentApp($appid) and ViewedApps($app
04212005 1734 GMT-6
I have a page with two divs side by side. The left div shows stats
called from the db, the right shows data with-in a form.
When the first page loads, at the bottom of the right div I have two
functions called: currentApp($appid) and ViewedApps($appid).
The currentApp mark
Hi James,
have you put in a line of code to actually include the functions file?
e.g. include("functions.php");
There are a couple of different versions of include() and require()
which is similar. You can check the differences on php.net
all the best,
Fergal
On Tue, 2005-03-29 at 14:07 -0600,
In the included file.
Wade
James Keeline wrote:
> > I have a function that checks to see if values are present in a db.
> > Within the function is a call to the. The function itself is in a file
> > titled functions.php.
> >
> > When I try to call the function it states:
> >
> > *Fatal error*:
> I have a function that checks to see if values are present in a db.
> Within the function is a call to the. The function itself is in a file
> titled functions.php.
>
> When I try to call the function it states:
>
> *Fatal error*: Call to undefined function usernameCheck()
> in *C:\WebDev\
03292005 1353 GMT-6
I have a function that checks to see if values are present in a db.
Within the function is a call to the. The function itself is in a file
titled functions.php.
When I try to call the function it states:
*Fatal error*: Call to undefined function usernameCheck()
in *C:\We