- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
this link might help you. [url]http://www.w3schools.com/PHP/func_misc_exit.asp[/url]
Please start the thread from basic login to advance for more information.
you really wanne check this one out: [url]http://www.yxscripts.com/cs/chainedselects.html[/url] if u need help: [url]http://www.yxscripts.com/bbs/phpBB2/viewforum.php?f=10[/url] gl, though u wont need it, its easy
you can add google+ button with out plug in by this code [CODE]<?php /* Add plusone.js to <head> section of your theme */ add_action ('wp_enqueue_scripts','google_plusone_script'); function google_plusone_script() { wp_enqueue_script('google_plus_one', '<a href="https://apis.google.com/js/plusone.js%27" rel="nofollow">https://apis.google.com/js/plusone.js'</a>, array(), null); } /* Add +one button after your post content by using filter */ add_filter('the_content', 'google_plus_one'); function …
1. <form method="POST" name="myform2" action="<?php echo $_SERVER['PHP_SELF']; ?>"> 2. <br> 3. Please enter a UserID to update with award icons:<br> 4. UserID: <input type="text" name="multiid"> <br> 5. <br> 6. Attack <input type="checkbox" onClick="document.myform2.a0.value = this.checked">< 7. Defence <input type="checkbox" onClick="document.myform2.b0.value = this.checked"><br> 8. <input type="hidden" name="b0" value="3"> 9. Strength <input …
The End.
epixeltechno