| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| Kyleva2204 -
 
 
 Joined: 09 Mar 2003
 Posts: 10
 
 
 | 
			
				|  Posted: Tue Mar 11, 2003 12:59 am    Post subject: modules |   |  
				| 
 |  
				| Hello, 
 I cant get PHP to work. I can get some functions to work such as
 
  	  | Code: |  	  | if($page == page1){
 echo "Hi!";
 }
 
 | 
 but when I do another one like
 
  	  | Code: |  	  | if($page == page1){
 echo "Hi!";
 }
 if($page == page2){
 echo "page 2";
 }
 
 | 
 i get an error. Im installin a newsletter script. I think that I need to install PHP modules. Where can I download them?
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Tue Mar 11, 2003 1:35 am    Post subject: Re: modules |   |  
				| 
 |  
				| It would help us a lot (in order to help you) if you tell us what error you get? (by the way, that seems to have nothing to do with modules, we guess that you get something like undefined variable. If so, do a small search on "undefined variable" and you will find the fix) _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| Kyleva2204 -
 
 
 Joined: 09 Mar 2003
 Posts: 10
 
 
 | 
			
				|  Posted: Tue Mar 11, 2003 3:34 am    Post subject: Re: modules |   |  
				| 
 |  
				| yes that is the errors. 	  | aprelium wrote: |  	  | It would help us a lot (in order to help you) if you tell us what error you get? (by the way, that seems to have nothing to do with modules, we guess that you get something like undefined variable. If so, do a small search on "undefined variable" and you will find the fix) | 
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |