Page 4 of 5 FirstFirst 12345 LastLast
Results 31 to 40 of 44
  1. #31
    Join Date
    Jun 2005
    Location
    Nottingham
    Posts
    5,277
    Tokens
    75

    Latest Awards:

    Default

    Im tryin it now hang on.

    EDIT: Good work but the smilie images wont work where you slect them .
    VR|46

  2. #32
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 66

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 68

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 70

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 72

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 74

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 76

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 78

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 80

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 82

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 84

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 86

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 88

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 90

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 92

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 94

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 96

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 98

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 100

    Warning: chmod(): No such file or directory in /home/rogers/public_html/danny/create.php on line 102

  3. #33
    Join Date
    Dec 2004
    Location
    Essex, UK
    Posts
    3,285
    Tokens
    0

    Latest Awards:

    Default

    That error seems to happen sometimes, if you wait a minute or two it normally fixes



    i used to be NintendoNews. visit my blog or add me on twitter.
    need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!


    "I am the way, the truth, and the life. No one comes to the Father except through me"
    John 14:6 (NIV)


  4. #34
    Join Date
    Jun 2005
    Location
    Nottingham
    Posts
    5,277
    Tokens
    75

    Latest Awards:

    Default

    Happened to me just press back and try again.

    Seems to happen more when you dont fill in all the form.
    VR|46

  5. #35
    Join Date
    Dec 2004
    Location
    Essex, UK
    Posts
    3,285
    Tokens
    0

    Latest Awards:

    Default

    Well, you do need to fill them in lmao



    i used to be NintendoNews. visit my blog or add me on twitter.
    need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!


    "I am the way, the truth, and the life. No one comes to the Father except through me"
    John 14:6 (NIV)


  6. #36
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    I need some help

    PHP Code:
    if ($user == ""){
    echo 
    "Please enter your sitename"
    How can I use like "ifelse" to show the rest of the coding?

  7. #37
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    PHP Code:
    if isset($_GET['user']){
    //code if user exsists


  8. #38
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Can you guys tell me how you get this error?

  9. #39
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    Ok so you want to make sure the form is filled in then use..
    PHP Code:
    if((!$user) or (!$email)) {
    echo 
    "You have not filled in the form properly please go back and try again!";
    exit(); 
    //Stops rest of the script running 


  10. #40
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Thanks Splinter & Tomdarkness rep added

    Added to cutenewser ;P

Page 4 of 5 FirstFirst 12345 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •