[PHP] Re: mail function

2006-02-27 Thread Cristian MARIN
l advise 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.intera

[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 g

[PHP] Re: Reading binary http post

2006-02-21 Thread Cristian MARIN
't grant you that your binary will correctly survive. Cristian MARIN - [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Developer Designers Department InterAKT Online (www.interaktonline.com <http://www.interaktonline.com> Dan Baker wrote: "D

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

2006-02-21 Thread Cristian MARIN
ode or [^a-zA-Z\xhh\xhh\xhh-_\s] where hh 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

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: Try looking for articles on 'email injection'. This is a really good place to start for a desc

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

2006-02-18 Thread Cristian MARIN
e transformed URL. The real requested URL 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

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

2003-06-10 Thread Cristian MARIN
You can use the following code also: for url www.yoursite.com/index.php?image=1 0){ ?> and the /user/mysite/image_1.jpg will be loaded for image=1 or image_2.jpg for image=2 ... and so on -- ----- Cristian MARIN InterAKT Onl

[PHP] Safe mode Problem

2003-06-10 Thread Cristian MARIN
Even a link 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]

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

2003-06-10 Thread Cristian MARIN
Why don't you use the traditional way ? if ( id<0 && !edit){ echo "aa"; } It always work. -- ----- Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] "Larry L

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

2003-06-10 Thread Cristian MARIN
s is the answer 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]

[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] "

[PHP] Re: Sessions problem

2003-06-10 Thread Cristian MARIN
he my_email and how do you get 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]