[PHP-DB] Remove

2024-03-12 Thread Kevin McColl
Is there a way to stop or remove receiving these emails?

[PHP-DB] php-db-unsubscr...@lists.php.net

2010-02-16 Thread Kevin Murphy
php-db-unsubscr...@lists.php.net -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] mysqli error

2009-07-01 Thread Kevin Castiglia
to close the select statement ($sth1) every single time I want to execute my update statement ($sth2)? Thanks, Kevin

[PHP-DB] Trying to decide between MDB2 and PHP PDO

2009-06-25 Thread Kevin Castiglia
is the prepare and execute method is slower than building the statement manually and querying the server? Shouldn't the prepare and execute method be faster since you only need to generate the prepare once as opposed to generating the statements within a loop? -Kevin -- PHP Database Mailing List (http

[PHP-DB] Re: $_SESSION issues - possible security hole?

2008-08-17 Thread Kevin Hursh
I had a similar problem with the access rights that I built in to my app. It worked fine in my local dev environment, but when I installed the app on a web host, the app went haywire. After hours of pulling my hair out, It just hit me. Register globals was on in the web hosts php.ini. I

Re: [PHP-DB] Slooooow query in MySQL.

2007-07-19 Thread Kevin Murphy
Seeing the query would help. Are you using sub-queries? I believe that those can make the time go up exponentially. -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada College www.wnc.edu 775-445-3326 P.S. Please note that my e-mail and website address have changed

[PHP-DB] First and Last ID of a table

2007-07-11 Thread Kevin Murphy
mytable ORDER BY id DESC LIMIT 1; $last_result = mysql_query($last_query,$con); $last_id = mysql_result($last_result,0,'id'); I'm just wondering if there was any way to do this more efficiently, like with one query instead of two. Or is this about as simple as I can do it? Thanks. -- Kevin

Re: [PHP-DB] error logging MySQL syntax errors?

2007-04-27 Thread Kevin Murphy
put: echo mysql_error(); right after the sql query. -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326 On Apr 27, 2007, at 10:15 AM, Tim McGeary wrote: I am getting semi-ambiguous messages in the browser like: You

Re: [PHP-DB] Order By [blank]

2006-12-21 Thread Kevin Murphy
Unfortunately, I'm on 4.0.x so sub-queries are out. And yeah, I should get my host to upgrade but we both work for the government so that isn't happening. ;-) Any other thoughts. -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu

Re: [PHP-DB] Order By [blank]

2006-12-21 Thread Kevin Murphy
for your help. -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326 On Dec 21, 2006, at 10:12 AM, [EMAIL PROTECTED] tg- [EMAIL PROTECTED] wrote: You shouldn't have to do that. the IFNULL() handles all that. If the item is null

Re: [PHP-DB] Special Character

2006-11-16 Thread Kevin Murphy
,$replacements,$data); $data = trim($data); $data = preg_replace(/ +/, , $data); $data = addslashes($data); return $data; } -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326 On Nov 16, 2006, at 7

[PHP-DB] Distinct Partial Matches: RegExp

2006-08-30 Thread Kevin Murphy
'anynumberofletters dash anynumberofletters dash ' Of course, I could be barking up the wrong tree with the REGEXP thing. Anyone care to point me in the right direction? -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326 -- Kevin

Re: [PHP-DB] Distinct Partial Matches: RegExp

2006-08-30 Thread Kevin Murphy
Well, its not really a search that would be way easier. :-) What I'm looking for is a query that will give me the complete list of items that are distinct, minus the last number after the last hyphen. animal-dog animal-cat animal-bird -- Kevin Murphy Webmaster: Information and Marketing

[PHP-DB] In_Array in Query

2006-08-22 Thread Kevin Murphy
was hoping not to do something like the following: $query = select id from table where row = $user_area[0] OR row = $user_area[1] OR row = $user_area[2] -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326

Re: [PHP-DB] Count Many Records

2006-06-29 Thread Kevin Murphy
(data1,Form Name,link.php); -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326 On Jun 28, 2006, at 5:39 PM, Chris wrote: Kevin Murphy wrote: Actually the design is in the code below I need to display the counts from

[PHP-DB] Count Many Records

