Re: Fw: [PHP] Help! I cannot send e-mail to your mail groups

2007-03-02 Thread Németh Zoltán
2007. 03. 2, péntek keltezéssel 13.42-kor Haydar Tuna ezt írta:
> Hello Again,
>If I send e-mail to your group, I have an error message below. There 
> aren't any network problems. I try to send mail different places but I get 
> same error message. May be, you can restrict Turkish IP address blocks 
> becuase I haven't see any message from Turkey recently in your mail lists. 
> May be, you can restrict my mail address in your group. I'm writing a book 
> about PHP and I love helping any people about PHP on the world. Can you help 
> me in this issuse? What is the problem? and this problem has been for 2 
> weeks. 2 weeks ago, I could send mail your groups easily.
>   I'm looking forward from hear you.
> 
> 
> Error Message:
> Outlook Express could not post your message.  Subject 'Re: PHP and cron', 
> Account: 'news.php.net', Server: 'news.php.net', Protocol: NNTP, Port: 119, 
> Secure(SSL): No, Socket Error: 10051, Error Number: 0x800CCC0E

hmm I must admit I don't know anything about using NNTP on
news.php.net...
I simply send all mails to php-general@lists.php.net (with SMTP) and no
problem...
I subscribed to the list at http://www.php.net/mailing-lists.php and
sent back a confirmation email and that's all...

greets
Zoltán Németh

> 
> 
> - Original Message - 
> From: "Németh Zoltán" <[EMAIL PROTECTED]>
> To: "Haydar Tuna" <[EMAIL PROTECTED]>
> Cc: 
> Sent: Friday, March 02, 2007 12:19 PM
> Subject: Re: [PHP] Help! I cannot send e-mail to your mail groups
> 
> 
> 
> 
> 
> 2007. 03. 2, péntek keltezéssel 09.57-kor Haydar Tuna ezt írta:
> > Hello,
> > I have been Linux user for 7 years and I have been membership of Linux
> > Community group for 3 years in Turkey. As you know, linux users share all 
> > of
> > experiences and knownledges and I'm writing a book about PHP. I'm a PHP
> > professional for this reason I want to help any people on the world but I
> > haven't send a message for two days. I got an abuse e-mail two times but
> > there isn't any problem my mails that I have send your mail group. I want 
> > to
> > send e-mail your mail group again, I want to help any people on the world
> > again if possible. Can you help me?
> > I'm looking forward here you.
> >
> 
> It seems to me you can send mail to the list, as I have received it ;)
> 
> (or maybe I misunderstood your problem?)
> 
> greets
> Zoltán Németh
> 
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Fw: [PHP] Help! I cannot send e-mail to your mail groups

2007-03-02 Thread Haydar Tuna

Hello Again,
  If I send e-mail to your group, I have an error message below. There 
aren't any network problems. I try to send mail different places but I get 
same error message. May be, you can restrict Turkish IP address blocks 
becuase I haven't see any message from Turkey recently in your mail lists. 
May be, you can restrict my mail address in your group. I'm writing a book 
about PHP and I love helping any people about PHP on the world. Can you help 
me in this issuse? What is the problem? and this problem has been for 2 
weeks. 2 weeks ago, I could send mail your groups easily.

 I'm looking forward from hear you.


Error Message:
Outlook Express could not post your message.  Subject 'Re: PHP and cron', 
Account: 'news.php.net', Server: 'news.php.net', Protocol: NNTP, Port: 119, 
Secure(SSL): No, Socket Error: 10051, Error Number: 0x800CCC0E



- Original Message - 
From: "Németh Zoltán" <[EMAIL PROTECTED]>

To: "Haydar Tuna" <[EMAIL PROTECTED]>
Cc: 
Sent: Friday, March 02, 2007 12:19 PM
Subject: Re: [PHP] Help! I cannot send e-mail to your mail groups





2007. 03. 2, péntek keltezéssel 09.57-kor Haydar Tuna ezt írta:

Hello,
I have been Linux user for 7 years and I have been membership of Linux
Community group for 3 years in Turkey. As you know, linux users share all 
of

experiences and knownledges and I'm writing a book about PHP. I'm a PHP
professional for this reason I want to help any people on the world but I
haven't send a message for two days. I got an abuse e-mail two times but
there isn't any problem my mails that I have send your mail group. I want 
to

send e-mail your mail group again, I want to help any people on the world
again if possible. Can you help me?
I'm looking forward here you.



It seems to me you can send mail to the list, as I have received it ;)

(or maybe I misunderstood your problem?)

greets
Zoltán Németh

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



FW: [PHP] HELP , HELP ,HELP

2005-03-29 Thread Chris W. Parker
Wangchq,

Please send all responses to the public mailing list.

What we need to know from you is what $set is and what data it contains. 
Otherwise there's no way to tell why it's not matching.



Chris.

-Original Message-
From: wangchq [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 29, 2005 5:23 PM
To: Chris W. Parker
Subject: ??: [PHP] HELP , HELP ,HELP




-éäåä-
åää: Chris W. Parker [mailto:[EMAIL PROTECTED] 
åéæé: 2005å3æ30æ 9:04
æää: wangchq; php-general@lists.php.net
äé: RE: [PHP] HELP , HELP ,HELP

wangchq 
on Tuesday, March 29, 2005 4:50 PM said:

> Hi;

Hello.

> I use this regulation expression to check account(money)type, but it
> does not work.

That's "regular" expression. You were close. :P

>  if(eregi("^\$[0-9]+\,[0-9]+\.[0-9]+",$set,$account)){
> 
> $reg_account=$account[1]; }
> 
>  else $reg_account=-1;

Give some examples of the data you are feeding your regex so we can see
where you are going wrong.



Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php












Hi,
I would be grateful first.
There is nothing on the feedins.it does not work from this segment of the 
programme.
   if(eregi("^\$[0-9]+\,[0-9]+\.[0-9]+",$set,$account)){
$reg_account=$account[1]; }
 else $reg_account=-1;
 if($reg_account==-1){
 echo "not query account\n";}


 if($reg_account<=$row[balance_borderline]){

$mailfrom="[EMAIL PROTECTED]";
$mailto = trim(explode(",",$row[notify_mail]));
$message = 
"ÃÃÂÃÃÂÂÃÂÃÃÃÂÃÃÃÂÃÃÃÂÃÃÃÂÃÂÃÃÃ";
$date = date("YÃÃmÃÃdÃÃ");
$subject = "ÃÂÂÃÂÃÃÃÂÃÂÃÃÃ";



send_email($mailto, $mailfrom, $subject, $message);
  }
else exit();
}
 $row=ifx_fetch_row($result_id, "next");
 checkerr("file:".$prog_name." line:".__LINE__);
 }while(0)
?>



Fw: [PHP] help me please

2003-02-25 Thread Rick Emery
You don't have to break up the strings:
mail("$ToName <$ToEmail>",$ToSubject, $EmailBody, "From: $FirstName <$Email>");

What are values of $ToName and $FirstName?

why did you submit tghis 3 times?
- Original Message - 
From: "bionicegg" <[EMAIL PROTECTED]>
To: <>
Sent: Tuesday, February 25, 2003 11:38 AM
Subject: [PHP] help me please


Hello all,


I am having problems with a script.  The script works great on one of my
sights, however, when I transferred it to another site, it does not
function.  I contacted my hosting company (both sites are on the same
server), they told me that I needed to check the script and that it has
nothing to do with them, since they ran a  test.php and it worked fine.
   Here is the script:

",$ToSubject, $EmailBody, "From: ".$FirstName."
<".$Email.">");

?>

Please if anyone knows anything about this stuff (Im a newbie to this) You
help is greatly appreciated!

Thanks in advance,
mark johnson






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



FW: [PHP] help with script!!!

2003-02-02 Thread David Freeman

 > echo("| %s | %s | %s | %s | %s |", $array[id],
 > $array[username],
 > $array[password], $array[status], $array[notes]);

