Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kennyaidan

    CSS & IE browser issue

    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...
  2. kennyaidan

    CSS &amp; IE browser issue

    ...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...
  3. kennyaidan

    CSS &amp; IE browser issue

    ...type="text" name="m4fbrp__6" id="m4fbrp__6" value="" size="25" maxlength="128" /> </div> <div class="required"><label for="m4fbrp__7">Message*</label><textarea name="m4fbrp__7" cols="30" rows="5" id="m4fbrp__7"></textarea></div> </fieldset> <div class="submit"><input name="m4fbrp_submit"...
  4. kennyaidan

    Issues connecting PHP and MySQL

    Hi jpadie, All sorted now, got it working. Thank you very much for the help Aidan
  5. kennyaidan

    Issues connecting PHP and MySQL

    ...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...
  6. kennyaidan

    Issues connecting PHP and MySQL

    ...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...
  7. kennyaidan

    Issues connecting PHP and MySQL

    ...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", "***") ....
  8. kennyaidan

    Issues connecting PHP and MySQL

    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...
  9. kennyaidan

    Issues connecting PHP and MySQL

    ...------------------------------------------- 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...
  10. kennyaidan

    Issues connecting PHP and MySQL

    ...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...
  11. kennyaidan

    Online Mailbox Issue

    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
  12. kennyaidan

    Online Mailbox Issue

    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...
  13. kennyaidan

    Components Question

    Ok guys, That seems to answer all my questions so thanks alot for the help much appreciated aidan
  14. kennyaidan

    Components Question

    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...
  15. kennyaidan

    Components Question

    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"...
  16. kennyaidan

    Components Question

    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...
  17. kennyaidan

    Exporting Images

    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...
  18. kennyaidan

    Email Forms

    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...
  19. kennyaidan

    Email Forms

    thanks for the help!!!
  20. kennyaidan

    Email Forms

    When i say it doesn't work i mean the email doesn't arrive, it moves to the confirmation page but the email isn't sent???

Part and Inventory Search

Back
Top