Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~821 People Reached
Favorite Forums
Favorite Tags
Member Avatar for s0wh4t

Hi. Well, i'm trying to add new data to mysql, <input type="text" name="name"/> example: Billy Boy when I check mysql table, it shows "BillyBoy" How do I fix that error? Thank you.

Member Avatar for s0wh4t
0
228
Member Avatar for s0wh4t

Hey guys. I need your help with mod rewriting I'm trying to rewrite http://site.com/#article http://site.com/#comments http://site.com/#movie to http://site.com/?id=article http://site.com/?id=comments http://site.com/?id=movie

Member Avatar for LastMitch
0
132
Member Avatar for s0wh4t

I seem to have problem with my jQuery script. $("top").append("<tr><td align='right' class='whtxt'><strong>"+this['date']+"</strong></td><td align='right' class='whtxt'><strong>"+this['name']+"</strong></td></tr>"); jumps top of the <th> tag, it should stay under there as table. <div style="width: 100%;"> <table width="100%" align="right"> <tr> <th align="right"><h5 style="padding:0;margin:0;">One</h5></th> <th align="right"><h5 style="padding:0;margin:0;">Two</h5></th> </tr> <top></top> </table> </div> --- $(document).ready(function() { done(); }); function …

Member Avatar for AleMonteiro
0
87
Member Avatar for s0wh4t

I have the following script: $(function () { var tabContainers = $('div.tabs > div'); tabContainers.hide().filter(':first').show(); $(window).bind('hashchange', function () { var hash = window.location.hash || '[b][b]#[/b][/b]first'; tabContainers.hide(); tabContainers.filter(hash).show(); $('div.tabs ul.tabNavigation a').removeClass('selected'); $('a[hash=' + hash + ']').addClass('selected'); }); $(window).trigger( "hashchange" ); }); <div class="tabs"> <ul class="tabNavigation"> <a href="#first" class="selected">First</a> <a href="#second" class="">Second</a> …

Member Avatar for diafol
0
374