Search results

  1. W

    PHP / Javascript facebook chat feature?

    i am creating a website to test my programming skills am am trying to add a facebook chat feature to it where the user can see a list of online users that he is friends with and then chat with them individually. Does anyone have any good tutorials on how to do this or if not just leave a snippet...
  2. W

    select first half of PHP string?

    i have a string in PHP that i need to split in half. The problem is it is not a set string, it is different depending on who visits the webpage so it needs to be dynamic so, for example, if the string was 1717 then it couldent be split 17 in half it would have to be split $string in half because...
  3. W

    PHP website help? not sure what is wrong?

    im sure that this is an easy one and im missing something obvious but with this code: <?php session_start(); if ($_SESSION['username']) { } else { die("You are not Logged in!"); } $firstname = $_POST['firstname']; $lastname = $_POST['lastname']; $location = $_POST['location']; $connect =...
  4. W

    how to make php profile pages?

    i am trying to create a facebook like site as a project and cant figure out how to create user profile pages so that every time a user registers a page is created with their information and 'about me' things on it that other users can view, any tips on how to do this? thanks in advance!
  5. W

    Website php site help!?

    i am trying to create a facebook like site as a project and cant figure out how to create user profile pages so that every time a user registers a page is created with their information and 'about me' things on it that other users can view, any tips on how to do this? thanks in advance!
  6. W

    User profile pages php?

    I am making a site like facebook as a project and need help on creating user profile pages, can anyone tell me some tutorials or tips on how to do this: 1. user registers on one page (done this) 2. when registers a new page is created (in the websites folder on my computer) the page created has...
  7. W

    php 'facebook like' website help?

    i am creating a social networking site as a test project and was wondering if their was any good tutorials on how to create a function where a user inputs something and it is posted on their page. if their is no tutorials can anyone give me some suggestions? thanks (i can use php, javascript or...
  8. W

    Problem with html and php script?

    im new to HTML and PHP and have two php files and am trying to create a form that allows the user to input data that is then displayed on another page, but all i am left with on the second page is an empty page, HELP!!! here is the script first page: <html> <head> <title>Main site</title>...
  9. W

    HTML and PHP forms not working?

    I am new to HTML and PHP and am trying to create a form but whenever i tried to echo $_POST it just appeared blank. I first thought that it was my coding that was the problem, i then copied and pasted a few form tutorials into notepad and saved them but the same thing happened, so it is not my...
  10. W

    If you Pre-order something online do you receive it through the mail on the day of

    release or the day after? i Pre ordered a book online and was wondering if i will get it on the day of release or not? thanks
Back
Top