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 bkrike 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: *

  • Users: benluke4
  • Content: Threads
  • Order by date
  1. benluke4

    subtracting a percentage from a figure

    Hi, Im trying to find out / learn how to subtract 10 % from a figure using PHP? Im stuck any ideas/hints/tips Thanks BEN
  2. benluke4

    is it possible to style a check box?

    Hi, is it possible to syle a check box? Ive been trying but failing so was wondering if its possible? Thanks BENLUKE
  3. benluke4

    a question about function toggle

    Hi, im really not very clued up with javascript and have managed to put this together with help from the css forum. Im trying to show and hide a div on mouse over an image and mouse out. At the moment ive sourced code to get it to show and hide the div onclick but need to achieve sho and...
  4. benluke4

    on hover, pop up. Is it possible in CSS

    Hi, im wondering if it is possible to do the following. on mousover an image - show pop up box describing the image. Is this possible using css? and what am i looking at to achieve it? any advice appreciated Thanks Ben
  5. benluke4

    whats the best way? layout CSS

    Hi, Was wondering whats the best way to achieve this table layout using CSS? <table width="80%" border="0" cellspacing="0" cellpadding="2"> <tr> <td width="24%"><img src="images/redstar.gif" width="19" height="19"></td> <td width="76%"><a class="but"...
  6. benluke4

    gap issue inIE

    Hi, im no css wizard and hae me a problem that i cant fix. im sure its pretty simple but too hard for my simple mind if you look here http://www.eckogecko.co.uk/hingtai/ in FF its fine but in IE theres a gap under the three images on the left hand side heres my CSS code - apologies if its...
  7. benluke4

    cant clear cache

    Hi ive been having a nightmare. I just went from broadband to dial up and then back to broadband (due to house move) and since yesterday when my broadband was activated again I cant clear my cache and am seeing old pages on some sites i visit. This is happening on IE and Firefox, ive done the...
  8. benluke4

    strange problem viewing images

    Hi, for some reason when using this code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <a...
  9. benluke4

    problems with .htacces 301 Permanent Redirect

    HI, im trying to rewdirect using this code saved as .htacces 301 Permanent Redirect Redirect 301 /proind_units.htm http://www.wandptraining.co.uk/index_new.php any ideas, ive never done this before so not sure where im going wrong Thanks Ben
  10. benluke4

    problem after installing zone alarms

    Hi I recently installed Zone alarms security suite, and now find i cannot retrieve folder information from all the websites im trying to connect to? It waits for server and then says "connection is lost" and then says "Dreamweaver cannot determine the remote server time. The select Newer and...
  11. benluke4

    problem after installing zone alarms

    Hi I recently installed Zone alarms security suite, and now find i cannot retrieve folder information from all the websites im trying to connect to? It waits for server and then says "connection is lost" and then says "Dreamweaver cannot determine the remote server time. The select Newer and...
  12. benluke4

    How do you make a jump drop down menu?

    Hi ive never done this before but would like to know how you do it. I have this so far: <form> <table width="150" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <select name="location" class="FormField"> <option value="00">Select a country...
  13. benluke4

    where do i find my compressed mail

    Outlook express asked me if i wanted to compress my email so i said yes. All my email has disapeared. How do i find it and/or how do i restore it? Thanks Ben
  14. benluke4

    a quickie button question

    How do i make this button a link to say hello.html <input type="button" name="add2" value="New Location"> thanks Ben.
  15. benluke4

    styling mysql results

    Thought i should start a new thread. i'm wondering now how to style my results, maybe putting a line break between the results and styling the text using something like <p class="body">(which is already defined) also verifying the width of the table etc... Im not sure how to work it into this...
  16. benluke4

    simple question from a newbie

    Hi, how do i add and if ($_SESSION['username']) to the code below so that it only lets users in if they have the correct area session registered and have a username session registered aswell. I keep getting errors Thanks for any help Bne $area_check="area300"; if...
  17. benluke4

    how to get and show info from mysql, problems.....

    Hi, this is my first attempt at this but im running into problems heres the code im using <?php include '../admin/db.php'; ?> <html> <head><title>test</title></head> <body> <?php /* grab the POST variable */ $category = $_POST['category']; $location = 'london_se'; $query = "SELECT * FROM...
  18. benluke4

    good advice needed

    Hi, im fairly new to php and mysql but have been progressing well but slowly. This is my problem. Hi have a site where there are 2 different member areas. one for coaches and one for clients. They are set up securly using php and mysql and sessions. What i need to do is install a message...
  19. benluke4

    checking userid and email match

    Hi, Ive built an admin area for a site im working on. Ive set up a form where the customer services fill in the userid and email of a that user. My problem is that im trying to make the php script check that the userid and email configure against what is already stored in the database. I...
  20. benluke4

    bg image swap on mousover

    I have this div #login { background-image: url(../images_new/login.gif); background-repeat: no-repeat; background-position: right top; height: 31px; width: 127px; float: right; text-align: right; margin-top: 0px; margin-right: 0px; } Is it possible to...

Part and Inventory Search

Back
Top