Hi i was trying to emulate a post created from javascript in a site with curl from a php script but it seems some variables have the same name and they get overwritten, is there a way to run the script itself from command promt, assuming i make the necessary changes to it?
Share
Well … you can always install NodeJS and then just write in terminal:
node <filename>