Search found 4 matches

by dertysweet
Thu Jul 08, 2010 10:09 am
Forum: PHP - Code
Topic: problem with login
Replies: 8
Views: 253

Re: problem with login

OMG 10x MAN

it worked.

i also have a problem with photo upload in an add. it doesn't upload them. "problem in creating image"\

could u please give me a PM with ur yahoo id to chat more easily?
by dertysweet
Thu Jul 08, 2010 9:56 am
Forum: PHP - Code
Topic: problem with login
Replies: 8
Views: 253

Re: problem with login

<html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#F4E5BC"> <table width="300" border="0" align="center" cellpadding="0" cellspacing=&qu...
by dertysweet
Thu Jul 08, 2010 9:36 am
Forum: PHP - Code
Topic: problem with login
Replies: 8
Views: 253

Re: problem with login

Code: Select all

<?
$eroare=$_GET['eroare'];
if($eroare == 'eroare'){echo '<p align="center"><strong><font color="#FF0000">Wrong username or password!</font></strong></p>';}
?>

tell me......what do i need to replace?
by dertysweet
Thu Jul 08, 2010 8:14 am
Forum: PHP - Code
Topic: problem with login
Replies: 8
Views: 253

problem with login

hello...... i have a site on a free php, mysql host and i can't seem to make login to work. i have a db created and a table called admin with one user(1, admin, pass) when i use: [color=#BF0040]<?php ob_start(); include("ofnibd.php"); mysql_connect("$hostname", "$username&qu...