[PHP] Re: mail function

2006-02-27 Thread Cristian MARIN
to not use these methods. You may be considered a SPAM sender and be sued for these kind of actions. Cristian MARIN - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Developer Designers Division InterAKT Online - http://www.interaktonline.com Mohsen

Re: [PHP] novice with hacked email form issue

2006-02-21 Thread Cristian MARIN
Good Resource Greg Schnippel wrote: On 2/21/06, cKc Consultants [EMAIL PROTECTED] wrote: An email form that uses a simple server side php code to send the variable values managed to send: snip Try looking for articles on 'email injection'. This is a really good place to start for a

[PHP] Re: regular pattern to match åäö

2006-02-21 Thread Cristian MARIN
is the hex code. Cristian MARIN - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Developer Designers Department InterAKT Online (www.interaktonline.com http://www.interaktonline.com Patrick wrote: im trying to get my regular pattern to allow åäöÅÄÖ but it refuses to, i have

[PHP] Re: Reading binary http post

2006-02-21 Thread Cristian MARIN
survive. Cristian MARIN - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Developer Designers Department InterAKT Online (www.interaktonline.com http://www.interaktonline.com Dan Baker wrote: Dirk Vanden Boer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

[PHP] Re: PHP5.1.2/Apache2/WindowsXP

2006-02-21 Thread Cristian MARIN
Cristian MARIN - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Developer Designers Department InterAKT Online (www.interaktonline.com http://www.interaktonline.com Robert Hicks wrote: I am trying to use the DB PEAR extension. Every time it tries to connect, I get a memory

[PHP] Re: Retrieve the Http Host from the Http Header

2006-02-18 Thread Cristian MARIN
in this situation is located into a different location: $_SERVER['REDIRECT_URL'] Regards, Cristian MARIN - Developer Designer Division [EMAIL PROTECTED] http://www.interaktonline.com/ Ministério Público wrote: I need a way to retrieve the URL typed by anyone visiting

[PHP] Re: Sessions problem

2003-06-10 Thread Cristian MARIN
the datas ... I need more to help you . -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] Ryan A [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Heres the code (very simple stuff

[PHP] Re: How can I change the timezone?

2003-06-10 Thread Cristian MARIN
You should use the putenv() to set temporarly another timezone. Read the notes in the php manual: http://www.php.net/manual/en/function.putenv.php -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] Erick

[PHP] Re: Loading an image file as a PHP file.

2003-06-10 Thread Cristian MARIN
at your question, if not send me a mail. -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] Philip J. Newman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] To Do: I would like to call image

Re: [PHP] if ($xxxxx) { function not working?

2003-06-10 Thread Cristian MARIN
Why don't you use the traditional way ? if ( id0 !edit){ echo aa; } It always work. -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] Larry Li [EMAIL PROTECTED] wrote in message news

[PHP] Safe mode Problem

2003-06-10 Thread Cristian MARIN
to where I can find docs about the options for compiling Php will be good. -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED]

[PHP] Re: Loading an image file as a PHP file.

2003-06-10 Thread Cristian MARIN
will be loaded for image=1 or image_2.jpg for image=2 ... and so on -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] Philip J. Newman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] To Do: I would like