+ Reply to Thread
Results 1 to 3 of 3

Thread: direct sql (insert new listing)

  1. #1

    Lightbulb direct sql (insert new listing)

    Hi all,
    I'm looking for the simplest way to inser new listing into only one category from specific user with Title, price, description and 3 photos.
    I already did home work and analyzed mysql. log but I don't want to force open doors and maybe someone already did some script (bash/php/other)?

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    you can use sql request for inserting listing but without photos:

    Code:
    Only registered members can view the code.
    Last edited by Rudi; March 9, 2020 at 04:17 AM.

  3. #3
    Thank you.

+ Reply to Thread