Page is a not externally linkable
janton - 12:29 pm on Jul 4, 2008 (gmt 0)
Because if i want to make a new url, that overrides the old id... it gives a error ;( $TestData = array(); $Query = " If i delete the old one out of mysql (the one with 10 id) than i can make a new one that hase the value (id)
o yeah is it possible to have a query been replaced (over the old one).
$TestData[] = array( '10', $url );
INSERT INTO
`films`
SET
`id` = '%s',
`url` = '%s'
";