[PHP-DB] data consistency

2001-07-12 Thread andRie Is

Hello php-db,

  is PHP / Mysql could handle multiple access into table to keep data
  consistency ?
  

 ,,,   
(@-@)   
+==---o00(_)00o-==+

It is better to be defeated on principle than to win on lies.
--Arthur Calwell
-- 
Best regards,
 andRie 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Delete file

2001-07-10 Thread andRie Is

Hello php-db,

  How to delete file using PHP ?
  and how to set it's permission ?

 ,,,   
(@-@)   
+==---o00(_)00o-==+

It is better to be defeated on principle than to win on lies.
--Arthur Calwell
-- 
Best regards,
 andRie 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] login twice

2001-07-05 Thread andRie Is

Hello php-db,

  anyone knows how to avoid user to login twice in different computer
  ?
  for exam : User A login using computer D, and then A go to computer
  E and A login again. how to restrict A to login using computer E
  when he have another session in computer D ?
  

 ,,,   
(@-@)   
+==---o00(_)00o-==+

It is better to be defeated on principle than to win on lies.
--Arthur Calwell
-- 
Best regards,
 andRie 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] page expired

2001-06-22 Thread andRie Is

Hello php-er,

  how to make user to start login again after several minute doesnt
  doing anything ? i want to use it and implement it using session.
  so after the pages expired i want to destroy the session exist.
  anyone can help me ?

  TIA

A real friend is one who walks in when the rest of the world walks 
out.
~ Walter Winchell.  
-- 
wassalam,
 andRie  


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] flush privileges

2001-06-20 Thread andRie Is

Hello php-db,

  what kind of privileges i should have if i want to run
  'flush privileges' ?

 ,,,   
(@-@)   
+==---o00(_)00o-==+

It is better to be defeated on principle than to win on lies.
--Arthur Calwell
-- 
Best regards,
 andRie 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re[2]: [PHP-DB] PLEASE HELP !!!

2001-05-22 Thread andRie Is

I bet, there is something logic error in your program..
PHP+apache is such a small program with low resources that cannot harm your
system ..


mk PHPFAN [EMAIL PROTECTED] wrote in message
mk 9eetk0$92d$[EMAIL PROTECTED]">news:9eetk0$92d$[EMAIL PROTECTED]...
 I am running PHP 4.0.5 on Windows 2000 with SQL server databases.
 If there is an error with my PHP code, my computer becomes very very slow
 and  nothing works. The PHP process is using 99 % of the CPU. So I have to
 restart the computer. This
 happens everytime there is an error in my PHP code. For the work I am
mk doing,
 I have to use PHP with backend SQL
 Server on Windows Platform.
-- 
Best regards,
 andRiemailto:[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] rownum in mysql

2001-05-18 Thread andrie

 is mysql has reserve word like 'rownum' in oracle ?

wassalam,
andRie



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] user need password

2001-05-16 Thread andrie

Hello php-db,
  we know that every password in mysql was encryption using PASSWORD
  function. i have case that make me to send user password bymail.
  how can i get this user password ?



-- 
Best regards, TIA
 andrie  mailto:[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] mysql newbie

2001-05-09 Thread andrie

Hello php-db,

  a allready install mysql on apache and idont create any user yet
  one question from me, when i enter mysql, i can enter it without
  being asking any password(i'm not root). how to set mysql to ask
  password to any user who try  to enter ?

-- 
Best regards,
 andrie  mailto:[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] connection id

2001-03-23 Thread andrie

Hello php mania,
  i was connecting into mysql using mysql_connect, and i just saved
  the return value from this funtion. now i want to use this connection
  id in the other page so i dont have to connect into mysql again.
  is it possible for me to do that ?
  anybody could tell me the different between persistence connection
  or not ? and how the implementation ?

  TIA
  

-- 
Best regards,
 andrie  mailto:[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] parsing parameter over page 2

2001-03-07 Thread andrie

Hello All,
   thank for your attention
   i've tried to serialize my class variable and it seem to be
   work ( i print it out using echo $a;)
   but when i do unserialize to that class nothing happen, and
   still i can use my class ?
   is there something wrong ?

   any one can write a simple tutorial or example to do
   serializing/unserializing class
   over page..

   TIA

   

Wassalam,
andrie

Wednesday, March 07, 2001, 12:11:30 AM, Loe nulis gini:

HJ Try this URL from the PHP manual:

HJ http://www.php.net/manual/en/function.serialize.php

HJ You could use serialize($a) on your a.php page and then to use that object,
HJ you would do unserialize($b).  I think that's what you want to do.

HJ Josh Hoover
HJ KnowledgeStorm, Inc.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] parsing parameter over page

2001-03-06 Thread andrie

any body can help me ?
i confuse about parsing paramater over php pages
the paramater that i try to parse was a class variable.
so if i defined
   $a = new myclass;
in a.php. can i use that variable class in my b.php.
is it possible for me to do that ? i've tried using cookies, but that
cookies only known my $a as an object type, i cannot access it's
values.

TIA
andRie



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] detect cookies

2001-03-06 Thread andrie

Hello php-db,

  can i detect weather user has enable or not their cookies ?
  or is there any function that can read browser setup ?

-- 
Best regards,
 andrie  mailto:[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]