Implement database & delete row from an array
I managed to implement the databases.,
http://pastebin.com/738742
Now that I have gathered $FILES, how do I implement it with the tables I have created?
Because now I have 2 more than I started with.
in the foreach loop insert them to database
Did you have a look at the tables?
I just want to make sure I am ready for the relational database process.
#
CREATE TABLE `spears_to_image` (
#
`id_folder` int( 11 ) NOT NULL AUTO_INCREMENT ,
sorry
too many lines
:)
how can id_folder be autoincrement?
I'll reset that.,
id is autoincremented.
some1 told me that i can't retrieve a status if a mail was sent sucessfully or not, just if it was sent but not received by the other side…
i've checked something about qmail that seems to do that, what u know about that?
Pearing_: you can't in native php, but you can always tail logs, but that depends on what mta you use
that's what was meant
pearing_: You cannot verify that en email was recieved at the other end unless you know for certain that the server you are sending to will respond with "undeliverable mail" if the mail was not delivered.
your solution would be rather unique
How do I delete one row from an array ?
cyph|work: php.net/unset
Cyph|work: unset($foo[0]);