Forum: Site Layout and Usability May 26th, 2009 |
| Replies: 5 Views: 719 I wasn't really sure where to post this one. My client got web hosting from Networksolutions.com. He hired me as a web designer, but his hosting plan was Windows, with ASP. That's it ASP and MsSQL. ... |
Forum: PHP May 21st, 2009 |
| Replies: 4 Views: 233 oh and i also forgot. you have to create a wildcard by adding an A record with the name of * for the ip address of your server |
Forum: PHP May 21st, 2009 |
| Replies: 4 Views: 233 I figured it out and for anyone who is reading this save the following as .htaccess in public_html
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?example\.com... |
Forum: PHP May 21st, 2009 |
| Replies: 2 Views: 440 echo '<img src="../logos/' . $file . '" alt="' . $file . '" />'; |
Forum: PHP May 21st, 2009 |
| Replies: 4 Views: 233 Ok I am making a website and I have apache 2, php, mysql. I want users to be able to create a website(i got that part, it is easy) but I want
user.example.com to redirect to
example.com/user
... |
Forum: JavaScript / DHTML / AJAX May 21st, 2009 |
| Replies: 5 Views: 1,792 <html>
<head>
<script type="text/javascript">
var x=0
function displaymessage()
{
while (x==0)
{
x=0
alert("NO!"); |
Forum: PHP May 21st, 2009 |
| Replies: 24 Views: 1,334 I have a simple php upload script, but it does not play the movie. koolhq.com/upload.zip |
Forum: PHP May 21st, 2009 |
| Replies: 14 Views: 641 What exactly do you want it to do? |
Forum: Linux Servers and Apache May 21st, 2009 |
| Replies: 0 Views: 470 Ok I am making a website and I have apache 2, php, mysql. I want users to be able to create a website(i got that part, it is easy) but I want
user.example.com to redirect to
example.com/user
... |