Note that there are some explanatory texts on larger screens.

plurals
  1. USMartina
    primarykey
    data
    text
    plurals
    1. CO@Pary Hi Pary, I just tested the code and it runs ok. MAke sure to enter the URL (`src` parametre of the img tag and the same after `ex[i].src=` as `http://something.com/somthing/somthing.xxx` to avoid problems. To change the days, notice where it says: **dateNow - dateStart > 5)** that 5 in there is your amount of days. To make it remove another picture with another "src" replace that bit after `ex[i].src == "` but make sure that both the image and the code starts with `http://` (the way it's updated in the code above).
      singulars
    2. CO@JuanTamad you have to populate that at the time when you create your order (that is when you are saving it) 1) you save the details to the table \`order\` and have the order_id generated by auto_increment (i'm guessing) then by using $orderId=mysql_insert_id($order_insert_query) you will get that auto-generated order_id and use it in your **INSERT INTO cart SET order_id='$orderId', product_id='$something', ...** Obviously you will have to use the proper variable names that you are using in your script...
      singulars
    3. CO@user1781308 : unless you didn't mean exactly what you said, then you SAVED the file again as mp3, assuming from the TXT extension, assuming from something like Notepad - which WOULD HAVE changed your file as Notepad isn't able to handle non printable characters well which an mp3 file contains a lot of. That is your answer, you DID change the file by SAVING it again. Please note that "renaming a file" is something altogether different than "saving file as"
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload