Hi
I've just installed the w3c validator on my server (and triple checked the installation instructions). But when the form is submitted to the "check" form, the entire perl script is outputed to the screen instead of executed.
Anyone know how I should fix this?
Thanks!
Hi
I have a script that successfully sends a message:
(The Basic Script):
$from = "me@myemail.co.za";
$subject = "Test E-Mail";
$headers = "MIME-Version: 1.0\r\n";
$headers = "From: My Email<$from>\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$message = "This is an...
Hi
I have this script that uploads a file, resizes it and saves it as a blob into a database, then displays it. Without the resizing it works fine, but as soon as I resize it the image is replaced by a black block. Any help will be appreciated.
<?php
error_reporting(E_NONE);
$conn =...
Hi
I'm trying to access an image from a binary blob row in mySQL, but keep getting the error "Resource id #4"
The code I'm using:
<?php
@require("scripts/connect.php");
$iid = $_REQUEST[iid];
$Query = mysql_query("Select image from image where image_id = $iid");
header("Content-type...
Hi All!
I have a custom popup script that works fine with Windows XP Professional, but not with XP Home. I want to add a script that will detect wether the user is using XP Home or XP Professional and then redirect the user according to these variables. However, the only scripts I can find...
Hi All!
I have a custom popup script that works fine with Windows XP Professional, but not with XP Home. I want to add a php detection script that will detect wether the user is using XP Home or XP Professional and then redirect the user according to these variables. Any ideas how this can be...
Hi All
I have a simple db table containing fields for ID, Ref # and Image name. The Ref field is NOT a unique key field. Below is my php script. It displays the first record, but as soon as I click on the "next" button, I get the error "Undefined Index: Ref on....."
<?php...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.