Re: [php-list] calling functions SOLVED

2005-04-23 Thread Wade
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

[php-list] calling functions

2005-04-21 Thread Wade
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

Re: [php-list] Calling Functions

2005-03-30 Thread Fergal Andrews
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,

Re: [php-list] Calling Functions

2005-03-29 Thread Wade
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*:

Re: [php-list] Calling Functions

2005-03-29 Thread James Keeline
> 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\

[php-list] Calling Functions

2005-03-29 Thread Wade
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