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.

0 Endorsements
~701 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Zack_Grindall

Hello, I have a time line calender script in javascript. I can display event's on the calender by adding the following in the html file; [CODE] <li class="Torqua" title="Apr 1 2010">This service is running normally.</li> <li class="Fishin" title="Apr 1 2010">This service is running normally.</li> <li class="Dartmout" title="Apr 1 2010">This service …

0
86
Member Avatar for Zack_Grindall

[CODE]RewriteEngine On RewriteRule ^admin/([^/]*)/([^/]*)$ /admin/2.php?mode=$1&id=$2 [L] RewriteRule ^([^/\.]+)/?$ /display.php?page=$1 [L] RewriteRule ^([^/]*)/([^/]*)$ /display.php?group=$1&page=$2 [L][/CODE] I need some help with my .htaccess file. The bottom 2 rewrite rules work perfectly however the first one is causing issues. Basically the last 2 rules work like this: domain.com/page domain.com/group/page I need the first …

Member Avatar for codejoust
0
77
Member Avatar for Zack_Grindall

Hello, I was wondering if anyone could help as this has been puzzling me. I have a form with a few checkboxes on it and i need to store them in a database table taking on the following structure: user_id / c_id user_id being the users profile id and c_id …

Member Avatar for network18
0
538