Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #37.0K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for DavidB

this link might help you. [url]http://www.w3schools.com/PHP/func_misc_exit.asp[/url]

Member Avatar for Thomas.Fischer
0
393
Member Avatar for dpmattox

Please start the thread from basic login to advance for more information.

Member Avatar for chiiqui
0
352
Member Avatar for garymae14

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

Member Avatar for epixeltechno
0
139
Member Avatar for manchurianCEO

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 …

Member Avatar for epixeltechno
0
202
Member Avatar for mukororokudo

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 …

Member Avatar for epixeltechno
0
145

The End.