User Profile
Collapse
-
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? -
Never mind, I set it up with PHPTriad, which works great for me.Leave a comment:
-
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. -
-
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",... -
Thank You for your response, and I will try it as soon as possible.Leave a comment:
-
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");...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! -
-
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"... -
Never Mind, I fixed it by changing line 12:
');";
to:
"');";
and line 17:
echo "Error!"
to:
echo "Error!";Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: