On Saturday 31 May 2003 07:41 am, Canadaka wrote:
> Me and a friend have been trying to make a php ftp
> client,
I'm confused. Do you literally mean an FTP client that is
written in PHP (thus requiring PHP to be installed on each
client machine)?
Or do you mean a PHP generated HTML-based page,
Monfort--
> There lies my problem.
> How do I get mysql to translate:
>... where table.username =
> 'table2.domain/table2.username' into
See:
http://lists.mysql.com/mysql?sub=1
--Frappy
On Friday 30 May 2003 08:35 pm, [-^-!-%- wrote:
> Hello all !
>
> Need a little help here. Is there
> What i want to be able to do is determine if a certain
> user has watched a movie.
If you want to check the log to see if a single user has
viewed a particular movie, then include the user and movie
in the select statement:
select uid, mvid from mvlogtbl where uid = $userID and mvid
= $movi
3 matches
Mail list logo