Jump to content

Help with php error


john77jr

Recommended Posts

Hello all.

I installed a Prozilla php site at: http://transrecruit.com

When an employer signs up the screen jumps way to the right and the background image is duplicated like 20 times on the left.

Anyone have any idea what is causing this?  I can't get any support from Prozilla.com on this at all.

Please help:  info@transrecruit.com

Thanks!
John
Link to comment
Share on other sites

Thanks!    I adjusted the main2.php to remove a <td width=617> and it moved the repeating image to the top of the screen at:

http://www.transrecruit.com/employers/employer_registration2.php

------------

<?

include_once "../main2.php";

if ($epass == $cpass)
{
  if(!empty($ename) && !empty($epass) && !empty($CompanyName) && !empty($CompanyCountry)  && !empty($CompanyZip) && !empty($CompanyCity) && !empty($CompanyAddress) && !empty($CompanyPhone) && !empty($CompanyEmail))
  {
$q1 = "insert into job_employer_info set
ename = \"$ename\",
epass = \"$epass\",
CompanyName = \"$CompanyName\",
CompanyCountry = \"$CompanyCountry\",
CompanyState = \"$CompanyState\",
CompanyZip = \"$CompanyZip\",
CompanyCity = \"$CompanyCity\",
CompanyAddress = \"$CompanyAddress\",
CompanyPhone = \"$CompanyPhone\",
CompanyPhone2 = \"$CompanyPhone2\",
CompanyEmail = \"$CompanyEmail\" ";

$r1 = mysql_query($q1) or die('<br><br><center><font size=2 face=Arial, Helvetica, sans-serif>This username is already in use. Please choose another. </center>');

$to = $CompanyEmail;
$subject = "Your account at $site_name";
$message = "This is your account information at $site_name\n\n username: $ename\n password: $epass\n\n\n Keep this information in a secure place. \n\n Thanks for your registration.\n $url";
$from = "From: $_SERVER[HTTP_HOST] <$aset[ContactEmail]>";

mail($to, $subject, $message, $from);

include_once "pay10.php";
  }
else{
echo "<center><font color=red><b> <font size=2 face=Arial, Helvetica, sans-serif>You did not fill in some of the required fields.<br>Go back and fill them in correctly, please.</b></font></canter>";
}
}
else
{
echo "<center><br><br><br><font color=red><b> <font size=2 face=Arial, Helvetica, sans-serif>You made a mistake in the password/confirm password fields. <br> Go <a class=ERR href=employer_registration.php> back </a> and fill all them in properly, please.</b></font></center>";
}

?>
<? include_once('../footer.php'); ?>
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.