[PHP-DB] Re: ?? php and mysql database question ??

2003-06-07 Thread JeRRy
correctly. Thanks people for all your help in pointing me in the right direction. Mostly appreicated and I hope I can help some of you in return sometime soon. Now off to do my offline work. :) Kind Regards, Jerry http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose your email via SMS on your

[PHP-DB] PHP mail fetching email address(es) from database question!

2003-04-01 Thread JeRRy
but I can't get it to work. :( The code is below. Quite easily achieved in the end. All help is mostly appreicated. Thanks in advance. Jerry ?php if(empty($SEND)){$SEND=;} switch($SEND){ case Send: if(!empty($MESSAGE)){ $HEADERS .= MIME

[PHP-DB] PHP mail() question?

2003-03-31 Thread JeRRy
; $headers .= X-Priority: 1\r\n; $headers .= X-MSMail-Priority: High\r\n; $headers .= X-Mailer: Just My Server; mail($contactemail, $subject, $message, $headers); ? Maybe I need a different function? If so could someone show me a example of how it can be achieved please? Thanks! Jerry P.S

[PHP-DB] How to restrict maximum persistent connections for Oracle?

2003-03-30 Thread Jerry Tseng
Hi everybody, In php.ini, I can set the maximum persistent connections for MySql or ODBC. But I use Oracle 9i in my project. Who can tell me how to restrict maximum persistent connection for Oracle? Thanks. --Jerry -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-DB] php mail() question?

2003-03-27 Thread JeRRy
and where what goes. I have tried a few techniques but have failed so thought I'd post here. Thanks in advance! Jerry http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose your email via SMS on your Telstra or Vodafone mobile. -- PHP Database Mailing List (http://www.php.net

[PHP-DB] multiple queries in PHP to mysql database.

2003-03-27 Thread JeRRy
. But for table2 I am guessing it WILL need to know the username or id to update the appropiate field and not update everyones score to +1. So how is this achieved? Or am I doing this a hard way? Jerry http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose your email via SMS on your Telstra

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
Hi, This is what I have so far. ? if ($REQUEST_METHOD == POST) { $usr = usr; $pwd = pwd; $db = db; $host = localhost; $cid = mysql_connect($host,$usr,$pwd); mysql_select_db($db); // NOTE that form

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
. But for table2 I am guessing it WILL need to know the username or id to update the appropiate field and not update everyones score to +1. So how is this achieved? Or am I doing this a hard way? Jerry http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose your email via SMS on your Telstra

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
ignore this, I no longer require assistance on the message below. ATTACHMENT part 6 message/rfc822 Date: Wed, 26 Mar 2003 19:41:32 +1100 (EST) From: JeRRy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: re: multiple queries in PHP Hi, This is what I have so far

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
ignore this, I no longer require assistance on the message below. ATTACHMENT part 6 message/rfc822 Date: Wed, 26 Mar 2003 19:41:32 +1100 (EST) From: JeRRy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: re: multiple queries in PHP Hi, This is what I have so far

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
ignore this, I no longer require assistance on the message below. l ATTACHMENT part 6 message/rfc822 Date: Wed, 26 Mar 2003 19:41:32 +1100 (EST) From: JeRRy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: re: multiple queries in PHP Hi, This is what I have so far

[PHP-DB] multiple queries in PHP ????

2003-03-24 Thread JeRRy
. I alsready have the script to update table1 and does this fine but am not sure how to do mulitple queries in the one PHP page. Jerry http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose your email via SMS on your Telstra or Vodafone mobile. -- PHP Database Mailing List (http

[PHP-DB] some php and database questions!

2003-03-11 Thread JeRRy
much in advance, credit will be given. Jerry http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose your email via SMS on your Telstra or Vodafone mobile. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] PHP to mysql to email

2003-03-09 Thread JeRRy
BOUNCES is their a way to remove the entry that the email bounced email matches? I'd say this would be more complicated but any suggestions are welcome on this. I could always manually remove them for the time being. Jerry http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose your email via

[PHP-DB] Column Sort Question

2003-03-05 Thread Jerry
the variable from $_POST are not staying persistent. I tried playing around with session with no luck. What is the best way to resort on a column? Thanks, Jerry -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: php-db Digest 5 Feb 2003 17:13:51 -0000 Issue 1661

2003-02-05 Thread JeRRy
someone please show me how to achieve this? At pressent it only produces an error if the database is not found. Nothing else! Jerry http://movies.yahoo.com.au - Yahoo! Movies - What's on at your local cinema? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-DB] INSERT IMG in Database

2002-03-14 Thread Jerry
its file name ? Can I directly send the image object to the database ? Thanks Jerry -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Hosting - what's needed to handle 650K queries?

2002-03-09 Thread Jerry Bell
it is for visitors to wait or be rejected. Depending on how intesive your scripts and how many/what kind of db queries, there can be a considerable variation in what a given bit of hardware can support. Hope that helps! Jerry http://www.syslog.org - Original Message - From: olinux [EMAIL

Re: [PHP-DB] Hosting - what's needed to handle 650K queries?

2002-03-09 Thread Jerry Bell
it is for visitors to wait or be rejected. Depending on how intesive your scripts and how many/what kind of db queries, there can be a considerable variation in what a given bit of hardware can support. Hope that helps! Jerry http://www.syslog.org - Original Message - From: olinux [EMAIL

[PHP-DB] PHP - DB2 / odbc_connect() failed

2002-03-07 Thread Jerry
in /svr/jerry/web/myphppage.php But on the Linux server from the command line I don't have any problem to connect to the database... Do you have any idea what is the problem and how to solve it ? Thanks. Jerry -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP-DB] Database Connection

2002-02-05 Thread Jerry
Thanks Andrew for your answer. In the environment variables I have already: DB2INSTANCE=db2inst1 LD_LIBRARY_PATH=:/home/db2inst1/sqllib/lib Is it correct ? Or does it need to point to the DB2 Client directory /usr/IBMdb2/V7.1/lib Thanks. Jerry Andrew Hill [EMAIL PROTECTED] wrote

[PHP-DB] Help needed on point system

2002-02-01 Thread Jerry Leonard
, PHP 4.06 and Mysql 3.23.43 win binary. If anyone is willing to help I will provide a database dump and any part or the script you will need. I would give the info now except I don't know what parts will be needed. Thanks for any help Regards Jerry -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Connect to DB2-win2k through PHP4-Linux

2002-01-30 Thread Jerry
odbc_connect ? When I tried I received the error: Fatal error: Call to undefined function: odbc_connect()... 3. I didn't have any directory sqllib (like on windows platform) after IBM DB2 Client installation, is it normal ? 3. Do I need to install another software like iODBC ? Thanks. Jerry -- PHP

[PHP-DB] mySQL administration on Linux through NT

2002-01-16 Thread Jerry
Hi, I have mySQL on LINUX Does anybody knows a windows software to manage mySQL through win2k (TCP/IP - Intranet) ? With mySQL on win2k, you can manage it using a windows interface. I'm looking for the same kind of interface to manage mySQL on a Linux platform from win2k. Thanks. Jerry

[PHP-DB] Re: WebMail

2002-01-15 Thread Jerry
/Scripts_and_Programs/Email_Systems/Web-based_ Email/index.html There are so many out there... ;-) Jerry Michael K. Dolan Jr. [EMAIL PROTECTED] wrote: Hi, I'm looking for a good web based email client (preferably easy to setup and done in PHP of course). We have a sendmail server that works

[PHP-DB] How do I know when to

2002-01-11 Thread Jerry Leonard
is happening and why? Thank you Jerry -- 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 PROTECTED]

[PHP-DB] How do I know when to

2002-01-11 Thread Jerry Leonard
Okay this is the way I understand the statement below. The uid will be a number from 1 to 10, max length of ten digits say starting at 1 then as the next user registers it will automatically make that user number 2. Am I correct? CREATE TABLE users ( uid int(10) unsigned NOT NULL

[PHP-DB] Re: MSSQL DB Connect

2002-01-02 Thread Jerry
0){ print Number of rows: $numberBR; while($i $number){ $dateval= mssql_result($result,$i,dateval); echo TRTDFONT color=#112266$dateval/FONT/TD; $i++;} }? And it works fine ! Now I'm looking for the same function for IBM DB2 database connection... Jerry Jeremy Reed [EMAIL PROTECTED] wrote

[PHP-DB] Re: Urgent! Store Data In A Text File!

2002-01-02 Thread Jerry
To retrieve data from a text file, I'm using: $fp= file(textfile.txt,r); foreach($fp as $line) echo - $line -; Jerry Arik Ashepa [EMAIL PROTECTED] wrote: Can someone please tell me how can I add and retrive data from a text file I know it has something to do with Spliting...??? But I dont

[PHP-DB] Connect to IBM DB2

2002-01-02 Thread Jerry
: IBM DB2 V7.1 on windows 2000 Server PHP4 for windows Thanks. Jerry -- 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 PROTECTED]

[PHP-DB] MSSQL connect

2001-12-21 Thread Jerry
($sql_temp); mssql_close($connexion); ? But it didn't work. Please help me. Jerry -- 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 PROTECTED]

[PHP-DB] MSSQL DB Connect

2001-12-21 Thread Jerry
($sql_temp); mssql_close($connexion); ? But it didn't work. Please help me. Jerry -- 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 PROTECTED]

Re: [PHP-DB] Cookies on a Macintosh

2001-01-19 Thread Jerry
the variable? How does it refuse to use the variable in a manner that lets you know it set the cookie? Jerry -- http://www.hoboes.com/jerry/ "Give a man a fish and you feed him for a day. Teach him to fish, and you've depleted the lake."--It Isn't Murder If They're Yankees (http://www.hoboes

<    1   2   3