Hi,
I would like to store data from a string in a database after some
stripping. So for example:
<li><a href="xxx">yyy</a> - zzz
<li><a href="aaa">bbb</a> - ccc
In this example (which is one string) I would like to store the
variable data in a MySQL table. In order to do that I need to first
get the variable data from the string, which I can manage I think.
But how do I get the data into the database? Do I need to insert the
data into one or more arrays? And how can I then insert it into the
table?
Kind regards,
Martijn
I would like to store data from a string in a database after some
stripping. So for example:
<li><a href="xxx">yyy</a> - zzz
<li><a href="aaa">bbb</a> - ccc
In this example (which is one string) I would like to store the
variable data in a MySQL table. In order to do that I need to first
get the variable data from the string, which I can manage I think.
But how do I get the data into the database? Do I need to insert the
data into one or more arrays? And how can I then insert it into the
table?
Kind regards,
Martijn
Comment