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 ','
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 - 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
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
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