Announcement
Collapse
No announcement yet.
Search Result
Collapse
19 results in 0.0273 seconds.
Keywords
Members
Tags
-
Liquidweb appears to be down as well. Any connection with VDI for them does anyone know? I can't get to any of my hosted sites there (3 of them) or their main page, but their telephone system status...
-
You can edit them directly in .GIF format, no need to convert. I used Photoshop, but there are shareware programs that will work as well if you do not have access to Photoshop.
If you...
Leave a comment:
-
I did a recent site change that include changing file structure, and forgot I had them linked on this thread...I edited my previous posts to update the img locations so they show up.
Leave a comment:
-
InsideMedia - not a prob, I made the ones I did based on existing ones anyways. And I like what you did with them too, looks pretty sharp!
I'm thinking of putting all the variations of...
Leave a comment:
-
Maybe it was a typo and it shoud be that ....
Then again, I think this refers to that anyways, so it all makes sense now......
Leave a comment:
-
As printed in the php manual (available at php.net):
Play around with that for a bit and see if it does what you need it to....
Leave a comment:
-
$data is stored in an array, so for each item you would have $data[0], $data[1], etc
Code:$filename = '/path/to/file.ext'; $delimiter = '\|'; $file = fopen($filename,'r');
Leave a comment:
-
All those files are in your forums/images directory with names such as top_faq.gif and top_register.gif. You need to edit those with any sort of graphics editor and reupload them into the /images directory....
Leave a comment:
-
Sure thing...I'm not sure when I will have a chance to make them as I am mostly away from home for now(and away from editing software), but I will get some made as soon as I have a chance....
Leave a comment:
-
Just do something along these lines. For each action, have an if statement that will execute the appropriate code.
Code:<?php if ($action == "scotland")
Leave a comment:
-
Dialup BBS Memories...
This age topic reminded me of the old dialup BBS days...how many of you out there remember spending hours and hours on end as your brand new high speed 2400 baud modem ripped through them ANSI graphics?...
-
25 Here...and feeling older every time I see one of you younger guys teaching me how to do this stuff...
Leave a comment:
-
Ah, didn't know about the header() function. That would be closer to what you are looking for than my solution....
Leave a comment:
-
go_url() is not a PHP function to my knowledge...or a standard function for anything I can think of.
You would have to call the page that has the code to update the SQL entries, and have...
Leave a comment:
-
Here is some info I just ran across...I haven't had a chance to check the supplied link, but it's better information that I could give...
Leave a comment:
Leave a comment: