Re: [PHP] Re: Include files....

2007-05-21 Thread Jason Pruim
Hi Everyone, Thanks for the info, putting the opening and closing tags in the include file worked like a charm! Now I just need to get the SQL injection protection junk to work... Back to the web to read more! -- Jason Pruim Raoset Inc. Technology Manager MQC Specialist 3251 132nd ave

[PHP] Re: Include files....

2007-05-19 Thread Haydar TUNA
Hello, Short tags (? ?) are only available when they are enabled via the short_open_tag php.ini configuration file directive, or if php was configured with the --enable-short-tags option. Did you configure your php.ini file? -- Republic Of Turkey - Ministry of National Education Education

[PHP] Re: include files and global variables

2002-07-21 Thread Chris Earle
Hmm. Here's how you can make it load EVERYtime the file is included, plain and simply. In the include file, create the function.and the call it after you've made it. To get the other function to work, you might want to try placing the function ABOVE checkMaster(); (you should probably simply