2006-06-28 Thread Kevin Murphy
($data2h_results); echo tr; echo td align=\center\ valign=\top\$data2_count/td; echo td align=\center\ valign=\top\$data2h_count/td; echo td align=\center\ valign=\top\$data2p_count/td; echo /tr; -- Kevin Murphy Webmaster: Information and Marketing

Re: [PHP-DB] Count Many Records

2006-06-28 Thread Kevin Murphy
in data1, You have $data1p_count PROCESSED records in data1, etc. -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326 On Jun 28, 2006, at 1:56 PM, [EMAIL PROTECTED] wrote: Kevin Murphy asks: The following code works

[PHP-DB] MySQL update statement problem

2006-03-04 Thread Kevin Davies - Bonhurst Consulting
Hi, Apologies if this isn't the right place to ask - but I'm banging my head against the wall with this one! I'm trying to update a record in the table (creation script below) using the following SQL statement: UPDATE shop_customer SET eu_vat_number = SK1234567890 AND vat_amount = 0 AND

RE: [PHP-DB] MySQL update statement problem

2006-03-04 Thread Kevin Davies - Bonhurst Consulting
Jenaro, You're absolutely right (',' instead of 'and' - schoolboy error!). I've obviously been staring at the screen too long! Strange that MySQL accepted it as a valid statement though. Many thanks for the quick reply. I'm off to have a lie down! :) Thanks and regards, Kevin -Original

[PHP-DB] PDO name

2005-07-12 Thread Kevin Schmeichel
Anyone know why the name PDO was chosen for what is really just a SQL abstraction layer? I actually implemented something a while back that I called PDO, which provided a means to do get/set/save/delete etc. operations, on data objects, but the persistent implementation was hidden from the

Re: [PHP-DB] Missing mysql.so?. .

2005-06-01 Thread KEVIN ZEMBOWER
the problem. I'm going to write this problem to the debian-users list, but if you or anyone else know how I can revert a system with some packages in 'testing' to all Debian 'stable', this is what I'd like to try next. Thanks, again, for your help and suggestions. -Kevin Zembower [EMAIL PROTECTED] 05

Re: [PHP-DB] most popular places

2005-03-15 Thread Kevin
Micah Stevens [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] With mysql 4.1 you could union and then subSelect maybe? I'm not super-familiar with sub selects, so this code won't likely run.. There is a unwritten rule that states: If your db needs the use of unions the db is set up

Re: [PHP-DB] big data base

2005-03-15 Thread Kevin
Martin Norland [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] luis medrano wrote: Hi All, I need you help. I need to design a very big data base, around 900GB or more of information but I never had design or manage this magnitude of information before. I really appreciate if

[PHP-DB] php5 ecom cms

2005-01-19 Thread Kevin Russell
I need some help finding a good flexible cms/ecom solution, I need it to be built in php5 (I like the new features) and I want one that is more of a ecom site framework not a portal any suggestions would be great thx

[PHP-DB] MySQL ENCRYPT help!

2005-01-09 Thread Kevin the Linux User
it, for security. If it's not a bother, can you also give a sniplet of example code, on just the part of de-crypting it, I know everything about connecting, and displaying, it's just the de-crypting I am having trouble with. -- Thanks, Kevin the Linux User Linux! Working

[PHP-DB] html display

2004-12-17 Thread Kevin Russell
sorry but this has nothing to do with: 1. DBs 2. PHP 3. LAMP ok out right your mostly correct, but what I really want to do is display fixed content for dynamic searches for a web site on a lamp server,(fc2) their php is a little out dated, but their in the move to 5 so its ok, I would like

[PHP-DB] html display

2004-12-16 Thread Kevin Russell
Hi list, and yes I am a newcomer to this list but not to the realm of lamp's deve, any who I would like to know if any one has any good resources for making a web page display at 800x600 fix res, no matter what the display is set to in their machine, I'm moving to php5, just a simple

[PHP-DB] html display

2004-12-16 Thread Kevin Russell
for displays bigger than 8x6 you can use a div to border the page. for displays with res smaller, you're s.o.l. you cannot force the browser to a smaller res. bastien that's ok, I want it to display 8x6 if you have your display set to that, or if you have it set to a higher resolution I want

[PHP-DB] win32 Timestamp problem

2004-03-09 Thread J. Kevin C. Burton
of PHP will fix this issue, but I've been using every stable release of PHP5 and it's a no go. Any help would be appreciated. Regards Kevin

[PHP-DB] Accessing my variables

2004-02-11 Thread J. Kevin C. Burton
? Kevin

[PHP-DB] DBX_Connect

2004-02-11 Thread J. Kevin C. Burton
\WebEditionFramework\lang\api.inc.php(39) And my script looks like this: $db = dbx_connect('DBX_ODBC','','SSSWEB','admin','adminpass',DBX_PERSISTENT); DBX is enabled, (my phpinfo() says enabled Any one? Kevin

[PHP-DB] Thumbnail in db

2004-01-17 Thread Kevin Waterson
the thumbnail on the files system and then make a thumbnail of it, but I dont seem to be able to get the thumbnail to insert into the db from a string. Is the only way to create the thunbnail to first save it to the file system in a temp dir? Kind regards Kevin

Re: [PHP-DB] Problem with php and mysql

2003-03-05 Thread Kevin Demers DSL
: 1LT John W. Holmes [EMAIL PROTECTED] To: Kevin Demers DSL [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP-DB] Problem with php and mysql One of our customers has written a php application that we are hosting. Basically, there is a province/state table which populates a combo box

[PHP-DB] Problem with php and mysql

2003-03-04 Thread Kevin Demers DSL
a default value, but I was wondering if anyone knew why the database itself isn't catching the error (foreign key violation) and accepting the data. Any ideas? Thanks in advance for any help, Kevin --- Kevin Demers Technical/Customer Support

[PHP-DB] RE: PHP4 on Windows using MSSQL

2003-02-26 Thread Kevin Gordon
Thanks Ollie. I will check Tcp or Named Pipes. I have found a Linux Journal article dated 14 Feb 2003 using a FreeTDS driver and ODBC to MSSQL and will try that. Cheers, Kevin On Tue, 2003-02-25 at 23:25, Oliver Cronk wrote: Yes, but I have never personally used Linux to connect to MSSQL so I

[PHP-DB] RE: PHP4 on Windows using MSSQL

2003-02-25 Thread Kevin Gordon
to configure the appropriate users and permissions and you should be fine. Ollie Cronk www.cronky.net -Original Message- From: Kevin Gordon [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 07:09 To: PHP Mail Subject: PHP4 on Windows using MSSQL Hi Everyone, From a Linux

[PHP-DB] Difficult Dilemma Details Dodged

2003-02-23 Thread Kevin P
2 with all the modified/new info. Can anyone suggest a method Thanks Kevin, -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] PHP4 on Windows using MSSQL

2003-02-23 Thread Kevin Gordon
to telenet to it? Any thoughts, comments? Many thanks, Kevin Gordon New Zealand -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] PHP4 on Windows using MSSQL

2003-02-21 Thread Kevin Gordon
08001 in SQLConnect in E:\Inetpub\wwwroot\php\ODBC_Driver.php on line 174 Error: failed to name the tables. If someone is using MSSQL database and could comment on PHP.ini, perhaps that is the area I need to work on. Cheers for now, Kevin Gordon New Zealand On Fri, 2003-02-21 at 16:23, l coolio wrote

[PHP-DB] PHP4 on Windows using MSSQL

2003-02-19 Thread Kevin Gordon
Suggestions please? Kevin Gordon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Calling functions recursively: recursive PHP functions

2003-02-01 Thread Kevin Gordon
Thanks John. Your comment helped me through. I used a static variable for the array, array_merge_recursive() function to accumulate the foreign keys and $this-kgforeignkeys as a recursive function in a loop. This all works ok! function kgforeignkeys($tablename = ) {

Re: [PHP-DB] Calling functions recursively: recursive PHP functions

2003-01-26 Thread Kevin Gordon
please. Kevin Gordon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Calling functions recursively

2003-01-24 Thread Kevin Gordon
Can functions / methods be called recursively? If so how can this be done? Comments much appreciated. Kevin Gordon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] postgresql primarykeys foreignkeys tablenames screenfieldlength

