Search found 40 matches

by thesimon
Tue Apr 12, 2005 4:31 am
Forum: PHP - Code
Topic: Which users are logged in
Replies: 5
Views: 173

Which users are logged in

Hi, I have a few project where users log in to a secure area, this is just a basic login where the password and username is checked against what is in the database. I would like other users to be able to see who else is online. How is it possible to know which users from the users table in the datab...
by thesimon
Wed Apr 06, 2005 2:19 am
Forum: PHP - Code
Topic: PHP hit counter
Replies: 5
Views: 511

PHP hit counter

i would like to set up a hit counter in my database with php that allows users of the content management system to track popularity of pages, both statice pages, and pages such as press releases,(newsview.php?newsid=). Does any one have any ideas.

Thanks,
Simon
by thesimon
Thu Mar 17, 2005 1:53 am
Forum: PHP - Code
Topic: Upload and Add Record
Replies: 4
Views: 346

thankyou so much, i didnt see the bit before about output stuffing up the location change, thus i just used a meta refresh

Thanks,
one very happy child
by thesimon
Thu Mar 17, 2005 12:15 am
Forum: PHP - Code
Topic: Upload and Add Record
Replies: 4
Views: 346

output? ive checked the logs nothing unusal, however if line 21 works why wouldnt line 22 and 24
by thesimon
Wed Mar 16, 2005 11:58 pm
Forum: Databases
Topic: Multiple where
Replies: 2
Views: 326

Multiple where

how do you specify 2 where criteria when selecting from mySQL?

Cheers,
Simon
by thesimon
Wed Mar 16, 2005 11:07 pm
Forum: PHP - Code
Topic: Upload and Add Record
Replies: 4
Views: 346

Upload and Add Record

Hello, I use Dreamweaver to aid me in my design because while i can logically think things through i couldnt write syntax to save myself. I have a form for users to upload newsletters, it has two objectives, Upload the newsletter file Record information about the file in a table, I have gotten all t...
by thesimon
Wed Mar 16, 2005 10:33 pm
Forum: PHP - Code
Topic: MySQL records
Replies: 2
Views: 414

Legend

Where would we be without smart people, thanks so much for your help, it works :)
by thesimon
Wed Mar 16, 2005 10:20 pm
Forum: PHP - Code
Topic: MySQL records
Replies: 2
Views: 414

MySQL records

Hello, My news table(mysql) has a year field as such Year -------- 2000 2000 2001 2001 2003 2005 2005 2005 I was wondering if you could select from this table so you only get one of each year, so the output would be 2000 2001 2003 2005 Is this possible, I was trying to think of an algorithm that wou...
by thesimon
Mon Mar 14, 2005 12:36 am
Forum: PHP - Code
Topic: Rich text form posting
Replies: 3
Views: 349

<form name=&quote;form1&quote; method=&quote;post&quote; action=&quote;cms-send.php&quote;> <script type=&quote;text/javascript&quote;> var oFCKeditor = new FCKeditor( 'msg' ) ; oFCKeditor.Value = 'Please use the link below to download my ...
by thesimon
Sun Mar 13, 2005 9:47 pm
Forum: PHP - Code
Topic: Rich text form posting
Replies: 3
Views: 349

Rich text form posting

Hi I have two pages ------------ 1) A form with a rich text box and a submit button. 2) A page which receives the value from the rich text box and emails out to addresses in a column in a table ------------ For the rich text box its default value is a message saying: “Click the link below to downloa...