[PHP-DB] Help me with this someone

2009-02-09 Thread Wilson Osemeilu
i get the error: Warning: mysql_pconnect() [function.mysql-pconnect]: Lost connection to MySQL server during query in /home/www/broadwaysecure.biz.nf/Index.php on line 9 Could not connect : Lost connection to MySQL server during query     I have done everything to connect to my database but its no

Re: [PHP-DB] help me JOIN 3 tables. - fixed query

2009-01-13 Thread Yves Sucaet
l1.field3 hth, Yves - Original Message - From: "Yves Sucaet" To: Sent: Tuesday, January 13, 2009 7:49 AM Subject: Re: [PHP-DB] help me JOIN 3 tables. Hi Joseph, With the sum() aggregate function you'll need to use a GROUP BY clause and specify which field

Re: [PHP-DB] help me JOIN 3 tables.

2009-01-13 Thread Yves Sucaet
l1 on (l1.entreID = e1.entre_ID) WHERE e1.entre_active = 'Y' hth, Yves - Original Message - From: "Abah Joseph" To: Sent: Tuesday, January 13, 2009 6:46 AM Subject: [PHP-DB] help me JOIN 3 tables. I have this SQL SELECT e1.*, l1.* FROM e1 INNER JOIN l1 WHERE

[PHP-DB] help me JOIN 3 tables.

2009-01-13 Thread Abah Joseph
I have this SQL SELECT e1.*, l1.* FROM e1 INNER JOIN l1 WHERE e1.entre_active = 'Y' AND l1.entreID = e1.entre_id The above query works but i want to add the one below SELECT SUM(a1.adp_amount) as amount FROM a1 WHERE a1.adp_loanID = e1.loanID; the last part of the query is to SUM the part payme

Re: [PHP-DB] Help me please

2004-11-08 Thread Petrus Ali Saputra
Bastien Koert wrote: have you created a dsn for this connection? Bastien From: Petrus Ali Saputra <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-DB] Help me please Date: Mon, 08 Nov 2004 10:55:45 +0700 Can anyone here help me how to connect to an ODBC data? Here is my code:

Re: [PHP-DB] Help me please

2004-11-08 Thread Petrus Ali Saputra
Arné klopper wrote: Have you set up a ODBC connection ? You must set up a ODBC connection in the ODBC Sources that is usually in you Control Panel or Administrator Tools. You must put it as a System DNS and set up the connection, so your local system know where to find the database. I already

RE: [PHP-DB] Help me please

2004-11-08 Thread Bastien Koert
have you created a dsn for this connection? Bastien From: Petrus Ali Saputra <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-DB] Help me please Date: Mon, 08 Nov 2004 10:55:45 +0700 Can anyone here help me how to connect to an ODBC data? Here is my code: $odbc = odbc_connect(&q

Re: [PHP-DB] Help me please

2004-11-08 Thread Arné Klopper
Have you set up a ODBC connection ? You must set up a ODBC connection in the ODBC Sources that is usually in you Control Panel or Administrator Tools. You must put it as a System DNS and set up the connection, so your local system know where to find the database. Kind Regards Arné K

[PHP-DB] Help me please

2004-11-07 Thread Petrus Ali Saputra
Can anyone here help me how to connect to an ODBC data? Here is my code: $odbc = odbc_connect("Ta Fara","",""); And this is the result: Warning: odbc_connect(): SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in

[PHP-DB] Help me please!!!!! (MSSQL + IIS + PHP)

2003-12-01 Thread Edgar Molina
Hi to every one, i have the next problem: I'm trying to connect to Microsoft SQL Server 6.5 with PHP and Internet Information Server in Microsoft Windows 2000 Professional, and everything is ok when i do it via ODBC but i want to include specific functions of SQL Server that come included with PHP

Re: [PHP-DB] help me..!

2003-03-24 Thread ps_jkt
wahyu" <[EMAIL PROTECTED]To: <[EMAIL PROTECTED]> il.com> cc: Subj

[PHP-DB] help me..!

2003-03-24 Thread muhammad_wahyu
dear all, I'm a new user for PHP programing,I'm confused with syntax in those script.So I want all of you can help me.friend i need 1.Example of PHP (guest book,e-commerce,db with PHP,etc) Thank's all akhi wahyu -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

RE: [PHP-DB] help me

2003-01-09 Thread Snijders, Mark
] Subject: [PHP-DB] help me i can't use start_secsion(); in php4, it say: error : can't ofen(\tmp/4363jghsfjkhshga.. like this... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] help me

2003-01-09 Thread rblack
"khac duy" netnam.vn> cc: Subjec

Re: [PHP-DB] help me

2003-01-09 Thread Martin Hudec
Hello khac, hmm what platform are you running on? what are PHP settings for writing sessions? Check out permissions for /tmp directory, check out free space on disk. -- Best regards, Martin mail [EMAIL PROTECTED] mobile +421.907.30

[PHP-DB] help me

2003-01-09 Thread khac duy
i can't use start_secsion(); in php4, it say: error : can't ofen(\tmp/4363jghsfjkhshga.. like this...

[PHP-DB] HELP ME PLEASE: php not run on IIS 4.0

2002-03-25 Thread Berlina
Hi, Im trying to install PHP 4.1.2 under Windows 2000 Server and IIS 4.0 * If I configure PHP as a MODULE, all run but SESSIONS DON'T WORK * If I configure PHP as a CGI, SESSIONS WORK but ORACLE MODULE for PHP not load Any ideas? Anybody can help me? Advanced thanks, Berli -- PHP Database Ma

[PHP-DB] Help me with php script calculate Download time of file

2001-12-13 Thread chidambaram
Hi everyone, Could anyone help me giving a php code that calculates time required to download a url (including downloading of images in that particular url). if you could tell me the site also it would be great helpful to you people. Thank You E.chidmbaram ___

RE: [PHP-DB] help me on projecting some tables

2001-11-16 Thread Rick Emery
ginal Message- From: Tim Foster [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 9:42 AM To: PHP DB Subject: RE: [PHP-DB] help me on projecting some tables A couple of questions: > INSERT INTO traits VALUES("Added Chemicals",LAST_INSERT_ID(),"Sugar"); 1

RE: [PHP-DB] help me on projecting some tables

2001-11-16 Thread Tim Foster
A couple of questions: > INSERT INTO traits VALUES("Added Chemicals",LAST_INSERT_ID(),"Sugar"); 1. Will LAST_INSERT_ID() work reliably in a multi-user environment? What happens if you're in the middle of inserting a dozen records and someone else inserts a record? Does MySQL keep the LAST_INS

RE: [PHP-DB] help me on projecting some tables

2001-11-16 Thread matt stewart
yep, that first example was roughly what i was getting at, don't think i explained it anywhere near as well as Rick though. -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED]] Sent: 16 November 2001 14:17 To: PHP DB Subject: RE: [PHP-DB] help me on projecting some t

RE: [PHP-DB] help me on projecting some tables

2001-11-16 Thread Rick Emery
S(NULL,"Bread",1,"each",1.49); INSERT INTO styles VALUES( "White",LAST_INSERT_ID() ); INSERT INTO styles VALUES( "Black",LAST_INSERT_ID() ); INSERT INTO styles VALUES( "Wheat",LAST_INSERT_ID() ); INSERT INTO styles VALUES( "Hawaiian",LAST_INS

RE: [PHP-DB] help me on projecting some tables

2001-11-16 Thread matt stewart
Message- From: Carlo Loiudice [mailto:[EMAIL PROTECTED]] Sent: 16 November 2001 10:48 To: PHP DB Subject: [PHP-DB] help me on projecting some tables Hi, I've to store in a BD some alimentary product, and there are lot of informations like chemical, physical, nutritional characteristics , ... I

[PHP-DB] help me on projecting some tables

2001-11-16 Thread Carlo Loiudice
Hi, I've to store in a BD some alimentary product, and there are lot of informations like chemical, physical, nutritional characteristics , ... I don't know how to store this info. So I've a lot of product with a lot of corresponding characteristics. I've thought about to create a table where to

[PHP-DB] help me with DBA

2001-08-26 Thread Donald FEI
When i execute the following codes: an error occurs: Warning: no such handler: db2 in D:\Inetpub\WebSite/dba_test.php on line 2 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

RE: [PHP-DB] Help Me Fix My User Defined Funtion

2001-04-19 Thread Mark Roedel
> -Original Message- > From: SOHH.com Webmaster [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 19, 2001 4:45 PM > To: Mark Roedel > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP-DB] Help Me Fix My User Defined Funtion > > > However, since posting my question

RE: [PHP-DB] Help Me Fix My User Defined Funtion

2001-04-19 Thread SOHH.com Webmaster
t the lenght of it (just an example). Steven -Original Message- From: Mark Roedel [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 11:21 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Help Me Fix My User Defined Funtion > -Original Message- > From: SOHH.com Webmas

[PHP-DB] Help Me Fix My User Defined Funtion

2001-04-19 Thread SOHH.com Webmaster
I created a funciton to pass two variables and create a dynamic link. It doesn't give me an error, but it doesn't give me the results either. What am I missing in my function? (It's down below) Steven Samuel function generatesectionlink($sectionID,$contentID) { if ($sectionID == 4)

Re: [PHP-DB] Help Me!

2001-02-02 Thread Stas Trefilov
Hello, "Sridhar Ranganathan"! You wrote: > What should I do? > See the strip_tags() function. -- Piloteers do it on the road -- 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 a

Re: [PHP-DB] Help Me!

2001-01-31 Thread Beau Lebens
the way i have attacked a similar situation in the past was to create my own formatting system - kind of a pseudo-html set-up, which made use of conventions like; **bold** %%italic%% __underline__ !!titlefont!! etc etc then you can save the article directly into the DB, as a text or whatever,

Re: [PHP-DB] Help Me!

2001-01-31 Thread phobo
uot;Beau Lebens" <[EMAIL PROTECTED]> To: "Sridhar Ranganathan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 5:46 PM Subject: Re: [PHP-DB] Help Me! > the way i have attacked a similar situation in the past was to create my > own f

[PHP-DB] Help Me!

2001-01-31 Thread Sridhar Ranganathan
Hi Netlanders I have just undertaken a web site construction project. It is a devshed like site that serves articles on various topics. I am using LAMP - Linux/Apache/MySQL/PHP 4. I have a table that contains info about each article. I think I have three options...(or do I have more that I don

[PHP-DB] Help Me Please ... it's urgent !!

2001-01-23 Thread signup
Hi ... My name is Dedy Wahyudi ... I follow your instruction at webmonkey site regarding PHP/MySQL Tutorial .. But there is some problem i'm having ... may be you can tell me "; print "  Type of Service:".$row['type']." "; print " Company Name:".$row['company'].""; print " Contact Pers