Developer
- Joined
- Jul 28, 2009
- Messages
- 983
- Reaction score
- 133
Hey,
I'm still working on my api, but i am getting an error saying headers already sent out.
And i can't find the problem, could someone help me out?
Code:
I'm still working on my api, but i am getting an error saying headers already sent out.
And i can't find the problem, could someone help me out?
Code:
<?php
setcookie("diaxavote","",time()+(3600*12),"/");
?>
<html>
<form action="http://votingapi.com/vote.php?username=diaxahotel26" method="post" name="votingform">
<input type="hidden" name="api_url" value="http://diaxa.eu/index" />
</form>
<script language="javascript">setTimeout("document.forms[\'votingform\'].submit()",0); </script>
</html>
Last edited:

