Hmm ok try this (I havent tested this):
<?php
// Read POST request params into global vars
$to = 'info@mysite.com';
$from = $_POST['from'];
$email = $_POST['email'];
$message =...
Type: Posts; User: calumogg; Keyword(s):
Hmm ok try this (I havent tested this):
<?php
// Read POST request params into global vars
$to = 'info@mysite.com';
$from = $_POST['from'];
$email = $_POST['email'];
$message =...
To change where it who it goes to change:
<?php
// Read POST request params into global vars
$to = $_POST['to'];
To something like:
I am no great PHP coder, but I had a quick look on google and found this tutorial this explains how to send a email with attachments I have also attached the zip file containing the sample PHP and...
Hi everyone, first off I would just like to say that javascript it not my thing so please bear with me. I am using the below script to validate my form, at the moment the script changes the class of...
You might want to remove your password from the script for security.
If you make a PHP page called menu (or what ever you want) copy the complete menu script into the menu.php file, then in all the pages on your site use the code
<? include 'menu.php'; ?>
that...
Do you mean something like:
<? include 'menu.php'; ?>
Just place that code where you want your menu to show on the page.
Sorted it, I'm now using a different script.
The scrip is saying that I have uploaded the wrong type of file. But I am getting the error the same number of times as the number of files I am trying to upload so thats a start I suppose!
Thanks for the reply, I have tried both of those methods and they both give errors. I have changed the code slightly, but I still don't know how to get it to process more than one file.
<?php
...
Hi all, I am working on a image upload/resize/watermark script, but I am slightly stuck! I started with a script that only allows you to upload one file at a time and modified it to do all the stuff...
Thanks the replys, its much appreciated.
Hey everyone, I know there is loads of stuff about PHP form validation on the net but I just cant get my head around it.
I am looking for a set of functions that will validate a email field, a...
I didnt realise that it wouldn't show up at the bottom, sorry.
Is there anyway to stop it overlaying everything? Because I am using it on this page: Here
and as you can see it is not staying...
Thanks very much, and this time I'll leave your name at the top!
Just one more question, what would need to be changed to get the images from a MySQL query I have got this far:
<?
echo '<div style="position:relative;">';
$query = "SELECT * FROM pictures...
Thanks very much for your help, it is much appreciated.
Hi all, I really need some help on this one, it might be javascript based though, if it is I apologies in advance.
I am trying to build a page that will load all photos from a database and display...
Hi, I have been looking for a script that can read EXIF data from a photo. I have look for ages on google, but cant find what I want, the closest thing I have found is something called EXIFXER but...
Thanks very much for that, I will have a play and see what I come up with
I am not familiar with arrays, how would I go about doing this? Would it be possible for you to show me?
Sorry I must have phrased my question wrong, I don't want to resort my database every time. I just want the files to be arranged into alphabetical order before they are added into the database so...
I use this code below to update my database when I add new photos, but I want it to sort the pictures by filename before they are added, I know I need to use the sort function but I am not sure of...
That is indeed the case (sorry I got the terminology wrong) the edit button is not being displayed I am guessing that is because its a old post so I would be greaful if the code could be removed by a...
Please could this be deleted as it is interfering with my page ranking on google.
It is my fault as I copied the headers into the post, but I would really appreciate it if it was deleted.
...