Sohail
Active Member
- Messages
- 3,055
- Reaction score
- 0
- Points
- 36
Hi, i am looking for someone with experienced knowledge in PHP and CSS to help me with a few problems, it's starting to get urgent so i will be offering that person up to 1000 credits to solve a few problems for me, first of all, if you go to http://tutorials.sohailtech.com/, you will notice a big space before the banner, and i don't want that, so it can match with http://forums.sohailtech.com/. And another thing, on the tutorials site, if you scroll down on the first page and click the title, send and get data from PHP, (not get data from PHP) you'll notice that the content has moved below the menu, that has happened with a few other pages too so that also needs fixing... And for all the titles, i want the colour of the text to be change to #5095BE. The second thing done is that i need someone to edit this code for me:
So i want the imglink to obtain the image in that link, then make two resized images of it, 600*420 and 129*101 then it should upload it to the server. If you want to do one one of these tasks, i will offer 400 for the PHP script, and 600 to help me with the tutorials site (Joomla).
Important: Read my second post, it contains some important information!
Thanks.
PHP:
<?php
if(isset($_POST['submit'])) {
$to = "sohail@sohailtech.com";
$subject = "New Game Request";
$name_field = $_POST['name'];
$email_field = $_POST['email'];
$gametitle = $_POST['gametitle'];
$imglink = $_POST['imglink'];
$swflink = $_POST['swflink'];
$copyright = $_POST['copyright'];
$others = $_POST['others'];
$body = "From: $name_field\n E-Mail: $email_field\n Game Title: $gametitle\n mage: $imglink\n Game Link: $swflink\n Copyright Evidence: $copyright\n Anything Else: $others";
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Submit Game</title>
<link href="/games/stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="banner"></div>
<div align="center">
<div id="navigation"><a href="http://sohailtech.com/">HOME</a> • <a href="http://tutorials.sohailtech.com/content/blogsection/4/26/">FLASH TUTORIALS</a> • <a href="http://tutorials.sohailtech.com/content/blogsection/5/29/">PHOTOSHOP TUTORIALS</a> • <a href="http://tutorials.sohailtech.com">BLOG</a> • <a href="http://forums.sohailtech.com/">FORUMS</a> </div>
</div>
<div align="center"><br>
<?php
echo "Thanks for your request, it will be reviewed shortly!";
mail($to, $subject, $body);
} else {
echo "You have submitted an invalid form, please try again.";
}
?>
</div>
</body>
</html>
So i want the imglink to obtain the image in that link, then make two resized images of it, 600*420 and 129*101 then it should upload it to the server. If you want to do one one of these tasks, i will offer 400 for the PHP script, and 600 to help me with the tutorials site (Joomla).
Important: Read my second post, it contains some important information!
Thanks.
Last edited: