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