[PHP-DB] Re: Re

2016-10-18 Thread Jigme Datse Yli-Rasku
Something up here... Probably not fixable by me. But this is the second of what appear to be identical messages. On 2016-10-17 23:51, php-db@lists.php.net wrote: > "Re: [PHP-DB] SQL Injection" > JigmeRasku doc >

[PHP-DB] RE: RE :[PHP-DB] MySQLi Help

2012-06-18 Thread jstarritt
Oliver, Gah -- thank you. James -Original Message- From: Olivier Desmares olivier.d@orange.fr Sent: Saturday, June 16, 2012 10:58am To: jstarr...@selagodesign.com jstarr...@selagodesign.com, php-db@lists.php.net php-db@lists.php.net Subject: RE :[PHP-DB] MySQLi Help Hi

[PHP-DB] Re: RE:[PHP-DB] How do I do math with a UNION ALL

2011-04-16 Thread Ron Piggott
Thank you for the suggestion. This is the actual query that I implemented: Amazing how this works. Ron SELECT SUM( `impressions_total` ) AS impressions_total , SUM( `usage_total` ) AS usage_total FROM ( ( SELECT IF ( SUM(

[PHP-DB] Re: RE: [PHP-WIN] Re: PHP Search DB Table

2010-12-14 Thread Sascha Meyer
Hi Oliver, Oliver wrote: Okay, thank you all again for your input, I have tried a number of suggestions to work out what is happening. Just to reiterate here is the search form which is on a different page. ... Try the following code on your search page to display GET- and POST-variables

[PHP-DB] Re: re:[PHP-DB] looking for SQL documentation tool[solved]

2009-04-17 Thread Amit Chaudhary
Is there any tool/utility which can generate the documentation from SQL Server 2005/2008 SQLDocSharp An interactive tool designed to generate the SQL Server 2005/2008 documentation. This is a free solution...! http://www.amitchaudhary.com/ . mrfroasty wrote: Thanks guys for the

[PHP-DB] RE : [PHP-DB] Re: RE : Re: [PHP-DB] pg_escape_bytea missing despite Postgre v.7.4.14

2007-03-07 Thread Thomas Woerly
Not at all. No version number for Postgres there. --- Chris [EMAIL PROTECTED] a écrit : Thomas Woerly wrote: Hello, Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from me. With a phpinfo(), I have pgsql section. Is it ok ? My version of PHP is 4.4.2, so

[PHP-DB] RE : Re: [PHP-DB] pg_escape_bytea missing despite Postgre v.7.4.14

2007-03-06 Thread Thomas Woerly
Hello, Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from me. With a phpinfo(), I have pgsql section. Is it ok ? My version of PHP is 4.4.2, so this is ok too. pgsql PostgreSQL Support enabled Active Persistent Links 0 Active Links

[PHP-DB] RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small)

2006-11-07 Thread Desmond Coughlan
X-No-Archive: true That doesn't work, either. Still the blank page. Hmm ... the file is in the right place../usr/local/www/data ... 'cos all of the other files (*.html one an d all) are served from there, and they're available to the outside world. D. Bastien Koert [EMAIL

RE: [PHP-DB] RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small)

2006-11-07 Thread Bastien Koert
is your server set to work with php files? Bastien From: Desmond Coughlan [EMAIL PROTECTED] To: Bastien Koert [EMAIL PROTECTED], [EMAIL PROTECTED], php-db@lists.php.net Subject: [PHP-DB] RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small) Date: Tue, 7 Nov 2006

[PHP-DB] RE : RE: [PHP-DB] RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small)

2006-11-07 Thread Desmond Coughlan
X-No-Archive: true Yep. The famous phpinfo file works like a charm. D. Bastien Koert [EMAIL PROTECTED] a écrit : is your server set to work with php files? Bastien From: Desmond Coughlan To: Bastien Koert , [EMAIL PROTECTED], php-db@lists.php.net Subject: [PHP-DB] RE : RE

[PHP-DB] RE : Re: [PHP-DB]: small question php/postgreSQL

2006-11-07 Thread Desmond Coughlan
X-No-Archive: true OK, that gives a blank page, too... which is puzzling, 'cos I tried 'hello.php' before getting into the db 'thang', and I saw the text on the screen. Well .. back to the drawing board... D. Tony Grimes [EMAIL PROTECTED] a écrit : Is your server configured

Re: [PHP-DB] RE : Re: [PHP-DB]: small question php/postgreSQL

2006-11-07 Thread Tony Grimes
Alright, now try commenting out all the script except for the ini_set and echo 'test' at the top. There still might be a syntax error in the code. Essentially, you want to do whatever you can to get the page to display a simple message. Then, work backwards until you get the error/blank page. If

[PHP-DB] RE : Re: [PHP-DB]: small question php/postgreSQL

2006-11-07 Thread Desmond Coughlan
X-No-Archive: Curious. I put this in a file... ?php echo 'pHello World/p' ? Bingo. I then take the *same* file, I don't rename it, I just open it in vi. I copy a single occurrence of 'pg_connect' etc... And the 'hello world' disappears. D. Tony Grimes

RE: [PHP-DB] RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small)

2006-11-07 Thread Dwight Altman
, Dwight -Original Message- From: Desmond Coughlan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 9:38 AM To: Bastien Koert; [EMAIL PROTECTED]; php-db@lists.php.net Subject: [PHP-DB] RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small) X

Re: [PHP-DB] RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small)

2006-11-07 Thread JeRRy
or something? Jerry - Original Message From: Bastien Koert [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php-db@lists.php.net Sent: Wednesday, 8 November, 2006 2:45:49 AM Subject: RE: [PHP-DB] RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small

[PHP-DB] Re: RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small)

2006-11-07 Thread JeRRy
Test: - create a new account user - go into the www directive - create a index file - do phpinfo() - try and connect to a msql server, no query needed just a connection - under that delibrately try and enter a mysq server but use a wrong pass, make sure you error report it with some message on

Re: [PHP-DB] Re: RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small)

2006-11-07 Thread Chris
JeRRy wrote: Test: - create a new account user - go into the www directive - create a index file - do phpinfo() - try and connect to a msql server, no query needed just a connection - under that delibrately try and enter a mysq server but use a wrong pass, make sure you error report it with

Re: [PHP-DB] Re: RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question, not small)

2006-11-07 Thread JeRRy
True, sorry! (missed that, haha wake up!) - Original Message From: Chris [EMAIL PROTECTED] To: JeRRy [EMAIL PROTECTED] Cc: php-db@lists.php.net Sent: Wednesday, 8 November, 2006 3:14:01 PM Subject: Re: [PHP-DB] Re: RE : RE: [PHP-DB] re: small question php/postgreSQL (basic question

Re: [PHP-DB] Re: Re: Sending filing attachments using PHP

2006-05-16 Thread Julien Bonastre
Just wanted to ^bump^ this ridiculously prolonged flame-like thread which will surely be annulled in the chronicles of PHP history ;-) Michelle Konzack wrote: Am 2006-05-12 11:58:37, schrieb JupiterHost.Net: I was referring to building PHP/Apache in general * What do you talking

[PHP-DB] Re: Re: Sending filing attachments using PHP

2006-05-15 Thread Michelle Konzack
Am 2006-05-12 11:58:37, schrieb JupiterHost.Net: I was referring to building PHP/Apache in general * What do you talking about? -- I have compiled Apache and php5 the standard way and ABSOLUTLY NOTHING was missing. listen on a port lower than 1024, which is true for all tools since it's a

Re: [PHP-DB] Re: Re: Sending filing attachments using PHP

2006-05-15 Thread JupiterHost.Net
Michelle Konzack wrote: Am 2006-05-12 11:58:37, schrieb JupiterHost.Net: I was referring to building PHP/Apache in general * What do you talking about? -- I have compiled Apache and php5 the standard way and ABSOLUTLY NOTHING was missing. Great, I'm talking about managing multiple

[PHP-DB] Re: Re: Storing Credit Cards, Passwords, Securely, two-wayencryption

2006-01-09 Thread Dan Baker
Peter Beckman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, 6 Jan 2006, Dan Baker wrote: Peter Beckman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] So I'm thinking about how to save credit card numbers in the DB, for re-charging cards for subscriptions, new

[PHP-DB] Re: Re: Storing Credit Cards, Passwords, Securely, two-wayencryption