2003-01-20 Thread Kevin Gordon
Any suggestions or improvements to the following code would be much appreciated. Please send me an email: function kgtables () { if ($this-connection) { $tablelist = ; $sql = SELECT

[PHP-DB] SESSION

2002-12-23 Thread Kevin Gordon
: register_globals = Off Question: When including $_SESSION['g_kgkeys'] = $_POST['kgkeys']; within a block i.e. {}, should it function the same as outside the block i.e. outside {}? Your help would be appreciated. Kevin Gordon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

[PHP-DB] Aliasing and Grouping (multiple keyword search)

2002-12-20 Thread Kevin Stone
I followed an online tutorial (url below) to create a simple indexed keyword search. The sample as outlined in the tutorial was designed to work with one keyword only. I am an experienced PHP programmer with some SQL experience but only simple queries. This Aliasing and Grouping is brand new to

[PHP-DB] session variables

2002-11-07 Thread kevin myers
? Is it possiable that it is the way i have my query set up? thanks Kevin Myers _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- PHP Database Mailing List (http

[PHP-DB] odbc function return values

2002-08-16 Thread Kevin Gordon
difference? Using a postgresql database odbc_tables works fine. But with odbc_primarykeys I can not find a result. Any advice would be appreciated. Kevin -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] permissions system

2002-06-05 Thread Kevin Stone
Very simply I protect whole pages on my member's website by include()'ing a script called auth.php into the top of each page. Rather than using a binary string to turn functions 'on' and 'off', I do things a bit more general than that. I have defined levels of access (ie, L1, L2, L3, etc..)

Re: [PHP-DB] PHP Session End.

2002-06-03 Thread Kevin Stone
any PIN's they may have accumulated. But let me ask you a question... Why exactly does the system allocate a PIN when the user adds it to their cart? Wouldn't you solve your problem by simply waiting until the transaction is complete? -Kevin - Original Message - From: Hayan Al Mamoun [EMAIL

Re: [PHP-DB] Mutiple inserts with one query?

2002-05-31 Thread Kevin Stone
To be honest I have no idea (just learning SQL myself) but the MySQL manual does offer at least a few tips to help opitmize your insert statements in looped scenarios... http://www.mysql.com/doc/I/n/Insert_speed.html -Kevin - Original Message - From: Leif K-Brooks [EMAIL PROTECTED

[PHP-DB] REGEXP for search engine/SQL Server

2002-05-21 Thread Kevin Won
apart. I'm guessing someone has done this on the list. .. thanks Kevin Won - ITG Web Developer, Systems Administrator Oregon Health Sciences University (503) 418-4282 cell: (503) 913-5367 page: x15897 fax: (503) 494-1888 -- PHP

[PHP-DB] Re: Using functions in SELECT statements

2002-05-02 Thread Kevin Stone
Your problem may be the use of single quotes around your wildcard search string. I haven't tested it but SQL probably works like PHP in that single quotes denote exact values while double quotes allows evaluation of the quoted string. -Kevin Robin S McKenzie [EMAIL PROTECTED] wrote in message

[PHP-DB] Re: Using functions in SELECT statements

2002-05-02 Thread Kevin Stone
(in response to my own response) By the way it just occured to me that the default SELECT statement is already case insensitive. So is any of this is even necessary? If you want to display the selected items in lower case, then do that in your script with strtolower(); -Kevin Robin S McKenzie

[PHP-DB] help with preg_replace for http://

2002-03-29 Thread Kevin Won
I've written matches and replaces only the first instance of http:// in the string. (which solves problems as long as there is only one hyperlink in the page ;-) thanks kevin Kevin Won - ITG Web Developer, Systems Administrator Oregon

[PHP-DB] help with preg_replace for http://

2002-03-29 Thread Kevin Won
I've written matches and replaces only the first instance of http:// in the string. (which solves problems as long as there is only one hyperlink in the page ;-) thanks kevin Kevin Won - ITG Web Developer, Systems Administrator Oregon

Re: [PHP-DB] storing PDF in a database

2002-03-24 Thread Kevin Won
, the wrox book steers you away from putting documents in the rdbms. I hope I'm wrong and someone else is doing this and can post a workable solution. kevin Alain DESEINE [EMAIL PROTECTED] 03/24/02 05:36 AM Hello, For many different reasons, like security ans soùme other one, i need to store PDF

RE: [PHP-DB] Conflicting results using PHP/Mysql

2002-03-13 Thread Kevin Bucknum
transactions.CourseID='$Course_ID' is not the same as the three part join that you have in that query. Are your sure your other two joins aren't restricting the query? -Original Message- From: George Pitcher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:09 AM To: [EMAIL

RE: [PHP-DB] Conflicting results using PHP/Mysql

2002-03-13 Thread Kevin Bucknum
PROTECTED]] Sent: Wednesday, March 13, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Conflicting results using PHP/Mysql Kevin, Simply, no I'm not sure. To explain fully: I have a web page where a lecturer/librarian can view their reading list. The CourseID holds it together as far

[PHP-DB] SQL Question

2002-03-13 Thread Kevin Diffily
New York Burlington I know that it would something like SELECT `city` FROM `addresses` WHERE ?? Thanks Kevin Diffily InterNetWorkingSolutions Enterprise Class Solutions for All Enterprises 318 Last Road, Cabot, VT 05647 USA VOICE: 1.866.inetws.net (Toll Free) FAX: 1.888.726.9030? (Toll

RE: [PHP-DB] Email Validation

2002-03-08 Thread Kevin Bucknum
No. Some mail servers (qmail for sure) have the user auth section seperated from the piece that accepts mail from the internet. As long as the mail is for the correct domain, it will accept it, and passes it to a seperate program that checks for the user and either bounces or delivers the mail.

Re: [PHP-DB] accessing system cmds w/ PHP

2002-02-28 Thread Kevin Traas
Beau, you're such a l33t h4x0r ;-) - Original Message - From: Beau Lebens [EMAIL PROTECTED] To: 'Jeremiah Jester' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 27, 2002 5:33 PM Subject: RE: [PHP-DB] accessing system cmds w/ PHP JJ, I seem to recall most people

[PHP-DB] pg_pconnect Causing SegFaults?!?!

2002-02-27 Thread Kevin Traas
thoughts? Comments? Suggestions? Have I found a bug in pg_pconnect()? How can I provide more info to track this down further? Best regards, Kevin Traas Chief Information Officer, Co-founder Merilus, Inc. ---=== www.merilus.com ===--- -- PHP Database Mailing List (http://www.php.net

[PHP-DB] arrays and email

2002-01-29 Thread Kevin Ruiz
shows I ambitiously tried setting $to to the entire array but that doesn't work. If anyone would be kind enough to help me out I'd greatly appreciate it. Thank you. Kevin www.worktiviti.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DB] help! sqlserver only returns 256 from varchar types

2002-01-25 Thread Kevin Won
fields are still truncated to = 256. .. is there another setting for the php.ini for returning longer length varchar type fields??? thanks Kevin Won - ITG Web Developer, Systems Administrator Oregon Health Sciences University (503) 418

Re: [PHP-DB] help! sqlserver only returns 256 from varchartypes

2002-01-25 Thread Kevin Won
It's php 4.0.6 on win2k/apache. kevin Brian Bruns [EMAIL PROTECTED] 01/25/02 02:19PM which library are you using to connect to SQL Server? Is this php running on windows or are you trying from unix? On Fri, 25 Jan 2002, Kevin Won wrote: I'm having a problem with varchar fields out

Re: [PHP-DB] help! sqlserver only returns 256 from varchartypes

2002-01-25 Thread Kevin Won
It's php 4.0.6 on win2k/apache. kevin Brian Bruns [EMAIL PROTECTED] 01/25/02 02:19PM which library are you using to connect to SQL Server? Is this php running on windows or are you trying from unix? On Fri, 25 Jan 2002, Kevin Won wrote: I'm having a problem with varchar fields out

[PHP-DB] rewriting the $server_name variable with php?

2002-01-07 Thread Kevin Ruiz
it. Thanks in advance, Kevin -- 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] Mail() Not working

2001-12-12 Thread Kevin J . Maynard
)) echo Mail Sent!; else echo Mail could not be sent...; ? I have the same problem! Snip... Do you have this problem on a OSX Server right? OS X.1, I can't imagine there's much difference. Kevin -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DB] Mail() Not working

2001-12-12 Thread Kevin J . Maynard
the To: address go if not $email? I thought the proper syntax was: mail(Email_Address_of_Recipient, Title_of_Email, Body_of_Email, Headers); Kevin -Original Message- From: Kevin J. Maynard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 10:18 PM To: PHP List Subject

[PHP-DB] overwriting new information in a table

2001-12-02 Thread Kevin Ruiz
get an error back saying I couldn't execute that query. If anyone has any ideas I would be more than grateful. Thanks for your time. I'm new to the php/mysql world so if I didn't provide enough relevant code let me know. Thanks. Kevin -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Using variables within a SELECT statement

2001-11-28 Thread Kevin Ruiz
a problem with my sql syntax. I know that the problem is with the variable becuase it runs fine with a value in it. I've tried writing the $cir as '$cir' and '\$cir' but nothing seems to work. Can anyone help. Thanks in advance Kevin -- PHP Database Mailing List (http://www.php.net

[PHP-DB] resource id #2, #3, #4......

2001-11-28 Thread Kevin Ruiz
work around it. Thanks for your time. Kevin -- 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] Newbie help with cookies/sessions

2001-11-27 Thread Kevin Ruiz
or just a valid directory. Any help would be greatly appreciated. Thank you. Kevin -- 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] Result is not empty

