[PHP-DB] Grrr quotes

2002-04-10 Thread Marij Bellen
Hello, i have a little problem with quotes: - first a have a textarea in a form - second i'm gonna check this textarea - if all checks sussesfull I process the data, so no straings thing get in my database or whatever (function see below) Problem: if I get the data out of the database I

[PHP-DB] Re: mail function help

2002-04-08 Thread Marij Bellen
Here is an example how to use the mail-function right. Hope it helps. #mailtje versturen naar $m_adres = $klant_email; $m_subject = $onderwerp; $m_body = Onderwerp: $onderwerp\r\n\r\nUw link is: $link\r\nUw categorie is: $categorie\r\n\r\nU moet uw link bla

[PHP-DB] How to link a MYSQL table to a dbase file

2002-04-04 Thread Marij Bellen
How can I extract data for a mysql-table from a dbase file? This is the situation: 1) we have a dbase-file with data 2) the dbase-file is put on the server 3) we have a mysql-table that needs to get his data out of this dbase-file. How can I link this mysql-table to this file! !!note:

Re: [PHP-DB] How to link a MYSQL table to a dbase file

2002-04-04 Thread Marij Bellen
I run my site on a linux webserver. I don't really know what a cron is? I can also get a csv file. I also have a function to translate the dbase-file to sql. Is a cron a tool or whatever to automatically load data into the database? == Can you use a cron (Unix) or at