User Profile
Collapse
-
Sorry i forgot, its PHP code... -
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)... -
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? -
-
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']))...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: