User Profile

Collapse

Profile Sidebar

Collapse
nazgul42
nazgul42
Last Activity: Jul 24 '07, 01:13 AM
Joined: Jul 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nazgul42
    replied to Dual-Boot Help
    Thank You For Your Help
    See more | Go to post

    Leave a comment:


  • nazgul42
    started a topic Dual-Boot Help

    Dual-Boot Help

    Ok... I have a Windows PC, and I read about Linux on it. It seemed interesting, so I inserted a hard drive I don't use and installed Ubuntu on that. I liked it, and now I want to set it up so that when I start my PC, I can choose either XP or Ubuntu, but I don't want to lose any of my Windows files. Does anyone know how to do this, or a good tutorial on it?
    See more | Go to post

  • nazgul42
    replied to Startup Error
    Never mind, I set it up with PHPTriad, which works great for me.
    See more | Go to post

    Leave a comment:


  • nazgul42
    started a topic Startup Error

    Startup Error

    I have Apache 2.2.x, php 5, and MySQL 5.0. I installed them by installing MySQL, then Apache and testing them, and they worked. Then, I installed PHP 5, and now it doesnt start.
    See more | Go to post

  • nazgul42
    replied to login problems
    in PHP
    Thank you, that helped.
    See more | Go to post

    Leave a comment:


  • nazgul42
    started a topic login problems
    in PHP

    login problems

    Ok... On my website, I have a login form that submits the information through POST to a php page, but my problem is that my php page is not getting the POST information. I know my form is sending the information, but the php page gets "" strings. My code is here:
    [PHP]
    <?php
    $GLOBALS['username'] = ucfirst(strtolo wer($POST['Username']));
    $GLOBALS['password'] = $POST['Password'];
    @mysql_connect( "mysql3.freehos tia.com",...
    See more | Go to post

  • nazgul42
    replied to Signup Problem
    in PHP
    Thank You for your response, and I will try it as soon as possible.
    See more | Go to post

    Leave a comment:


  • nazgul42
    started a topic Signup Problem
    in PHP

    Signup Problem

    Ok... this is my third problem today, but here goes:
    On my signup page for my login system on my website, I have some code that is supposed to check if a username is already taken and give an error if it is. The problem is that I submit a set of values, and it works as expected. Then I submit the same set of values, and it enters them into the database anyways. this is my code:
    [PHP]
    <?php
    session_name("S IGNUP");...
    See more | Go to post
    Last edited by Atli; Jul 17 '07, 02:57 AM. Reason: Removed the MySQL password. Not a good idea to post your real login info to an online server!

  • nazgul42
    replied to Strange Problems
    in PHP
    Thank You Very Much, that solved my problem.
    See more | Go to post

    Leave a comment:


  • nazgul42
    started a topic Strange Problems
    in PHP

    Strange Problems

    Ok... I'm having a strange problem: I have a php signup page that I want to be able to display an error message on, but it starts to show some of the PHP code. My page is as follows:
    [PHP]
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type"...
    See more | Go to post

  • nazgul42
    replied to Parse error: parse error, unexpected $ in...
    in PHP
    Never Mind, I fixed it by changing line 12:
    ');";
    to:
    "');";
    and line 17:
    echo "Error!"
    to:
    echo "Error!";
    See more | Go to post

    Leave a comment:


  • nazgul42
    started a topic Parse error: parse error, unexpected $ in...
    in PHP

    Parse error: parse error, unexpected $ in...

    I am writing a very simple login script for a website that I am also writing, but when I try to run it, the only error I get is:
    Parse error: parse error, unexpected $ in /home/www/zammarket.freeh ostia.com/signup.php on line 22
    Line 22 is the last line in the file.
    My code is here:
    [PHP]
    <?php
    echo "Starting.. .";
    @mysql_connect( My_Sql_Server, My_DB, My_Password) or die("Cannot...
    See more | Go to post
No activity results to display
Show More
Working...