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...
Hi Dan,
Thanks for getting back to me. I'll try what you have suggested however for point 2.
With regard to point 1, I am running IE 6. If you go to the contact us page:
http://www.naomhmearnog.ie/index.php?page=contact-us
Watch closely the positioning between the sentence "Club Coach: Paddy...
Hey Guys,
I have built a simple form for the "Contact Us" page of my website. From a technical perspective it works in both IE and Firefox i.e. it sends the submission onto the relevent email address.
It also looks fine in Firefox but there are two look and feel issues with IE:
1. When you...
Hi jpadie,
Aplogies but on further inspection, I actually had PHP 5.0 installed. I downloaded and installed PHP 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...
Hi jpadie,
I changed around some settings in the php.ini file and finally got to see so errors. Problem is they are fatal!
Here is what I got:
Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\testMysql6.php on line 3...
I changed my php.ini file to now lists the three modules as
;extension=php_mysql.dll
;extension=php_mysqli.dll
;extension=php_pdo_mysql.dll
They had been
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll
When I reboot Apache, the "PHP Startup:Unable to load...
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...
Hey Guys,
Thanks for getting back to me. I tried the code you suggested jpadie and still no luck. I just got a blank page back, no error messages at all. Its like the php cannot connect to the DB at all.
To answer your question Vacunita, I think I have configured Apache correctly because...
Hi Guys,
On my home PC, I have installed a MySql DB and an Apache server in order to progress my PHP knowledge. I created a new database called "manual" and within this DB I added a table and simple simple data. When I query my DB through MySQL server, I can see the "manual" database and a test...
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"...
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.