Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 94
Search took 0.18 seconds.
Search: Posts Made By: trixx
Forum: PHP 09-09-2010, 02:20 AM
Replies: 0
Views: 616
Posted By trixx
Guest Option

I am currently in the process of coding a shopping site. However, most of my coding experience has been in having a login and member system. However, i now want to code my own sort of e-commerce...
Forum: PHP 08-06-2010, 08:43 PM
Replies: 5
Views: 768
Posted By trixx
sorry will do :). It's worked. Thanks. Love You...

sorry will do :). It's worked. Thanks. Love You :). Oh Yeah when i'm using firefox and it asks to remember. It shows the email addy rather than the username to store the password for. Is there a fix?
Forum: PHP 08-06-2010, 08:34 PM
Replies: 5
Views: 768
Posted By trixx
it registers an account.

it registers an account.
Forum: PHP 08-06-2010, 08:00 PM
Replies: 5
Views: 768
Posted By trixx
Registration Debacle

<?php
session_start();
include_once"includes/connect.php";
if (isset($_SESSION['username'])){
header("Location: logged_in.php");
exit();
}

$refer=strip_tags($_POST['ref']);
if...
Forum: PHP 08-06-2010, 06:32 PM
Replies: 7
Views: 1,596
Posted By trixx
thanks for your help. I worked it out the problem...

thanks for your help. I worked it out the problem was something else.

My passwords are stored as md5. how could i convert the password into md5 and let me login as right now it's giving the...
Forum: PHP 08-06-2010, 02:15 PM
Replies: 7
Views: 1,596
Posted By trixx
any guidance on to where i should put the $mesage...

any guidance on to where i should put the $mesage variable?
Forum: PHP 08-05-2010, 06:17 PM
Replies: 7
Views: 1,596
Posted By trixx
that is index_3. i put that there after...

that is index_3. i put that there after unsuccessful attempts. Yes, i have tried without it. Sorry for messiness. My actual login page is different. I'm just using this to get the coding right.
Forum: PHP 08-05-2010, 05:58 PM
Replies: 7
Views: 1,596
Posted By trixx
Login Script

<?php
session_start();
include_once"includes/connect.php";
if (strip_tags($_GET['logout']) == "yes"){
session_destroy();
}elseif (isset($_SESSION['username'])){
header("Location:...
Forum: PHP 06-22-2010, 12:19 PM
Replies: 1
Views: 916
Posted By trixx
Login Script

I have a login script. However i need some help with if there is a user logged in the script will redirect him rather than have them login again.

<?
session_start();
header("Cache-control:...
Forum: PHP 01-05-2010, 10:47 AM
Replies: 6
Views: 1,019
Posted By trixx
i have tried this and this is what i got ...

i have tried this and this is what i got

$ip = $_SERVER['REMOTE_ADDR'];
$host=@gethostbyaddr($ip);

i had no luck. Same error
Forum: PHP 01-05-2010, 01:49 AM
Replies: 6
Views: 1,019
Posted By trixx
Signup

i have a signup php script but i keep getting this error

Warning: gethostbyaddr() [function.gethostbyaddr]: Address is not a valid IPv4 or IPv6 address in /home/a2213310/public_html/signup.php on...
Forum: PHP 11-20-2009, 11:01 PM
Replies: 2
Views: 744
Posted By trixx
Rankbar from data

i have some data which is being fetched however i would like a rankbar to be made from this.

<? if ($rankbar==1){

if ($rankpoints < "400"){ $amount="400"; $check="1";}
elseif ($rankpoints <...
Forum: PHP 11-20-2009, 10:46 PM
Replies: 3
Views: 1,899
Posted By trixx
thank you it was so simple. I thought that may...

thank you it was so simple. I thought that may have been the problem but this has never happened before
Forum: PHP 11-20-2009, 10:30 PM
Replies: 3
Views: 1,899
Posted By trixx
Header Sent

i am getting an error but can't seem to find the problem. Anyone's help will be appreciated. This is the code

<?php
$dbhost = 'dbhost';
$dbuser = 'dbuser';
$dbpass = 'dbpass';

$conn =...
Forum: PHP 08-15-2009, 06:37 PM
Replies: 11
Views: 744
Posted By trixx
i have done what you have said yet still no...

i have done what you have said yet still no success
Forum: PHP 08-15-2009, 06:26 PM
Replies: 11
Views: 744
Posted By trixx
i have tried what you all said but nothing still...

i have tried what you all said but nothing still works. the page code on my play.php page is <?php // There should be no spaces before tag.
session_start();
include_once"db.php";...
Forum: PHP 08-15-2009, 06:22 PM
Replies: 1
Views: 802
Posted By trixx
Php Popup

my games page code is

<?
$action='action';
$select = mysql_query("SELECT * FROM default_games WHERE catergory = '$action'");
while ($i = mysql_fetch_object($select)){
...
Forum: PHP 08-15-2009, 12:53 AM
Replies: 11
Views: 744
Posted By trixx
Form Submission

<?php // There should be no spaces before tag.
session_start();
?> <?php
include_once"db.php";
include_once"functions.php";
logincheck();
$username=$_SESSION['username'];...
Forum: PHP 08-11-2009, 11:08 PM
Replies: 5
Views: 651
Posted By trixx
thanks zangeel i never noticed that and i looked...

thanks zangeel i never noticed that and i looked through the script constantly. everyday you learn a little i guess. thanks for your help everyone. it turns out the problem was the default was not in...
Forum: PHP 08-11-2009, 09:56 PM
Replies: 5
Views: 651
Posted By trixx
no there is no id needed

no

there is no id needed
Forum: PHP 08-11-2009, 09:47 PM
Replies: 5
Views: 651
Posted By trixx
Merging Commands

hey is there anywhere to merge these 2 commands

mysql_query("INSERT INTO `users` ( `id` , `username` , `password` , `dob` , `gender` , `status` , `regip` , `lastip` , `email`, `currency`,...
Forum: PHP 08-03-2009, 06:17 PM
Replies: 16
Views: 1,742
Posted By trixx
Abduraooft could you give an example according to...

Abduraooft could you give an example according to the script as i have the same button on my index page and that works perfectly.
Forum: PHP 08-03-2009, 01:22 AM
Replies: 16
Views: 1,742
Posted By trixx
still no progress i renamed the submit. this...

still no progress i renamed the submit.

this is the page that links to the above one.

<?php

session_start();

$scriptnumber= rand(10000,99999);
Forum: PHP 08-03-2009, 12:54 AM
Replies: 16
Views: 1,742
Posted By trixx
now it just gives the white screen with that. I...

now it just gives the white screen with that. I have the error reporting code on.
Forum: PHP 08-02-2009, 11:30 PM
Replies: 16
Views: 1,742
Posted By trixx
thanks abduraooft im now getting this error ...

thanks abduraooft

im now getting this error

Notice: Undefined index: Submit in /home/a8779454/public_html/register2.php on line 13

line 13 after some editing is

if ($_POST['Submit']){
Showing results 1 to 25 of 94

 
Forum Jump

All times are GMT +1. The time now is 05:14 PM.