Is it possible run php script w/o opening the browser and w/o the use of cron? thanks
Yes, e.g. run it from command line.
i forgot to add this, using javascript to trigger the php script . Just like in pop-up, when somebody close the browser the pop will come out. i want to to this when somebody close the browser, the php script will run w/o opening new window.
That's not possible, unless you use javascript as an intermediary to access the PHP script.
last question, what do you think, is there a programming language that run by itself hidden from the user who's browsing the site ? thanks🙂
is there a programming language that run by itself hidden from the user who's browsing the site
err, you dont run programming languages, you run programs/scripts.
And pretty much any program that is run serverside is hidden from the client.
Opss now i know. hehhee. thanks😃