[PHP] Warning: Failed opening
This is my problem? Warning: Failed opening 'index.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 Any IDEA? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] new
Warning: Failed opening 'cliente.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] i want to send 2 variables????
i like send two variables using: href="mi page.php?http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] grgrgrgr other problem with location??????
I want to send two variables: this is correct??? location.href="page.php?" other form "> Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] problem with location???
give a idea please. This is correct? location.href="page.php?<?=SID?>&cliente=$cli"; Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] read javascript variable php?????
example: location.href="$destination"; or location.href=""; or echo "location.href='", $destino, "';"; PLEASE GIVE A IDEA Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] please help me, y have a error
this is the message of the ERROR: PHP has encountered an Access Violation at 012B7DE7 what this Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] error
what this error??? PHP has encountered an Access Violation at 012B7DE7 Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] mcrypt
Hi, my server is win 2000 server and IIS 5.0 i wnat to work to MCRYPT, but i don't know... help me please. Por favor yo estoy trabajando con windows 2000 server, y mi servidor web es un Internet Information Service, trabajo con PHP y Mysql... deseo encriptar con MCRYPT, pero no viene instalado como hago... es dificil alguien sabe o a trabajado con esto en windows... AYUDA! Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] help with II5
Instale el PHP, pero no puedo ahora ver mis HTML? porque, todo lo instale en el Internet Information Service 5, me salia un mensaje CHILDS NOTES, pero no lo acepte sobre unos permisos de Ejecución. Mas ahora configuro mi pagina de inicio en Document y no me lee el HTML. este error me sale: The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed. _ Please try the following: * Open the 10.0.0.2 <http://10.0.0.2/http%3A//10.0.0.2> home page, and then look for links to the information you want. * Click the Refresh button, or try again later. HTTP 403.2 - Forbidden: Read Access Forbidden Internet Information Services _ Technical Information (for support personnel) * Background: This error can be caused if there is no default page available and directory browsing has not been enabled for the directory, or if you are trying to display an HTML page that resides in a directory marked for Execute or Script permissions only. * More information: Microsoft Support <http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&pid= &ID=403.2&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3=> Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] help II5
2000 server installs the PHP in win. When agreque the extension in the configuration of the HOME DIRECTORI, me pidio something of child YOU NOTICE, but I did not do case to him and it annuls it runs to me the PHP, but they do not run the HTML to me? Ysrael Guzmán Meza Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Ayuda o Help en IIS 5.0
instale el PHP en win 2000 server. Cuando agreque la extension en la configuracion del HOME DIRECTORI, me pidio algo de child NOTES, pero no le hice caso y lo anule me corre el PHP, pero no me corren los HTML??? Ysrael Guzmán Meza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PROBLEMS
THIS IS MY SCRIPT: AND THE ERROR IS Warning: Cannot send session cache limiter - headers already sent (output started at c:\foxserv\www\t-demo1\pedidos\prod_mostrar_tipo.php:4) in c:\foxserv\www\t-demo1\pedidos\prod_mostrar_tipo.php on line 5 /// SCRIPT /// "; echo ""; echo "", $filas['prod_descripcion'], ""; echo ""; echo " "; echo "\n"; echo ""; echo ""; //echo ""; echo ""; // if (esta_en_array($camion, $cantidad)) // { // echo "VALUE='$cantidad' size='15'>"; // } //else // { // $cantidad = 0; // echo "VALUE='$cantidad' size='15'>"; //} // echo ">"; echo "\n"; echo "\n"; echo "\n"; // echo ""; // echo ""; echo ""; echo "\n"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "CODIGO: ", $filas['prod_cod'], "\n"; echo ""; echo ""; echo ""; echo ""; echo "PRESENTACION: ", $filas['prod_presentacion'], "\n"; echo ""; echo ""; echo ""; echo ""; echo "FABRICANTE: ", $filas['prod_fabricante'], "\n"; echo ""; echo ""; echo "DESCRIPCION: ", $filas['prod_propiedades'], "\n"; echo ""; echo ""; } echo ""; ?> Ysrael Guzmán Meza -Mensaje original- De: BigDog [mailto:bigdog@;venticon.com] Enviado el: Jueves, 14 de Noviembre de 2002 09:54 a.m. Para: [EMAIL PROTECTED] Asunto: RE: [PHP] PHP Auth with Apache You are sending the header information to the browser before the session stuff begins... make sure that you call "session_start();" right after your I have a problem, i'm new in PHP > > It is the problem in my browsegive me the solution please > > Warning: Cannot send session cache limiter - headers already sent > (output started at c:\foxserv\www\t-demo1\pedidos\prod_oficina.php:5) > in c:\foxserv\www\t-demo1\pedidos\prod_oficina.php on line 6 > > > HELP MEEE!!1 > > Sos > > ygm -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] PHP Auth with Apache
I have a problem, i'm new in PHP It is the problem in my browsegive me the solution please Warning: Cannot send session cache limiter - headers already sent (output started at c:\foxserv\www\t-demo1\pedidos\prod_oficina.php:5) in c:\foxserv\www\t-demo1\pedidos\prod_oficina.php on line 6 HELP MEEE!!1 Sos ygm
RE: [PHP] PHP Auth with Apache
Y have a problemm Warning: Cannot send session cache limiter - headers already sent (output started at c:\foxserv\www\t-demo1\pedidos\prod_oficina.php:5) in c:\foxserv\www\t-demo1\pedidos\prod_oficina.php on line 6 Ysrael Guzmán Meza -Mensaje original- De: BigDog [mailto:bigdog@;venticon.com] Enviado el: Jueves, 14 de Noviembre de 2002 04:51 a.m. Para: [EMAIL PROTECTED] Asunto: Re: [PHP] PHP Auth with Apache Ed, When you do auth with mysql and they succeed then u can set the $_SERVER['PHP_AUTH_USER'] and in theory that should allow you to connect to the directory because that should be set for apache http authentication. You might have to play with it, but i am sure you can get it to work. On Thu, 2002-11-14 at 16:42, [EMAIL PROTECTED] wrote: > I'm now understanding how you can get PHP to present you with a > username and password promt just like APache would do if you had a > .htaccess file in the directory you were trying to enter. Great idea > but it seems that it would be easier to just use the .htaccess file in > the directory. > > What I've been trying to find out is how to pass through a .htaccess > file if someone has already passed an database authentication lookup > in PHP. > > I have an area on my site "Special Publications" where users login and > their username and password is checked against a MySQL database. One > field in their user records is the URL to their directory on our > server. Each one of these directories is protected via .htaccess. What > I would really like to do is have them redirected to their URL if they > pass authentication and not have them enter their username and > password again. Is their a way to do this? > > Thanks, > > Ed > > > > On Wed, 13 Nov 2002, Ewout de Boer wrote: > > > in httpd.conf > > > > > > AllowOverride AuthConfig > > > > > > > > More info at > > http://httpd.apache.org/docs/mod/core.html#allowoverride > > > > > > regards, > > > > Ewout > > > > > > - Original Message - > > From: "Alexander Bemme" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, November 13, 2002 12:02 PM > > Subject: [PHP] PHP Auth with Apache > > > > > > > Hi, > > > i got a little problem (i hope so) > > > > > > I have installed Apache 1.3.26 and PHP 4.2.3 as module. > > > > > > I used the example from www.php.net to do a PHP authentication, > > > but it didn't work, the pop appears but i can't login. > > > > > > In PHPManual is someting about "AuthType" but nothing about how to > > > fix it. > > > > > > Can someone help out? > > > > > > Thanks > > > > > > --Alex > > > > > > > > > > > > -- > > > PHP General Mailing List (http://www.php.net/) > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php