Search found 26 matches
- Thu Feb 13, 2003 4:32 am
- Forum: PHP - Code
- Topic: use js to get realtime data from another site(HowHotAmI.com)
- Replies: 1
- Views: 1234
Hello
I got this code from slash dot and it gives me a live news feed. What they have used is xml and php. There are php functions that can get xml data from another server. Anyway here is my site http://www.bohemeinteractive.com.au and here is the script that was used <?php /*****************************...
- Tue Feb 11, 2003 9:11 pm
- Forum: PHP - Code
- Topic: setting up apache/php in win98
- Replies: 9
- Views: 1836
- Tue Feb 11, 2003 2:17 am
- Forum: PHP - Code
- Topic: setting up apache/php in win98
- Replies: 9
- Views: 1836
- Tue Feb 11, 2003 2:09 am
- Forum: PHP - Code
- Topic: header() issues
- Replies: 9
- Views: 2222
- Tue Feb 11, 2003 2:06 am
- Forum: PHP - Code
- Topic: CHMOD - HELP
- Replies: 2
- Views: 656
with your ftp client select the file you want to change. Right click it and you should get a chmod item in the list displayed. I use wsftp and thats what I get. When you click on it you will get something like this owner group other read read read write write write execute execute execute In the oth...
- Sat Feb 08, 2003 3:43 am
- Forum: PHP - Code
- Topic: Form -> mySQL, html email, and html output page?
- Replies: 3
- Views: 1218
Hello
Um just add it to the bottom of your script. I did the same with mine. $subject = "new message" ; $mailcontent = $hostnam; $toaddress = "info@bohemeinteractive.com.au"; $fromaddress = "info@bohemeinteractive.com.au"; mail($toaddress, $subject, $mailcontent, $fromaddress...
- Sat Feb 08, 2003 3:35 am
- Forum: PHP - Code
- Topic: How to filter offensive content?
- Replies: 3
- Views: 1654
Hello
I am not an expert or anything but I have seen it done the way you mentioned and I frankly cant think of any other way of doing it.
whats claroline
Hi
Is that like easyphp?
Is that like easyphp?
- Wed Jan 15, 2003 1:16 pm
- Forum: General Discussion
- Topic: Your Thoughts?
- Replies: 19
- Views: 8569
800
When 50% of your viewing audience uses 800 why design for anything else? Also I always go for a fixed design. I know that evils site is a dynamic design. The one thing that I don't like about it is the massive bit of empty space on the lower half of the screen. I know that that will probably disappe...
- Wed Jan 15, 2003 6:27 am
- Forum: Javascript
- Topic: Scroll Bar Colours? ... In Netscape?
- Replies: 2
- Views: 3246
Galleon
I cant remember which but they also work in either Galleon or Konqueror. I am not on linux anymore (it was too much to learn) so I cant check. But yeah its a microsoft thing
- Wed Jan 15, 2003 6:18 am
- Forum: Javascript
- Topic: cloaking
- Replies: 3
- Views: 3551
Cloaking Database
<? /*This is a link cloaker that require a database. Database name must be given and the table name needs to be redirects */ $db_name = "linkcloak"; $table_name = "redirects"; $pathstring = getenv("HTTP_HOST") == "localhost" ? getenv("PATH_INFO") : $...
- Wed Jan 15, 2003 6:07 am
- Forum: General Discussion
- Topic: PHP.net Klip
- Replies: 6
- Views: 2922
Yeah
I installed it just then. I have a live rpc feed on my site, I think it is a similar principle -> xml written to a text file and then read by php and displayed.
- Wed Jan 15, 2003 5:52 am
- Forum: General Discussion
- Topic: Your Thoughts?
- Replies: 19
- Views: 8569
Hey Evil
Ok it looks good but I think you should still make everything about 15% to 10% bigger. From you logo to your buttons and also maybe your text. I would strongly advise a fixed 800 resolution design. Have a look at my site for an example, or even better go to echoecho.com. Here are some stats on scree...
- Wed Jan 15, 2003 4:58 am
- Forum: General Discussion
- Topic: What's a good editor for PHP (WinXP)
- Replies: 51
- Views: 20422
I use edit plus as well. I dont know I have a stack of editors here and I find the simple ones the best. Bythe time you finnish stuffing around with dreamweaver you are done coding on edit plus. Thats my experience. I cant find the particular post but somebody asked if the was a way to test php scri...
- Tue Jan 14, 2003 10:20 pm
- Forum: PHP - Code
- Topic: XMBForum themes
- Replies: 4
- Views: 1237