User Profile

Collapse

Profile Sidebar

Collapse
caveman
caveman
Last Activity: Mar 23 '07, 03:21 PM
Joined: Feb 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • caveman
    replied to PHP- createThumbnail() function error
    in PHP
    Sorry i forgot, its PHP code...
    See more | Go to post

    Leave a comment:


  • caveman
    started a topic PHP- createThumbnail() function error
    in PHP

    PHP- createThumbnail() function error

    Hi i am using PHP to upload picture files to a file in my server, but for some reason it will not create thumbnails of the upload, all that happens is that where the thumbnail is meant to be displayed is a square with an x in it. No error message is displayed, can anyone help me? I cant see where the error is... im trying to save the thumbnail to file 'thumbnail/'

    PHP code:
    <?php
    function uploadImage($in putName, $uploadDir)...
    See more | Go to post

  • caveman
    started a topic Check input of a text box

    Check input of a text box

    Hiya,

    Is there anyway you can check the input of a text box? For example if you had a textbox which submits articles to the site and you want to make sure you dont get any rude language... Is there such a script?
    See more | Go to post

  • caveman
    replied to PHP-SQL interactive voting script
    in PHP
    Thats brilliant, thanks, the script works now.
    See more | Go to post

    Leave a comment:


  • caveman
    replied to PHP-SQL interactive voting script
    in PHP
    Hi thanks for replying, i managed to find a registration script, which checks or updates the database and have adapted it but there are still a few mistakes in it that i cant iron out. Can you help?
    [php]
    <html>
    <head>
    <title>Untitled </title>
    </head>

    <body>
    <?php
    include 'll/connect.php';
    include 'll/database.php';

    if (isset($_POST['submit']))...
    See more | Go to post
    Last edited by ronverdonk; Feb 17 '07, 08:17 PM. Reason: code within tags

    Leave a comment:


  • caveman
    started a topic PHP-SQL interactive voting script
    in PHP

    PHP-SQL interactive voting script

    Hi i am trying to create an interactive PHP-Mysql voting system, so that users can input their 'favourite colour' for example in a html submit box, the php would then access the database and search the records for the input color, and if it finds it would increase the vote count by 1 in the 'votes' column for that colour, but if it doesnt find it it will add a row to the table with 'votes' value 1.
    Does anyone know how to do this or where...
    See more | Go to post
No activity results to display
Show More
Working...