[PHP-WIN] load data infile problem

2002-01-19 Thread rop30999
I have a called file cats.txt which count data that were solitary of a DB Access. I need to export these data for a table 'cats' inside of a DB done in MySql. In MySql I can execute this procedure in the following way: Load data local infile "gatos.txt" into table gatos fields terminated by ','

[PHP-WIN] New To PHP need help with mail

2002-01-19 Thread Burrito
I have a good cold fusion background but am now trying to tackle a new beast. I really only need to have e-mail functionality on an action page from a form page. Here is exactly what I need. I have a form page that asks questions like: riding bikes riding bikes riding bikes I need to

php-windows Digest 19 Jan 2002 19:06:55 -0000 Issue 960

2002-01-19 Thread php-windows-digest-help
php-windows Digest 19 Jan 2002 19:06:55 - Issue 960 Topics (messages 11521 through 11523): Help with regex 11521 by: Michael Reynolds Re: Redirection Question. 11522 by: Pac mon Re: Is ISAPI stable ? 11523 by: Alain Sayez Administrivia: To subscribe to the digest

Re: [PHP-WIN] Is ISAPI stable ?

2002-01-19 Thread Alain Sayez
I think there is no trouble with ISAPI Module. I use it with PHP 4.1.0 since the launch of this version. Alain "Ertan Tike" <[EMAIL PROTECTED]> wrote in message EFD455694497D21187A10004ACB81BE4041075C1@INTSERVER">news:EFD455694497D21187A10004ACB81BE4041075C1@INTSERVER... > no, cause i have live

Re: [PHP-WIN] Redirection Question.

2002-01-19 Thread Pac mon
A lot of people have trouble with sending the Location header. A more effective means is sending this: header("Refresh: 1;url=/path/to/myinfo.php"); I believe that's right. I haven't done it in awhile... > >Here is where the code is failing. > >if ($myrow = mysql_fetch_array($result)) { >//if