Re: [PHP] PHP-arnings

2001-10-31 Thread nico_oreka

If defined ($x) ???

If !empty ($x) ???

...Well ...

- Original Message -
From: Martín Marqués [EMAIL PROTECTED]
To: Harald Witt [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, October 31, 2001 3:43 PM
Subject: Re: [PHP] PHP-arnings


 On Mié 31 Oct 2001 11:17, you wrote:
  Hi,
 
  I have a hopefully simple problem. Look at the following simple script:
 
  ?php
if  ($x) {
  echo $x;
}
  ?
 
  This script runs properly on my productive system (Linux, Apache, PHP
  4.0.3pl1). But on my Development-System (W2k Server, Apache 1.3.20, PHP
  4.0.6) I always get a Warning, that variable x in not definded.
  Ok, thats true. But how can I suppress that Messages??? They destroy my
  HTML-Code. I've searched in the PHP.INI file, but I can't find anything,
  that looks like warning-suppression.

 Yes the error reporting.

 --
 Porqué usar una base de datos relacional cualquiera,
 si podés usar PostgreSQL?
 -
 Martín Marqués  |[EMAIL PROTECTED]
 Programador, Administrador, DBA |   Centro de Telematica
Universidad Nacional
 del Litoral
 -

 --
 PHP General 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 General 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: [PHP] Please help!!! Trying to write some chat script!

2001-09-20 Thread nico_oreka

I made a chatboard script that i use on two websites (http://nayco.free.fr ,
http://luxregina.free.fr )
One thing important to know is that you MUST NOT use a text file : When two
people write together, messages are scrambled and the script displays wierd
things 
 use SQL, as it's faster, easier to use, and has got no 'lock' problem
...

If you want my script . tell me !!


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Sheridan Saint-Michel [EMAIL PROTECTED]
To: Diadon [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, September 19, 2001 6:27 PM
Subject: Re: [PHP] Please help!!! Trying to write some chat script!


 There actually isn't much technology in a chat room.  It is a fairly
simple
 program.

 Basically you have a webpage which checks Someplace retrieves all
 the messages from Someplace and prints them, then provides a place
 for the user to enter stuff into Someplace.

 Someplace can be any number of things such as a flat file, or a MySQL
 database table.  Basically anywhere you can stick stuff and anyone can
 retrieve it.

 The only thing left, then, is to update the page with new entries from
time
 to
 time.  While Netscape makes this easy with server push, you are probably
 going to want something like a Meta Refresh so the IE people can use the
 chat too.

 You probably also want to put the form for entering new messages in its
own
 frame so that someone isn't halfway through writing a message when the
whole
 thing refreshes.

 That's pretty much it.  If you have any specific questions let me know.

 Sheridan Saint-Michel
 Website Administrator
 FoxJet, an ITW Company
 www.foxjet.com


 - Original Message -
 From: Diadon [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, September 19, 2001 10:54 AM
 Subject: [PHP] Please help!!! Trying to write some chat script!


  Hi!
  Where are can read some information (not examples scripts) about chat
  technologies?
 
 
 
  --
  PHP General 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 General 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 General 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: Re[2]: [PHP] Please help!!! Trying to write some chat script!

2001-09-20 Thread nico_oreka

I've got a script too  using cookies, md5 and and a 'shadow' text-file
or an 'account' SQL table ...


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Diadon [EMAIL PROTECTED]
To: Sheridan Saint-Michel [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Wednesday, September 19, 2001 7:04 PM
Subject: Re[2]: [PHP] Please help!!! Trying to write some chat script!


 Please, tell me how to secure chat system, using login and password
  in the hidden input of frame or using sessions?


  There actually isn't much technology in a chat room.  It is a fairly
simple
  program.

  Basically you have a webpage which checks Someplace retrieves all
  the messages from Someplace and prints them, then provides a place
  for the user to enter stuff into Someplace.

  Someplace can be any number of things such as a flat file, or a MySQL
  database table.  Basically anywhere you can stick stuff and anyone can
  retrieve it.

  The only thing left, then, is to update the page with new entries from
time
  to
  time.  While Netscape makes this easy with server push, you are probably
  going to want something like a Meta Refresh so the IE people can use the
  chat too.

  You probably also want to put the form for entering new messages in its
own
  frame so that someone isn't halfway through writing a message when the
whole
  thing refreshes.

  That's pretty much it.  If you have any specific questions let me know.

  Sheridan Saint-Michel
  Website Administrator
  FoxJet, an ITW Company
  www.foxjet.com


  - Original Message -
  From: Diadon [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, September 19, 2001 10:54 AM
  Subject: [PHP] Please help!!! Trying to write some chat script!


  Hi!
  Where are can read some information (not examples scripts) about chat
  technologies?
 
 
 
  --
  PHP General 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 General 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 General 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] PHP windows version DLLs ...

2001-09-17 Thread nico_oreka

Does someone know where i can get various extension DLLs for 'Zend' PHP 4
for windows ?
I can't find any on the net !!!
I'm specialy lookin for the 'GD' dll extension 

thanx.


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr





-- 
PHP General 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: [PHP] SMS with php

2001-09-17 Thread nico_oreka

http://www.ietf.org/rfc/rfc1568.txt?number=1568

maybe something can be done with that 


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Tom Carter [EMAIL PROTECTED]
To: Lewis Bergman [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 10:51 AM
Subject: Re: [PHP] SMS with php


 I'm very intruiged how you have got this to work it was my
understanding
 you needed to be running a server, such as kannel, and have a contract
with
 an smsc?

 Is this so?

 - Original Message -
 From: Lewis Bergman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, September 17, 2001 2:59 AM
 Subject: Re: [PHP] SMS with php


   Hi,
  
   Does anyone know how to send a sms message to a handphone using PHP?
  
   Thanks and regards,
   Alva Chew
  I have a class that does it. It is very easy. See the RFC on SNPP and
some
  use standard mail servers.
 
 
  --
  PHP General 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 General 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 General 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: [PHP] SMS with php

2001-09-17 Thread nico_oreka

I personnaly provide SMS sending from my site, see under, but I awfully
leeched it from www.exoset.com
It works well, but there are ads .


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Tom Carter [EMAIL PROTECTED]
To: Tom Carter [EMAIL PROTECTED]; nico_oreka
[EMAIL PROTECTED]; Lewis Bergman [EMAIL PROTECTED];
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 1:45 PM
Subject: Re: [PHP] SMS with php


 for those who are interested there is a good wap/sms server, open source
and
 generally funky kannel (kannel.3glabs.org)

 It's all you need to server wap, but sms does requrie a contract (=cost
 money) with a service centre

 - Original Message -
 From: Tom Carter [EMAIL PROTECTED]
 To: nico_oreka [EMAIL PROTECTED]; Lewis Bergman
 [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, September 17, 2001 11:07 AM
 Subject: Re: [PHP] SMS with php


  Thats the standard, but because of the other systems involved in
 delivering
  msgs then I don't think it possible just to do that without the
 co-operation
  of a third party smsc.
 
  I really hope I'm wrong tho...
  - Original Message -
  From: nico_oreka [EMAIL PROTECTED]
  To: Tom Carter [EMAIL PROTECTED]; Lewis Bergman
  [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Monday, September 17, 2001 11:00 AM
  Subject: Re: [PHP] SMS with php
 
 
   http://www.ietf.org/rfc/rfc1568.txt?number=1568
  
   maybe something can be done with that 
  
  
   (°-Nayco,
   //\[EMAIL PROTECTED]
   v_/_ http://nayco.free.fr
  
  
   - Original Message -
   From: Tom Carter [EMAIL PROTECTED]
   To: Lewis Bergman [EMAIL PROTECTED]; [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Sent: Monday, September 17, 2001 10:51 AM
   Subject: Re: [PHP] SMS with php
  
  
I'm very intruiged how you have got this to work it was my
   understanding
you needed to be running a server, such as kannel, and have a
contract
   with
an smsc?
   
Is this so?
   
- Original Message -
From: Lewis Bergman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 17, 2001 2:59 AM
Subject: Re: [PHP] SMS with php
   
   
  Hi,
 
  Does anyone know how to send a sms message to a handphone using
 PHP?
 
  Thanks and regards,
  Alva Chew
 I have a class that does it. It is very easy. See the RFC on SNPP
 and
   some
 use standard mail servers.


 --
 PHP General 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 General 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 General 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 General 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 General 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] Re: PHP windows version DLLs ...

2001-09-16 Thread nico_oreka

No, my problem is that I haven't got this DLL ...
I only have an older php3_gd.dll who make PHP hang when loaded, so i'm lookin for a 
php4_gd.dll with gif, png, jpeg, etc  support !!!

-- 


(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


Gaylen Fraley [EMAIL PROTECTED] a écrit dans le message : 
[EMAIL PROTECTED]
 Look in your php\extensions directory.  There should be a php_gd.dll .
 
 --
 Gaylen
 [EMAIL PROTECTED]
 http://www.gaylenandmargie.com
 PHP KISGB v1.01 Guestbook http://www.gaylenandmargie.com/publicscripts
 
 Nico_oreka [EMAIL PROTECTED] wrote in message
 00f401c13ef3$80ed60a0$0100a8c0@p2333">news:00f401c13ef3$80ed60a0$0100a8c0@p2333...
 Does someone know where i can get various extension DLLs for 'Zend' PHP 4
 for windows ?
 I can't find any on the net !!!
 I'm specialy lookin for the 'GD' dll extension 
 
 thanx.
 
 
 (°-Nayco,
 //\[EMAIL PROTECTED]
 v_/_ http://nayco.free.fr
 
 
 
 
 
 
 -- 
 PHP General 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]
 
 
 

(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr