How to auto submit using PHP
I have oscommerce based website. The product's attributes are read from text file. All i want is to press the "insert product" button automatically either through AJAX or anything else. So that i can add 100 product daily in automatic way instead of manually uploadin开发者_开发知识库g them using text file and press "insert product" button 100 times.
Please tell me how can i do that?
you can use either
formObject.submit()
or
buttonObject.click()
how to access the both objects I cant tell you without seeing the markup.
Products are different from product attributes. You can simply use a script to upload the products. You can upload the images using an ftp before upload just to make sure the product images are shown up well in the product display.
Shiva
精彩评论