Re: [PHP] if test

2007-06-19 Thread Kostas Papadimitriou
Jochem Maas wrote: please keep posts on list. jekillen wrote: On Jun 17, 2007, at 12:18 PM, Jochem Maas wrote: jekillen wrote: Hello again; does the following test pass if the file is successfully included: if( include( some file ) ) or does it pass with: if( ! include( some file ) ) have

[PHP] Re: System wide variable

2007-05-23 Thread Kostas Papadimitriou
Darren Whitlen wrote: Hi, I have a PHP script that reads and updates either a small file or a mysql database. This script is called from several places every .5 seconds. I would like to move this file to a variable for extra speed as the file is causing a few problems being accessed so many

[PHP] Sessions in PHP... where to start???

2006-02-27 Thread Kostas Tsirigos
Hi everybody! I have a problem and I was told to check out the sessions part in PHP. What I want to deal with is the following : I have a PHP page with a form, where the user writes some data. These data are then written into a file which is then used in a system command as input for an external

[PHP] Problem with session_destroy() don't work

2003-10-12 Thread Kostas
Hi, I have a problem with destroing a session. I have made a login page and the login work ok. I register the things i want like that: I try to make the logout page like that: but it dont work. I have a.. PHP - 4.0.5 a.. MySQL - 3.23.32 a.. Apache - 1.3.14 a.. PHPMyAdmin - 2.1.0 a.. Perl - nsP

[PHP] Changing arguments in the php.ini file

2002-02-26 Thread Kostas Karadamoglou
Hi my system is: Windows Me Apache Server for Windows 1.3... PHP 4.1.1 I have the following problem. I change the variables in the C:\WINDOWS\php.ini file but there is no affect. Also after the change I always restart the Apache server and icall the php.info() function. The function's results a

[PHP] Changing arguments in the php.ini file

2002-02-26 Thread Kostas Karadamoglou
Hi my system is: Windows Me Apache Server for Windows 1.3... PHP 4.1.1 I have the following problem. I change the variables in the C:\WINDOWS\php.ini file but there is no affect. Also after the change I always restart the Apache server and icall the php.info() function. The function's results a

[PHP] Changing arguments in the php.ini file

2002-02-25 Thread Kostas Karadamoglou
Hi my system has the following characteristics Windows Me Apache for window 1.3... and PHP 4.1.1 When I change an argument from off to on and then restart the Apache server the php.info() function displays thats no changes took place. Exambles like register_global and display_errors. I dont kno

[PHP] Problem about Reading input from a Form

2002-02-25 Thread Kostas Karadamoglou
I set the register_globals On in the php.ini file but when i do php.info it shows that is off.About the better way, How i can manipulate this variables, can you give me an exable. Thank you >From: "Ford, Mike [LSS]" <[EMAIL PROTECTED]> >To: 'K

[PHP] Problem about Reading input from a Form

2002-02-25 Thread Kostas Karadamoglou
I put and the POST method but I have the same problem I don't know why, any ideas? Thank you >From: "John Day" <[EMAIL PROTECTED]> >To: "Kostas Karadamoglou" <[EMAIL PROTECTED]>, ><[EMAIL PROTECTED]> >Subject: RE: [PHP] Problem about Rea

[PHP] Problem about Reading input from a Form

2002-02-25 Thread Kostas Karadamoglou
I can't take the variables $user and $address from the form to the php file. Below I have the code.When I test the examble I only see the html text but not the variables. Thank you THE HTML FORM Listing 9.2 THE PROCCESS OF THE INPUT FORM Listing 9.3 $user\n\n"; print "Your

[PHP] How to Configure the MySql Database?

2002-02-07 Thread Karadamoglou Kostas
I don't know to configure MySql Database On Apache Server in Windows System. What I must do? (step by step)