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 John Tel 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: Programz8
  • Content: Threads
  • Order by date
  1. Programz8

    colspan -- Puttin an image back together.

    I'm a beginner web designer and I'm used the CS3 slice tool to cut up an image. Now I'm trying to put the pieces back together and spaces keep getting in the way. How do I use colspan and rowspan to keep the pieces together? Here is a sample of the code and links to some images how do I get...
  2. Programz8

    Using PHP to link to another website.

    Greetings, I'm working on a website and I need one link to lead to another website within the existing browser with my banner and side link bar. Here is an example of the code. <?php // Start an if.......else block that checks for a a value for id if (!$a_id) { session_start(); } // Start...
  3. Programz8

    Simple image display Error in very simple code.

    Hmm I've got to go back to the basics I just can't seem to figure out why this code doesn't work??????? <?php session_start(); // Start an if block that checks the value of $valid if ($_SESSION[valid] != "yes") { session_register('valid'); } $db_name = "database"; $table_name =...
  4. Programz8

    Spacing, Colums and pages and sorting array images.

    Hi All, Can anyone give me some hints on how I can separate the array of images that is produced by the code below. I want to be able to control the spacing between images, the amount of columns and allow for more than one page if there are too many images in the array. I am also...
  5. Programz8

    Text being truncated / How to create multiple pages??

    How are you guys? I'm trying to display some images with text under them and for some reason only the first letter of text appears and the rest of the line is truncated? Does anyone know what the problem is? Also the image file name appears on the page. And finally does anyone know how to modify...
  6. Programz8

    Programming Logic Question

    Hello Everyone, I have a question I don't have any code yet because I haven't begun to program this yet I'm just trying to get the logic down packed prior to starting. Here is my question: If I use an array to return a result set from a mysql database how can I display the results where I want...
  7. Programz8

    Display specific images with mysql / PHP

    Greetings all: I'm trying to figure out how I can pull an image from my database and display it on my website. I ONLY WANT A SPECIFIC image that I can call by the id number. I have bigimage and image as fields on a table in my DB. How can I call only specific images instead of using an array or...
  8. Programz8

    Variables not pulling from the server??

    Hi all my variables are not being pulled from the server for some reason any clue why? I'm trying to link an image and some text from a PHP page. here is the code // create variable to hold name of db that the table resides $db_name = "cayema"; // create variable to hold name of table you...
  9. Programz8

    Returning only one row and displaying the result PHP

    Hello all I'm having a problem getting the result of just one row. Most info I've found is returning an entire array. I'm getting the word Object printed out instead the value of $result does anyone know why? $request = "SELECT article_name FROM Articles WHERE id=1"; $result = mysql_query...

Part and Inventory Search

Back
Top