Re: [PHP-DB] Compile php5-sybase_ct-5.2.9 with freetds-devel-0.82.1_1,1 in FreeBSD ports will Failed!

2009-03-26 Thread Steven Cruz
Hello; I had several problem installing Sybase 15 64 bit with php 5, I was using sybase open client libraries and with some twinking I got it to work, with compile warnings. Have you tried the native Sybase client libraries? steven. James Chang wrote: Dear Sir, I'm ru

[PHP-DB] Slow query

2008-07-23 Thread Steven Macintyre
ULL NULL NULL 298 Thanks Steven -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] How to do a Newsletter

2008-05-01 Thread STEVEN CRUZ
Hello; What exactly do you mean? I have some jobs in cron that run a query and then spit out an thml page via email. That type of thing? From: Nasreen Laghari <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] How to do a Newsletter Date: Thu, 1 May 2008 08:59:33 -0700 (PDT) Hi

Re: [PHP-DB] md5() function

2008-01-14 Thread Steven Cruz
Hello; I maybe wrong, but I believe it is one way. What you need to do is take your input and encrypt it and check if matches your current encrypted value. :) peace and hugs. Miguel Guirao wrote: Hi!! I'm using the md5() function to encrypt a password and store it into a database. Now I wa

Re: [PHP-DB] Re: MySQL Query on the Fly

2007-05-13 Thread Steven Cruz
You can the entire thing in Java script with Style sheets. Depends on what he wants to do. iframes could be far simpler. :) itoctopus wrote: You have to use an iframe to do what you want. Once the user select something, you referesh the iframe and you pass specific parameters to it based on th

Re: [PHP-DB] Sybase and PHP

2007-04-03 Thread Steven Cruz
I got a similar setup up and running a few months ago. Sadly I am having connection problems, else I would give you the configure string I used. When netowrk does come around, I will see what I can do. Steven [EMAIL PROTECTED] wrote: We have been using sybase with PHP4 and now are looking

Re: [PHP-DB] Storing 4KB jpeg images on hospital web server

2007-03-08 Thread Steven Cruz
Yeah, do what the boss says, but I will tend agree, storing the images the database will slow it down. There is one place that holds large images and even small vids in the DB. IO over kill. They have two servers to run one database. Micah Stevens wrote: On 03/08/2007 01:35 AM, Chetan Gra

Re: [PHP-DB] Using BLOBs

2006-12-22 Thread Steven Cruz
directly. Steven Cruz. Miguel Guirao wrote: Hi!! I'm thinking abou to store MP3 files and PDF files in BLOB fields in a a table, Is this a best practice in MySQL? Or should I just store a reference to a file stored some where in a file system? I want to store sermons and preachings, b

Re: RE: [PHP-DB] Fulltext SELECTing only part of a field entry

2006-11-24 Thread Steven Cruz
I use to perl scripts to do something like this. But you just back and forward from the location in the string you are. You are count for word bounderies, in short, mostly white spaces. Next you count the number of characters, and substring! > > From: Miguel Guirao <[EMAIL PROTECTED]> > Date: 2

Re: [PHP-DB] Can't Connect to MySQL local Server

2006-10-26 Thread Steven Cruz
I had a similar problem the other day I think. plus many permission problems. But I got it work. I added these two lines to the bottom of my /etc/my.cnf file [client] socket=/usr/local/mysql/mysql.sock Just put in the path to your sock file and see if that helps. ROGER DEBRY wrote: Janet

RE: [PHP-DB] Mozilla inserts twice, IE does OK... ?

2004-12-09 Thread Steven \[Offstage\]
And now it double-inserts again. I was too quick with my previous mail :-) The quest continues... :-) Steven > Hi all > > Note in the source that in the MySQL Insert query "VALUES" starts at a new > line. > > I put a DELETE command right after the INSERT command, to

RE: [PHP-DB] Mozilla inserts twice, IE does OK... ?

2004-12-09 Thread Steven \[Offstage\]
vior :-) Anyone has any idea about this ? Steven > I'm not using the browsers 'view source' at all... Only the 'view source' > function from PHP. > But when none of the source is checked, and even right after a restart of > MySQL and Apache, the dual inser

RE: [PHP-DB] Mozilla inserts twice, IE does OK... ?

