Hi Guys,
Just an update on this issue, was able to resolve the form moving issue by setting the form width to a px width instead of a percentage.
However still can't get the form looking 100% right in IE.
Here is my css code for the form:
<p><style type="text/css">
.contactform fieldset...
...move. It is like on hover the CSS is telling the form to clear the left navigation. Can't see where this is set in my CSS. Here is my CSS code:
/*****************
browsers interpret margin and padding a little differently,
we'll remove all default padding and margins and
set them later on...
...version 5.2.4. However I still can't get a MySql DB connection working. Here is the sample code
<?php
$link = mysql_connect("localhost", "root", "****") or die(mysql_error());
echo "<br>Successfully connected to the mysql server...";
?>
I get the following error:
Fatal error: Call to...
...in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\testMysql6.php on line 3
Line 3 is:
$link = mysql_connect("localhost", "root", "****") or die(mysql_error());
I have PHP 3.01, Apache Version 2.0 and MySQL Server 5.0. Do these versions run smoothly together? Should I start...
...Sorry to be a pain and apologies if these are basic questions but I have very limited knowledge of setting up servers and DB's to work in tandem. As I say it looks like my Apache server does even start to process your code, it stops before
mysql_connect("localhost", "root", "***") ....
Hi jpadie,
You were right!! The display_startup_errors was set to off in the php.ini file. I turned that to "On" and rebooted apache. I then get the following three error messages on reboot
1. PHP Startup:Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mysqli.dll' - The specified...
...-------------------------------------------
hello
<?php
//connect to the database and server
mysql_connect("localhost", "root", "*****") or die (mysql_error());
......
......
echo "Table is empty<br/>";
}
}
?>
-------------------------------------------
When I place a number of...
...messages.
Here is an example of a php test file I have been running on localhost:
<?php
$connection = mysql_connect("localhost", "root", "*******");
$database = mysql_select_db("manual");
$result = mysql_query("SELECT * FROM pets");
while($row = mysql_fetch_array($result...
Hi Claudius,
Thanks for the advice but the mailbox is viewed through an Internet Explorer window not through outlook. Its an online support mailbox.
Any more ideas??
Thanks
Aidan
Hi Guys,
In my job I check an online tech support mailbox everyday. I recently upgraded my PC to a windows XP OS. With the old PC which used windows 2000 when a mail arrived into this account a little icon would appear to notify me but this doesn't happen with the new PC.
Now it may seem as a...
Thanks Chris
Thats working fine just one last quick question. I have saved my file as index.shtml in order for the include to be picked up on. If i save it as index.html the include does not appear. Would this be correct and I so when my web page is opened will index.shtml appear automatically...
Thanks Chris for the help
I have tried what you suggested but it still isn't working, I am probably making some basic mistake so i have attached the code so you might be see the problem
#include file="header.html"
<HTML>
<HEAD>
<TITLE>ferna_website1</TITLE>
<META HTTP-EQUIV="Content-Type"...
Hi,
I am currently designing a website and I was hoping to use components in my design. What I wanted to do is have my main section pages with the side navigations and headers files etc included as separate components so that when I make a change to the left nav for an example, I only have to...
Hi Guys,
Just looking for some advice:
When I export an image as a transparent gif/png/jpg and import the same image into flash, I seem to get a blurred effect around the edges of the images where the full transparency should be. Am I exporting the images wrong, what type of transparency should...
Sorry Guys for starting this argument but i was simply trying to show some common courtesy to "tviman" for his help. I'm sorry DeCojute if showing some basic manners is a problem around here!! In future can i get a definitive answer on how would you like the thread to be finished as everyone...
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.