Posted by Jeff North on 12/17/06 21:31
On 17 Dec 2006 11:04:35 -0800, in comp.lang.php "conspiracy cam"
<moonhoax@gmail.com>
<1166382275.739961.278630@l12g2000cwl.googlegroups.com> wrote:
>| Hi.
>|
>| Trying to create a program which splits up a large amount of text into
>| small pieces, puts these pieces into a database, allowing for later
>| reuse.
>|
>| The problem is since each text file is a different size in length i
>| can't reprogram the right amount of tables without manual work.
>|
>| I've tried importing the files through the database in a array, it
>| converts it into a string containing "array"
>|
>| So, either
>|
>| 1:can you add database rows onto a table after creation?
>|
>| 2: Is there any way to descramble the array package to grab each
>| individual variable?
>|
>| I'm still a beginner to PHP and MySQL so apologise if this is something
>| basic.
>|
>| BTW: I use php 4.
Post about ten lines of the sample data. Remove any sensitive data
before hitting the send button.
---------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
[Back to original message]
|