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
~700 People Reached
Favorite Forums
Favorite Tags
Member Avatar for dthatsme33

I created a mobile version of a client's website. I created a subdomain called mobile.sitename.com In the past I have used this code on the index.php page: [CODE]<?php $mobile = "http://mobile.cogistix.com"; if(preg_match('/Windows CE/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match("/iphone/i",$_SERVER["HTTP_USER_AGENT"])) { header("location: $mobile");} elseif(preg_match('/Blackberry/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match('/PalmOS/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match('/PalmSource/i',$_SERVER['HTTP_USER_AGENT'])) { …

Member Avatar for Usernamex235
0
209
Member Avatar for dthatsme33

I'm not sure if this is the right forum so I apologize in advance! I created a mobile version of my website. I have a subdomain called mobile.thinkdolphin.com. I've tried doing a redirect in my .htaccess file but I get an error saying there are too many redirects: [CODE]RewriteEngine On …

Member Avatar for dthatsme33
0
161
Member Avatar for dthatsme33

I added this code on my page to appear if a recordset is empty: [code=asp]<% If rsArticles.EOF = False Then %> Sorry, there are no listings for this classification today <% End If %> [/code] I tested the page and that phrase did not appear. There are no records in …

Member Avatar for chsab420
0
99
Member Avatar for dthatsme33

I am creating an classifieds section for the newspaper that I work for. I am able to get the ads to display and search them. I want to add a few features: Save ad Print ad E-mail ad Does anyone know how to do the Save Ad feature? Basically you …

Member Avatar for Airshow
0
70
Member Avatar for dthatsme33

I currently have Coldfusion running on IIS on our webserver. I need to install Apache for a website I am working on. I've been doing research on how to handle Coldfusion for both servers but I'm not sure what the best way is. 1. I could install Apache on Port …

Member Avatar for dthatsme33
0
161