Search results

  1. 2

    Free Listing on my website!

    Hence the word FREE!!! Sheesh! Why would I offer a free service that I could get paied for? And for the index page I have only just finnished exams so I have some time free now.
  2. 2

    Free Listing on my website!

    Ahh thats fair enough.
  3. 2

    Advertise My Site - 10 Credits + Cash

    Add it to my A-Z for free: http://www.2k8.x10hosting.com/A-Z/addlisting.php
  4. 2

    Free Listing on my website!

    The offer will be going forever and I wonder if you want to pin this topic? The more people the chance I will be setting a advertising code!!!
  5. 2

    MySQL error

    It was a sction of code, I did have the conection included so that wasn't the problem.
  6. 2

    MySQL error

    Yeah that got it =)
  7. 2

    MySQL error

    Code: if (eregi('^[[:alnum:]\.\'\-]{4,30}$', stripslashes(trim($_POST['password']))) ) { $password = $_POST['password']; $password = mysql_real_escape_string($password); $result = mysql_query("SELECT * FROM users WHERE username= '$username', password =...
  8. 2

    need help with css

    What excatly is the problem, Im looking in IE but can't see any major issues.
  9. 2

    Sohail's Link Exchange

    It has been accepted =)
  10. 2

    n00b help please

    Post the code so I can take a look at it. Edit: After I posted you had posted I had fixed it.
  11. 2

    [php] Login

    Thanks and have some rep.
  12. 2

    Free Listing on my website!

    What I am thinking of doing is if for example you want me to make a login/register script for you. The payment is to have a text link at the bottom of every page made by me. That link would be one from the listing.
  13. 2

    [php] Login

    I have problems with my login script you can see the problems here: http://2k8.x10hosting.com/test_area/login.php And the code: <?php include ('config.php'); if (isset($_POST['submitted'])) { $errors = array(); } if (eregi('^[[:alnum:]\.\'\-]{4,30}$'...
  14. 2

    social networking script

    I agree, I am creating a login/register system now and I am finding it extremly hard! I am thinking of releasing a .zip with the codes for it. All I would ask is that you include one piece of code that would display a text link advert. I think that is pretty fair? But im still creating at the...
  15. 2

    Sohail's Link Exchange

    If you have a banner sign up on my A-Z site, I currently don't have a banner but a text link is fine.
  16. 2

    Equaling in php

    I have found a new code now I need to match the login system to it. I can if poeple want set up a .zip with all the codes and sql.
  17. 2

    Free Listing on my website!

    Com'on its a free listing!!!
  18. 2

    Equaling in php

    My php problems go on and on! LOL! <html> <head> </head> <body> <?php include ('config.php'); if (isset($_POST['submitted'])) { $errors = array(); if (eregi('^[[:alnum:]\.\'\-]{4,30}$', stripslashes(trim($_POST['username']))) ) { $username = $_POST['username']; $username =...
  19. 2

    Equaling in php

    I decided to move the code into a different file and made this code: <?php include("config.php"); $table="members"; $user=$_POST['user']; $pass1=$_POST['pass1']; $pass2=$_POST['pass2']; $email1=$_POST['email1']; $email2=$_POST['email2']; if ($pass1==$pass2){...
  20. 2

    Equaling in php

    I now get this warning: Warning: Cannot modify header information - headers already sent by (output started at /home/group2k8/public_html/*****/register.php:5) in /home/group2k8/public_html/****/register.php on line 13
Top