2001-11-23 Thread Kevin Schaaps
I do, however, want to notice that your tip worked IB :) THanks again, Kevin -Oorspronkelijk bericht- Van: Indioblanco [mailto:[EMAIL PROTECTED]] Verzonden: vrijdag 23 november 2001 6:30 Aan: Paul DuBois CC: Kevin Schaaps; [EMAIL PROTECTED] Onderwerp: Re: [PHP-DB] Result is not empty

[PHP-DB] Result is not empty

2001-11-20 Thread Kevin Schaaps
for that page does not change the color of the text so it should (like all the rest of the page is) be visible. Please help :) Yours, Kevin $query = SELECT concat(rank_tbl.abbreviation, ' ', character_tbl.name, ' ', character_tbl.surname) as CO

[PHP-DB] Field = NULL?

2001-11-18 Thread Kevin Schaaps
Greetings, I have a silly question, unfortunately I cannot find how it should work. I want to see if a specific field is empty. I'll paste what I've done so far. The problem is that the current coding enters no value, but the IF statement doesn't work either. Please help me :D Yours, Kevin

Re: [PHP-DB] Field = NULL?

2001-11-18 Thread Kevin Schaaps
Thanks it worked :D Héctor gonzález [EMAIL PROTECTED] wrote in message 000701c170a9$14f52a80$4286890a@hectorltyrjo9b">news:000701c170a9$14f52a80$4286890a@hectorltyrjo9b... use == to compare,, = to asign a value.. cya - Original Message - From: Kevin Schaaps [EMAIL P

[PHP-DB] PHP results bold in HTML

2001-11-16 Thread Kevin Schaaps
to change this so that the information isn't bolded. Any ideas or suggestions on this rather strange issue would be greatly appreciated! Yours, Kevin -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DB] PHP results bold in HTML

2001-11-16 Thread Kevin Schaaps
e though -Original Message- From: Kevin Schaaps [mailto:[EMAIL PROTECTED]] Sent: 16 November 2001 11:44 To: [EMAIL PROTECTED] Subject: [PHP-DB] PHP results bold in HTML Hi everyone, I've noticed something strange, and I was wondering if you knew the answer: When I put the results of a query o

[PHP-DB] Getting Server Date

2001-11-04 Thread Kevin Keller
I am trying to get the server date using PHP. So far, every function I have check return the local system date. Does anyone know how to get the server date? Thanks. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-DB] Re: Getting Server Date

2001-11-04 Thread Kevin Keller
Found my answer.. Thanks.. Kevin Keller [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am trying to get the server date using PHP. So far, every function I have check return the local system date. Does anyone know how to get the server date?

[PHP-DB] Error compiling with sybase support

2001-08-06 Thread Kevin Sayre
? Thanks, just trying to get connected to our SQL 2000 server. -Kevin M. Sayre [EMAIL PROTECTED] -- 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] PHP calling Javascript

2001-07-13 Thread Kevin Johnson
Hi. I was wondering how to call a javascript function within PHP? Any ideas of solutions. Thanks in advance. Kevin Johnson Jr. System Administrator Erogo, Inc. www.erogo.com Contact Info: Email: [EMAIL PROTECTED] Office: (714) 832- x150 Cell: (714) 454-6763 -- PHP Database Mailing

Re: [PHP-DB] Left Join is producing duplicate results - MySQL relational tables

2001-07-11 Thread Kevin Johnson
Just build the SQL statement piece by piece instead of all at once. Be sure that your tables are setup properly, allowing you to make joins properly. Try not to rush, cause you might miss a couple of little things along the way. Kevin Johnson - Original Message - From: Mike Gifford

RE: [PHP-DB] Delete file

2001-07-10 Thread Kevin Johnson
http://www.php.net/manual/en/ref.filesystem.php -Original Message- From: andRie Is [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 3:28 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Delete file Hello php-db, How to delete file using PHP ? and how to set it's permission ?

[PHP-DB] Login Help

2001-07-08 Thread Kevin
find any other bugs, please let me know Thanks for any help. Kevin Here is my code: htmlhead titleRegister/title/head body form method=post action=? echo $PHP_SELF; ? table cellpadding=2 cellspacing=0 border=0 tdUsername:/tdtdinput type=text name

RE: [PHP-DB] TEXT fields without line breaks

2001-07-06 Thread Kevin Johnson
the database and output the data, swap your special newline chars with \n. A bit of a pain, but it works. Kevin Johnson KJ -Original Message- From: Mat Marlow [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 8:42 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] TEXT fields without line

[PHP-DB] Multiple rows for one column in a MySQL table?

2001-03-27 Thread Kevin Connolly
Hi, Is it possible to have multiple rows for one column of a MySQL databes? and if so how would I insert another row into the column in question? eg: idNamePhone Number 1Kev 123123 2John 234234 345345 3 Paul

[PHP-DB] Help! Want to unsubscribe!

2001-03-09 Thread Kevin Connolly
Hi, I am trying to unsubscribe from this mailing list (I keep going over my allotted space on the mail server!) but can't seem to do it! I have gone to the remove link on the phpbuilder web page (twice) but still the mails arrive! Anybody know how to unsubscribe? Thanks to everyone who has

Re: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread Kevin Connolly
[EMAIL PROTECTED] Cc: "'Kevin Connolly'" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 06, 2001 8:03 PM Subject: Re: [PHP-DB] php and mysql file insertion! Couldn't you also just store the image on the server, then put the path to the image (http://www.mysite.com/images/thatimg.jp

[PHP-DB] [php-db] php install?

2001-03-01 Thread Kevin
es that i don't have time for :), eg get linux, don't use win98, unless of course that that is the only option. thanx kev -- ++==++ || Kevin Horn || || NuI -

[PHP-DB] The dreaded 12154!!

2001-02-26 Thread Kevin Porter
Hi, We're moving a web site to new servers. We've recreated the DB and imported all the data from the old database. I've compiled a new Apache/PHP (1.3.9 / 4.0.1pl2). tnsnames.ora is set up correctly as far as we can tell, but I'm _still_ getting the dreaded 12154 error. We cannot see anything

Re: [PHP-DB] The dreaded 12154!!

2001-02-26 Thread Kevin Porter
's ok, we've sorted it now... we had installed the oracle s/w in oracle8i user's home directory - we had to set permissions of that to 755. Then, we found we hadn't installed the right language options on the client installations (web server box), so we're nearly there now. - Kev "&

[PHP-DB] PHP, MySQL and WML!

2001-01-25 Thread Kevin Connolly
ml In the the following line: printf("First Name: %s\nbr/", mysql_result($result,0,"first")); the 0 is the row we want to view. Since I created an empty database this value is initially 0. If i run register2.php a second time I have to increment this 0 to 1 before running r

Re: [PHP-DB] another dumb newbie question - backslash before single quote

2001-01-15 Thread Kevin McCarthy
additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] Kevin McCarthy Body Soul http://www.bodynsoul.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL