Search found 5 matches

by Simulacra
Sat Sep 17, 2005 2:10 pm
Forum: PHP - Code
Topic: obtaining remote address and other info
Replies: 5
Views: 502

As I said I'm not to sure....
by Simulacra
Sat Sep 17, 2005 2:08 pm
Forum: Javascript
Topic: Table with scrollbar?
Replies: 8
Views: 854

This works in a table
<div style="height: 40em; width: 100%; overflow: auto;">
by Simulacra
Sat Sep 17, 2005 2:05 pm
Forum: PHP - Code
Topic: obtaining remote address and other info
Replies: 5
Views: 502

I'm not to sure, but I think its either

REQUEST_URI or HTTP_REFERER to be put into $_SERVER['']
by Simulacra
Sat Sep 17, 2005 10:38 am
Forum: PHP - Code
Topic: My Thumbnail Code, I need help
Replies: 3
Views: 417

My Thumbnail Code, I need help

Ok so I found this but I having trouble modifying it to the way I want to use it. What I want to do is, get the url of a pic from my database and make a thumbnail out of it, heres my code so far. <?php $connection = mysql_connect($host,$user,$password) #13 or die ("couldn't connect to server&qu...
by Simulacra
Sun Sep 11, 2005 9:29 am
Forum: Databases
Topic: Sometimes it will, and then it won't
Replies: 1
Views: 326

Sometimes it will, and then it won't

I'm trying to create a button that will bring you back to a certain page, i.e.: You where on a page that shows you thumbnails of some pics from a person, who's pic urls are held in a database, you click on a thumbnail and it show you the full thing, but it will only put a button going back sometimes...