2006-01-09 Thread Dan Baker
On 1/9/06, Dan Baker [EMAIL PROTECTED] wrote: And last of all, I know of a pretty large company that uses a service similar to VeriSign. This other service (can't remember the name) didn't provide the PNRef scenario, so the company stores credit card numbers in their database (encrypted of

[PHP-DB] Re: Re: November 2, 2004

2004-11-02 Thread Michelle Konzack
Am 2004-11-02 07:22:13, schrieb Lester Caine: There are many more of us who do not have the right to vote in the US, just as we do not have the right to claim our 3.5% guaranteed mortgage. Americans need to start thinking about OTHER countries rather than assuming that they can just

[PHP-DB] Re: Re: November 2, 2004

2004-11-02 Thread Michelle Konzack
Am 2004-11-01 19:30:50, schrieb Joseph Crawford: Do we care? Realy? Unlikely. Maybe you should send your 'useful' info on a national mailinglist only. i am sorry but i do care, if you do not care about voting you dont care if the war comes to the US. Maybe, but I am in France !!! It is

[PHP-DB] Re: Re: November 2, 2004

2004-11-02 Thread Michelle Konzack
Am 2004-11-02 03:04:10, schrieb GH: However, when other countries are in trouble or need something... who do they turn to? America Are you sure ? Its only you American(s) which think so. Therefore everyone in the world has an interest in what happens in the american body politic just as

[PHP-DB] Re: Re: November 2, 2004

2004-11-02 Thread Michelle Konzack
Am 2004-11-02 03:06:35, schrieb GH: and by the way the main reason we have problems in America * People with out health insurance This is every countries own problem... In Europe ALL People has a health insurance. * No affordable housing Is this my problem ? * and a huge

Re: [PHP-DB] Re: Re: November 2, 2004

2004-11-02 Thread rik onckelinx
Would you please stop bombing me with those unrelevant e-mails on a php mailinglist. It doesn't matter if I care about the US elections or not. I prefer to read your brilliant php code instead of politics. With me many others on the list. Rik Op dinsdag 2 november 2004 10:25, schreef

[PHP-DB] Re :Re: [PHP-DB] How use select for update

2004-09-16 Thread Chris
Escuse me i forgot the t Is row-level locking happening? I think that the lock doesn t work When are you checking the locks? I am checking the lock with an SQLPLUS session If i lock my table with SQLPLUS, PHP can make an select for update But if i try to lock with PHP i can make an other

[PHP-DB] Re: Re: $_Session vs $_Cookie

2004-05-31 Thread Alexey Kupershtokh
Hi. Is your server running on Windows? Have you tried using a database as your session container? Hmm... that's something new for me :) How to implement it ? Manually ? Or it is available in php config file? Or another question: where I can read about this ? :) -- PHP Database Mailing List

[PHP-DB] Re: Re: $_Session vs $_Cookie

2004-05-31 Thread Torsten Roehr
Alexey Kupershtokh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi. Is your server running on Windows? Have you tried using a database as your session container? Hmm... that's something new for me :) How to implement it ? Manually ? Or it is available in php config file? Or

[PHP-DB] Re: RE :I thought 4 didn't equal 456456456%20%20OR%2012

2004-05-10 Thread Dan Bowkley
DING! That's the sound of a little lightbulb turning on... Thanks so much for that tidbit...I could certainly see myself getting screwed by not using such a thing. Dan - Original Message - From: Neil Smith [MVP, Digital media] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL

[PHP-DB] Re: Re: Re: SQL Server Query Failed

2004-03-20 Thread david
Bob: I shall experiment with option #3 (replacing php_mssql.dll with php_odbtp_mssql.dll). This will take a couple of days (I want to test it all out...sigh...testing...) and then slip it into production. I will report back on the results. On the Single Sign On... I am happy to talk about (and

Re: [PHP-DB] Re: Re: Re: SQL Server Query Failed

2004-03-20 Thread Robert Twitty
OK, let me know if you needed any assistance. BTW, are you using mssql_init() to call stored procedures? -- bob On Sat, 20 Mar 2004, david wrote: Bob: I shall experiment with option #3 (replacing php_mssql.dll with php_odbtp_mssql.dll). This will take a couple of days (I want to test it all

Re: [PHP-DB] Re: Re: Re: SQL Server Query Failed

2004-03-20 Thread JeRRy
Might be an idea to delete the response deeper then the recently replied. As all this is archieved there is no use re-posting it. Sure keep the latest reply but keeping anything more makes these emails quite legnthy. Just a suggestion for you all. Cheers! J Find local movie times and

[PHP-DB] Re: Re: SQL Server Query Failed

2004-03-19 Thread david
Thank you, Bob, for your continuing comments. The intranet site is used by approximately 100 people, and sees a good amount of traffic every day. I don't really have an exact number of daily queries that are executed, but it has to be a pretty sizable number, since the site handles much of the

Re: [PHP-DB] Re: Re: SQL Server Query Failed

2004-03-19 Thread Robert Twitty
Hi David Based on the amount of users accessing the site, there is a possibitity that php_mssql.dll not being thread safe could be the problem. The only way to verify this is to use PHP as a CGI, run Apache as a multi-process server, or replace php_mssql.dll with php_odbtp_mssql.dll. As much as

[PHP-DB] Re: Re:[2] [PHP-DB] database absraction layer

2002-05-06 Thread Andrey Hristov
You can use PEAR nevertheless they don't have it in the config. PEAR is userspace, so you can get it from everywhere put it everywhere in you home dir or in subdirs, and just refer to it with require and include. But be aware that there can be relative include/require in the PEAR that have to be

[PHP-DB] Re: RE: that book:

2001-10-30 Thread Russ Michell
Don't quote me on this but the ./configure command when compiling/re-compiling php should be run one level up from the dir you wish to make the action occur in. (One above /path/to/php4.0.6/bin so: ./bin/configure with --this with --that I have cc'd this to the php-db list to make sure this