vendredi 3 avril 2015

Auto submit to forum help in php

I have a bunch of web forums I own and I need an auto submitter to make my life a lot less time consuming. Also do I have to echo the entire page when submitting to the forum or can I just modify and submit to just the actual text area of the page?



<textarea style="resize: none; overflow-y: hidden; height: 45px;" class="title" data-space-type="title" placeholder="Just chat">**<--PHP code put here-->**</textarea>

<body spellcheck="false" id="bodyContent" class="new-message lang-en" contenteditable="true"><p>**<--PHP code put here-->**<br></p></body>

<button class="submit">Post</button>


Seems as though my buttons do not have names just a class name called submit? How would I submit variables that would be place in the textarea and then have it auto press the submit button when it enters that page or sends over to that page. I was never really good with dynamic pages.


Basically when I enter the php page it auto submits to a pre programmed form design for one of my forum websites. I hope I explained as much as I could.


Please help me before my brain explodes


Aucun commentaire:

Enregistrer un commentaire