| 
	
 | 
 Posted by Mark Knochen on 12/17/06 23:17 
Hello, 
 
i have a php-script with a mysql_query ... 
 
$insert = mysql_query("INSERT INTO $table (textID,redaktion) VALUES  
('$_POST[ID]','$row_startseiten[ID]')"); 
 
I get no mysql_error, if i copy the insert directly into phpmyadmin, the  
  insert works. but with the php-script the insert doesn`t create a new 
row in the table .. but why? 
 
thank you for help 
 
Mark 
 
 
--  
www.zeitfuerwahrheit.de 
 
************************************************************************ 
                                                                        * 
Beim großen Manual, ich habe gesprochen!                               * 
                                                                        * 
************************************************************************ 
                                                                        * 
"Ich habe Dinge gesehen, die ihr Menschen niemals glauben würdet.      * 
Gigantische Schiffe, die brannten, draußen vor der Schulter des Orion. * 
Und ich habe C-Beams gesehen, glitzernd im Dunkel,                     * 
nahe dem Thannhäuser-Tor.                                              * 
All diese Momente werden verloren sein... in der Zeit,                 * 
so wie ... Tränen im Regen."                                           * 
                                                                        * 
************************************************************************
 
  
Navigation:
[Reply to this message] 
 |