Please help me out. I av a form that collect picture from an upload field in a client form and they want the picture to be printed out in the user page. this work perfectly well on localhost and it looks like the below
Ilamini Ayebatonye Thanks A lot
image is not permited for me now
NAME: Ilamini Ayebatonye
EMAIL ADDRESS: [email protected]
HOME ADDRESS: Behind Maccoba WareHouse
PHONE NUMBER: 08132841856
QUALIFICATION: I.C.T Certificate
SECTOR: CCNA
INTEREST: please put in your interest
Please Print this slip, attached your C.V and photocopies of your credentials and come with it to the day of the seminar.
Print
but the problem with is that we i uploaded the site and i try registring the picture wont show again,
wot i see is the below
ECO9JA-CREATING JOBS IN ICT
Backgrounds_15670_zps11bc080d.png
NAME: Ilamini Ayebatonye
EMAIL ADDRESS: [email protected]
HOME ADDRESS: Behind Maccoba WareHouse
PHONE NUMBER: 08132841856
QUALIFICATION: I.C.T Certificate
SECTOR: CCNA
INTEREST: please put in your interest
Please Print this slip, attached your C.V and photocopies of your credentials and come with it to the day of the seminar.
THANKS FOR REGISTERING
Print
the script is below for the image variable the form upload and the print fxn are as follows:
VARIABLE
[php]<?php
$file= "file.csv";
$name = $_POST['name'];
$email = $_POST['email'];
$address = $_POST['address'];
$phone = $_POST['phone'];
$qualification = $_POST['qualification'];
$sector = $_POST['sector'];
$interest = $_POST['interest'];
$image= $_POST['image'];[/php[b]]
FORM CODE[/b]
[code]
[/code]
PRINT FXN CODE ON USERPAGE
[php]<?php print"";?>[/php]
pls help me i need the urgently u r my main hope google cant help me to rubbish