[PHP-DB] php bulletin/dicussion board

2001-11-01 Thread Tom Hodder
Hi, can anyone recommend a good php discussion/bulletin board thats free, as I need to choose one and have been over whelmed by the variety available. Cheers Tom Hodder -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP-DB] mail function

2001-08-14 Thread Tom Hodder
check that you have either specified [mail function] ; For Win32 only. SMTP = mail.myserver.com ; For Win32 only. sendmail_from = [EMAIL PROTECTED] or the sendmail path here; ; For Unix only. You may supply arguments as well (default: 'sendmail -t -i'). ;sendmail_path = /usr/bin/sendmail o

[PHP-DB] SELECTS from multiple tables

2001-08-13 Thread Tom Hodder
the SELECT candidates.ID as canID, client_ID as cliID to the queries. Regards Tom Hodder -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP-DB] How to tell if a mysql table is locked

2001-08-07 Thread Tom Hodder
I have a crontab job that locks a mysql table as it needs to process the information in it only once. But subsequent scripts don't timeout, they just sit and wait. Is there any way of telling if a mysql table is locked? Thanks Tom Hodder -- PHP Database Mailing List (http://www.ph

[PHP-DB] mail problem with ... Unbalanced '<'

2001-08-05 Thread Tom Hodder
print '$subject = '.$subject."\n; print '$this->mime = '.$this->mime."\n"; $to = "Tom Hodder" <[EMAIL PROTECTED]> $subject = htrheht $this->mime = This is a MIME encoded message. --=_ab31b283

RE: [PHP-DB] cancel <20010723135436.90722.qmail@pb1.pair.com>

2001-07-23 Thread Tom Hodder
What was all that about~?? -Original Message- From: Christian St-Pierre [mailto:[EMAIL PROTECTED]] Sent: 23 July 2001 16:02 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-DB] cancel <[EMAIL PROTECTED]> This message was cancelled from within Mozilla. -- PHP D

RE: [PHP-DB] Re: enum !!

2001-07-16 Thread Tom Hodder
First normal form (1NF), A table in which the intersection of every column and record contains one, and only one, value. -Original Message- From: Hugh Bothwell [mailto:[EMAIL PROTECTED]] Sent: 16 July 2001 19:21 To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: enum !! "McShen" <[EMAIL PR

RE: [PHP-DB] NEXT - PREVIOUS coding

2001-07-16 Thread Tom Hodder
rough and readysomething like this should work... $pagesize = 20; $page = $page ? $page : 1; $pages = ceil(mysql_num_rows( $results ) / $pagesize ); mysql_data_seek( $results, ($page - 1) * $pagesize ); while( ($row = mysql_fetch_object( $results )) && ( $counter++ < $pagesize) ) { //

RE: [PHP-DB] Submiting forms to mySQL

2001-07-09 Thread Tom Hodder
You can use the TARGET attribute of the form that would be in the edit,delete,submit frame to make the main page process the form variables. ie clicking on submit in the edit frame would send the vales var1=ffefe&var2=gfregr, etc etc, to the main frame. alternatively you could use the javascrip

[PHP-DB] perl fork() in PHP?

2001-06-27 Thread Tom Hodder
Can I do something similar to the perl fork() in php and if so, does anyone know of any examples of this. regards Tom Hodder -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

RE: [PHP-DB] imap problem

2001-06-20 Thread Tom Hodder
h the --imap flag (I think, something like that) although I had no end of trouble getting this to work, Regards Tom Hodder -Original Message- From: vipin chandran [mailto:[EMAIL PROTECTED]] Sent: 20 June 2001 18:54 To: [EMAIL PROTECTED] Subject: [PHP-DB] imap problem Hi, I am devel

RE: [PHP-DB] php notepad

2001-05-18 Thread Tom Hodder \(Global Gold Network Ltd\)
UltraEdit www.ultraedit.com cool software -Original Message- From: Sharmad Naik [mailto:[EMAIL PROTECTED]] Sent: 18 May 2001 12:47 To: [EMAIL PROTECTED] Subject: [PHP-DB] php notepad Hi, I have recently fineshed my project in php I want to document it. Can anyone tell me an editor