I need to complete a script which gets a username from terminal to a php script and then deletes the user's comments.
So I am wondering how the username should be read by the php script, the same way that one can read a value in a bash script.
Thanks