submit form without javascript

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fuko
Forum Newbie
Posts: 1
Joined: Wed Jan 19, 2011 2:40 pm

submit form without javascript

Post by fuko »

Hi,
I want to submit a lot of forms. I use javascript and it is works fine. But I want to cron this php file. if I cron it, javascripts don't run.
However I can't use curl because remote site don't let me authorization.

What can I do?
Peter Kelly
Forum Contributor
Posts: 143
Joined: Fri Jan 14, 2011 5:33 pm
Location: England
Contact:

Re: submit form without javascript

Post by Peter Kelly »

More info is needed, e.g what forms? and what type of authorisations are allowed?
Post Reply