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
~456 People Reached
PC Specs
I use Windows (95-8), Ubuntu, and Mac OS X
Favorite Forums
Favorite Tags
Member Avatar for 4cpukid

I am building a small quiz app and the choices are all list items (li) In jQuery or javascript how would I be able to allow the user to select one answer (it is ok if I need to add an 'a' tag) and then when they click submit (which …

Member Avatar for stbuchok
0
131
Member Avatar for 4cpukid

Hi everyone, I was wondering if their is a way in PHP to take a full URL but in the background it is actually a PHP case. Here's what I mean.... When a user clicks on a link that goes to /About-Us/Staff/NAME I want the index file in Staff to …

Member Avatar for blocblue
0
140
Member Avatar for 4cpukid

Hi; I have a mobile script from detectmobilebrowsers.com that will redirect the user to my mobile site however I also wish that when the URL "http://mysite.com/?mobile=no" is entered a session will be created that won't redirect the user on every page of my site... [code=php] $mobile=$_GET['mobile']; if(isset($_SESSION['mobile'])){ if($_SESSION['mobile']==="no"){ complete(); } …

Member Avatar for forkmartin
0
185