Note that there are some explanatory texts on larger screens.

plurals
  1. POcan anyone see why this wont post to wall?
    primarykey
    data
    text
    <p>i had my things all working until i started peronalising the look of it, and now when i try to post something to a wall, it wont post, but it was before i changed my button.</p> <p>this is my post page with my if statement</p> <pre><code>$status2 = $_POST['status2']; $uid = $facebook-&gt;getUser(); $args = array( 'message' =&gt; $_POST['status2'], 'link' =&gt; 'http://apps.facebook.com/geordie-status/', 'caption' =&gt; 'Translate from English to Geordie' ); if(isset($_POST['post'])) { $post_id = $facebook-&gt;api("/$uid/feed", "post", $args); header( "Refresh: 5; url=index.php"); } ?&gt; </code></pre> <p>obviolsy the problem lies with that statement somwhere because it wont post and it wont redirect.</p> <p>my page that leads to my post.php</p> <pre><code>&lt;div align="center"&gt; &lt;form method="POST" action="post.php" &gt; &lt;textarea name="status2" cols="50" rows="5"/&gt; &lt;?php echo str_ireplace(array ('old','awkward','all','again','behind','along','alright','hello','among','children','yes','child','kids','food','barnard castle','beer','book','blow','beautiful','bird','burst','brown','burn','boots'), array ('auld', 'aakwad', 'aall','agyen','ahint','alang','alreet','alreet','amang','bairns','aye','bairn','bairns','bait','barney','beor','beuk','blaa','bonny','bord','borst','broon','bourn','byeuts'),$status); ?&gt; &lt;/textarea&gt;&lt;br&gt; &lt;input type="image" name="post" src="images/posttowall.png" /&gt; &lt;/form&gt; &lt;/div&gt; </code></pre> <p>i cant help but feel that the issue lies with the button name, but when i change it to 'submit' for example, it still gives the same issue.</p> <p>I hope someone can help</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload