Um, why would he need to use AJAX. He already needs to connect to the database to load the titles and ids, and using ajax to load the descriptions, etc, is inefficient and a lot more complicated than...
var i=0;
for (i=0;i<=tc;i++)
{
theid[i] = "<?=$id[i]?>"; // this does not
thedescription[i] = "<?=$Description[i]?>"; // this does not
}
and use php implode instead:
It is quite complicated, because you need to specify the sizes in px of each letter, and this would probably be done through a database, which has the source and pixel width of each letter
i'm still not sure what the problem is, but just to make sure, you know you can set an image as a bullet, using the list-style-image property, which is what i think you are trying to do
why are your users, dragging and dropping images from their desktop to your browser?? and no, you cannot override this, because basically, the user is saying show me this image straight to the...
I have used Javascript and HTML for a while, and now I'm starting my first major project in PHP. I know PHP pretty well, and I put together this page, where it fetches data from a database,...