euphoric Posted April 5, 2010 Report Share Posted April 5, 2010 Palīdziet atrast kļūdu ?! $this->sql_o("INSERT INTO `works` (`top_img`,`big1_img`,`big2_img`,`big3_img`,`big4_img`) VALUES ("$this->postData[0].'_portfolio.jpg'","$this->postData[1].'_img1.jpg'","$this->postData[2].'_img2.jpg'","$this->postData[3].'_img3.jpg'","$this->postData[4].'_img4.jpg'") "); Quote Link to comment Share on other sites More sharing options...
nemakuphp Posted April 5, 2010 Report Share Posted April 5, 2010 $this->sql_o("INSERT INTO `works` (`top_img`,`big1_img`,`big2_img`,`big3_img`,`big4_img`) VALUES ('".$this->postData[0]."_portfolio.jpg','".$this->postData[1]."_img1.jpg','".$this->postData[2]."_img2.jpg','".$this->postData[3]."_img3.jpg','".$this->postData[4]."_img4.jpg') "); Quote Link to comment Share on other sites More sharing options...
euphoric Posted April 5, 2010 Author Report Share Posted April 5, 2010 ah, paldies :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.