|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Login pages
Hiya people.
Does anyone know of any "login page" or "membership area" PHP code with PHP installed as CGI not as an apache module? I can't find anything that'll work on my PC. How can u make the include command work? Is there any configuration I need to do to the php.ini file? Thanks
__________________
|
|
#2
|
|||
|
|||
|
Try using ssi if you can use phps include() function.
<!--#include file="filename.php"--> in your <html> |
|
#3
|
|||
|
|||
|
hiya
I don't actually understand what u mean by ssi.... I meant is there any need for configuration changes to the php.ini document for me to actually make the include() command to work? Thanx for replying |
|
#4
|
|||
|
|||
|
Hello,
You should be able to use php includes no matter what as long as php is working.. <? include("yourfile.php"); ?> Hope this helps, Chris |
|
#5
|
||||
|
||||
|
Sara,
Are you getting any errors with the include statement? all the syntax for PHP should be the same no matter how PHP is running... |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Login pages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|