If you look at http://www.php.net/echo you'll see that echo
does not support this syntax. If you want to use this syntax
then you should probably be using some form of printf (see
http://www.php.net/printf).

CYA, Dave





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Fw: [PHP] help needed with session variables

2003-01-28 Thread Sascha Braun
Isnt it better to do it in this way?

session_start();
session_register('USER');

$USER['valid'] = true;
$USER['firstname'] = $first_name;
$USER['lastname'] = $last_name;

Then I really know what I am doing!

Good luck

Sascha


- Original Message -
From: "1LT John W. Holmes" <[EMAIL PROTECTED]>
To: "Pushpinder Singh Garcha" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, January 27, 2003 11:02 PM
Subject: Re: [PHP] help needed with session variables


> Are you sure $first_name and $last_name have a value? Double check...
>
> ---John Holmes...
>
> - Original Message -
> From: "Pushpinder Singh Garcha" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 27, 2003 4:44 PM
> Subject: [PHP] help needed with session variables
>
>
> hello,
>
> I am making use of sessions in my PHp/MySQL Database application. When
> the user is successfully authenticated against the database, a session
> is created in following manner:
>
>
> session_register("valid_user","firstname","lastname");
>
> $valid_user = $login;
> $firstname  = $first_name;
> $lastname   = $last_name;
>
> While I  am able to use the $valid_user variable all thru the sesion ,
> when I try to use the $valid_user it works fine (i.e. I am able to
> access the value) throughout the session, however when I try to use the
> other two registered session variables i.e firstname and lastname,  I
> am not able to extract the value.  Can you suggest what might be going
> wrong. Note I am locally testing the setup on my Mac.
>
> Many Thanks
> Pushpinder Singh Garcha
> _
> Web Architect
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Fw: [PHP] Help please: Unable to get $_POST["variable"]; to work in a form.

2002-12-10 Thread Rick Emery
Try $_POST['name'] and $_POST['age']
Try $HTTP_POST_VARS['name'] and $HTTP_POST_VARS['age']

- Original Message - 
From: "David Scott" <[EMAIL PROTECTED]>
To: <>
Sent: Tuesday, December 10, 2002 10:56 AM
Subject: [PHP] Help please: Unable to get $_POST["variable"]; to work in a form.


I am going through the introductory tutorial on http://www.php.net/ and am
stuck on this page:
http://www.php.net/manual/en/tutorial.forms.php

I have been able to get all of the examples up to this point to work.

The form is simple: it asks for a text "name", a text "age" and has a submit
button. The information is submitted to action.php.

Action.php contains this code:
Hi .
You are  years old.

I saved action.php as a text file with only the information above.

When I enter JoeBob into the name field and 27 into the age field, I get
this for output:
Hi
Notice: Undefined index: name in c:\inetpub\wwwroot\action.php on line 1
. You are
Notice: Undefined index: age in c:\inetpub\wwwroot\action.php on line 2
years old.

What can I do to remedy this?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Fw: [PHP] Help, Parse error caused by quotes andapostrophes in function, How do I fix this?

2002-09-10 Thread Kevin Stone

Hi.

Try the backticks (execution) operator instead so you're not fighting
yourself with quotes.  I think it should work but this is untested.  Let me
know if it doesn't..

$out = `convert picture.jpg  -font Arial-Bold -pointsize 20 -fill
red -gravity southeast -draw "text 10,10 'my text to add to picture'"
text-overlay.jpg`;

-Kevin

- Original Message -
From: "Kurtis Harper" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 10, 2002 5:35 PM
Subject: [PHP] Help, Parse error caused by quotes andapostrophes in
function, How do I fix this?


> The following is the format needed in order to run the convert command
from
> command line, but I have a problem in exec() format:
>
>
>
> convert picture.jpg  -font Arial-Bold -pointsize 20 -fill red -gravity
> southeast -draw "text 10,10 'my text to add to picture'" text-overlay.jpg
>
>
>
>
> this causes problems "Parse error: parse error, unexpected T_STRING":
>
>
>
> exec('convert picture.jpg  -font Arial-Bold -pointsize 20 -fill
red -gravity
> southeast -draw "text 10,10 'my text to add to picture'"
text-overlay.jpg');
>
>
>
> I am positive the it is due to all the "s and 's within the command, I
have
> tried the specialchars for quotes andapostrophes but I am still missing
> something:
>
>
>
> exec('convert picture.jpg  -font Arial-Bold -pointsize 20 -fill
red -gravity
> southeast -draw "text 10,10 \'my text to add to picture\'"
> text-overlay.jpg');
>
>
>
> If anyone has any ides on how to avoid probles with quotes andapostrophes
> inside the exec() I am all ears :o)
>
>
>
>
>
> Thanks
>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.386 / Virus Database: 218 - Release Date: 9/9/2002
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Fw: [PHP] Help with header function

2002-06-10 Thread Kevin Stone

The only thing I can think of is that you have a syntax error in the header.
-Kevin

- Original Message -
From: "Shane Kelly" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 1:43 PM
Subject: Re: [PHP] Help with header function


> I don't get an error message...but the page doesn't automatically forward
to
> the redirected url.
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Fw: [PHP] Help with header function

2002-06-10 Thread Kevin Stone

What kind of an error are you recieving?  Could it be you're sending output
prior to the header function?  The alternative solution would be to
include("file_exists.php");  then exit.
-Kevin

- Original Message -
From: "Shane Kelly" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 1:03 PM
Subject: [PHP] Help with header function


> I'm creating an upload form for users to upload files to my server.  but I
> don't want them to overwrite existing files if they try to upload using
the
> same file name...
>
> THE FOLLOWING SCRIPT WORKS PERFECTLY
>
> if (file_exists("uploads/documents/".$file_name)==TRUE) {
>  die ("File already exists");
>  }
>  else {
>  copy($file,"uploads/documents/".$file_name); }
>
> BUT  I WOULD RATHER HAVE IT REDIRECT THEM TO ANOTHER PAGE USING
>
> if (file_exists("uploads/documents/".$file_name)==TRUE) {
>  header("Location:http://www.mysite.com/file_exists.php";);
>  }
>  else {
>  copy($file,"uploads/documents/".$file_name); }
>
> THIS SCRIPT DOESN'T WORK...DOES ANYONE KNOW WHY???
>
> Thanks
>
> Shane
> [EMAIL PROTECTED]
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Fw: [PHP] Help.

2001-08-17 Thread Balaji Ankem



 
first let me know about that exe file.
 
can u call that exe file in browser??? If yes can we give like http://path to exe//??input co-ords...
 
-Balaji

  - Original Message - 
  From: 
  rajarajeswari 
  balasubramanian 
  To: [EMAIL PROTECTED] 
  Sent: Friday, August 17, 2001 12:09 
  PM
  Subject: [PHP] Help.
  Hi,I have created a database with the backend of 
  Mysqland i am accesing the database using PHP scripts.In the 
  database there is one field, which has theinformation of the structure of 
  a molecule as aCoordinate data.when i am using the 
  mysql_fetch_array() command toretrive the data, it's just taking the text 
  part ofthe file, which is simply a ASCII characters anddisplaying that 
  on the browser screen.I have a program whihc will take that coordinate 
  fileas the input and it will convert that file into a 3Dstructure, i 
  have the exe file of that program.Now my query is how do i 
  access this exe file in the php script???,Is that Possible in some 
  way??? so the data is retrived it has to automatically invokethe 
  ./xxx file and it will give the 3D rendering ofthat data which is in the 
  form of coordinate file.Please give me some suggestiosn about 
  this.Thanks in 
  advance.Raji __Do 
  You Yahoo!?Make international calls for as low as $.04/minute with Yahoo! 
  Messengerhttp://phonecard.yahoo.com/-- 
  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]

---
Information transmitted by this E-MAIL is proprietary to Wipro Limited and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail
from your records.




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