2004-12-07 Thread Steven [Offstage]
s twice, IE does OK... ? Are you using view source a lot? (some of) Mozillas view source commands send the query again, minus the POST vars. This could be the behaviour you're seeing. I say some of because there are multiple ways of viewing the source - web developer toolbar's (extensi

[PHP-DB] Mozilla inserts twice, IE does OK... ?

2004-12-05 Thread Steven \[Offstage\]
fter commenting out all other sections of the site and so eliminating all other code, the problem was still there... Has anyone any idea in what direction I have to look for a cause or solution ? Thanks in advance! Steven --- from Antwerp - Belgium -- PHP Database Mailing List (http://www.p

[PHP-DB] php+antiword

2004-06-17 Thread Steven Morgan
I have to find a way to extract the text from a word doc. I came across antiword, which is what most people seem to suggest, but i cant get it to run on the documents correctly. I have $path and $file variables, i just don't know how to get antiword to run on the document. shell_exec? -- PHP Da

[PHP-DB] mysql adding

2004-06-04 Thread Steven Morgan
is there anyway to add 1 to an int with 1 mysql query, i know i can pull the value down with a SELECT then add 1 with php.. then do an UPDATE on it.. but i didn't know if there was any other way? thanks Steve Mo' -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

Re: [PHP-DB] OT] PHP-DEV tarball

2003-10-31 Thread Steven Mac Intyre
Hiya, This might help. ftp://ftp.kobe-u.ac.jp/pub/Linux/metalab.unc.edu/distributions/sourcemage/mirror/php-dev-5.0.tar.bz2 Cheers Steven -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] OT] PHP-DEV tarball

2003-10-31 Thread Steven Mac Intyre
Hiya, This might help. ftp://ftp.kobe-u.ac.jp/pub/Linux/metalab.unc.edu/distributions/sourcemage/mirror/php-dev-5.0.tar.bz2 Cheers Steven -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Using PHP to print using LP on Linux

2003-10-24 Thread Mac Intyre, Steven
Hiya, Mine works with the following; extension_dir = "c:/winnt/" And simply copy the php_gd2.dll file into the folder. Then restart apache. PS: This topic is a PHP-WIN topic not DB. Regards, Steven On 25 Oct 2003 at 5:43, Paul Fitz wrote: > > Hi Guys, > >

Re: [PHP-DB] REMOVE ME

2003-10-09 Thread Mac Intyre, Steven
http://www.php.net/mailing-lists.php even On 9 Oct 2003 at 15:47, Muzzamil wrote: > > Pl remove me from this mailing list > Thanks > [EMAIL PROTECTED] > > > > php-db Digest 8 Oct 2003 19:41:35 - Issue 2071 > > > > Topics (messages 30898 through 30907): > > > > Re: Is it possible to acc

Re: [PHP-DB] REMOVE ME

2003-10-09 Thread Mac Intyre, Steven
go to news.php.net and subscribe your self. On 9 Oct 2003 at 15:47, Muzzamil wrote: > > Pl remove me from this mailing list > Thanks > [EMAIL PROTECTED] > > > > php-db Digest 8 Oct 2003 19:41:35 - Issue 2071 > > > > Topics (messages 30898 through 30907): > > > > Re: Is it possible to

[PHP-DB] load data

2002-12-09 Thread Steven Dowd
; ' as seperate fields etc or rather as a new row for the misc_code table. I cannot use a string replace with php into the text file because the text file content has to be kept exactly. so how do i force the load data infile, to import the whole of the contents of the file into a si

Re: [PHP-DB] Converting database from MS Access to MySQL on Linux

2002-10-29 Thread Steven Dowd
I think you would have to go a long way to beat DBTools which i might add is free and will convert most all db formats msaccess/foxpro/excell/dbf/csv/txt etc etc to mysql and also now supports PostgreSQL http://www.dbtools.com.br Steven - Original Message - From: "Michael

Re: [PHP-DB] Conversion from access to mysql

2002-09-10 Thread Steven Dowd
also http://www.dbtools.com.br this will work both ways access<>mysql also supports excel , dbf, csv etc etc Steven - Original Message - From: "Chris Grigor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 10:47 AM Subje

[PHP-DB] newbe: how to import a whole db from an .sql file

2002-02-21 Thread steven
I'm moving a mySQL db from my own server over to an external hosting company. there I don't have any root access of course... so I log in the mySQL-console. I made a 'db-dump' of my mySQL db (with Webmin), so I've got a textfile with a large amount of SQL-statements inside. (CREATE TABLE and INSE

Re: [PHP-DB] list archive

2002-02-06 Thread Steven Cayford
On 2002.02.06 19:47:12 -0600 B.J.Rumsey wrote: > Is there a list achrive somewhere? > Go here http://www.php.net/mailing-lists.php and click on the archive for the list you want. -Steve -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] strange link problem to a database item

2002-01-19 Thread Steven Cayford
On 2002.01.18 23:00:16 -0600 chip wrote: > On Friday 18 January 2002 08:09 pm, Steven Cayford banged out on the > keys: > > Hello again. > > > > On 2002.01.18 18:48:36 -0600 chip wrote: > > > In my code I have the following line: > > > > >

Re: [PHP-DB] strange link problem to a database item

2002-01-18 Thread Steven Cayford
Hello again. On 2002.01.18 18:48:36 -0600 chip wrote: > In my code I have the following line: > > printf(" > \n", $row["name"], $row["name"]); Ok. So the "name" field in your table holds the filename of the image and you have a thumbnail image by the same name in the .xvpics folder? What does

Re: [PHP-DB] A weird images database/web page problem

2002-01-16 Thread Steven Cayford
On 2002.01.16 19:59:37 -0600 chip wrote: > Let's tackle the first one first - OK. > > On Tuesday 15 January 2002 10:20 pm, Steven Cayford banged out on the > keys: > > On 2002.01.15 23:30:25 -0600 chip wrote: > > > won't work) > > > > > >

Re: [PHP-DB] A weird images database/web page problem

2002-01-15 Thread Steven Cayford
On 2002.01.15 23:30:25 -0600 chip wrote: > I have a database set up with tables of images. I have pages set up to > display the images 12 per page in a table of 2 rows/6 cols. There is a > next > link that loads the next 12 images from the database. All works just fine > > except for one little p

Re: [PHP-DB] How to insert to DB from txt??? Please help

2002-01-04 Thread Steven Dowd
of datatype>datatype.. Steven - Original Message - From: "Kelvin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 04, 2002 4:44 PM Subject: [PHP-DB] How to insert to DB from txt??? Please help > Hi everyone, > > I have a txt fil

[PHP-DB] about connect to two database

2001-01-31 Thread Steven
connect to one remote Oracle8i DB then I couldn't connect to anther.Could you help me to solve this problem. thanks, Steven -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the