[PHP-CVS] cvs: php4 /main main.c

2001-03-07 Thread Frank M. Kromann
fmk Wed Mar 7 08:33:14 2001 EDT Modified files: /php4/main main.c Log: Removing a compiler warning Index: php4/main/main.c diff -u php4/main/main.c:1.355 php4/main/main.c:1.356 --- php4/main/main.c:1.355 Sat Mar 3 17:45:19 2001 +++ php4/main/main.c

RE: [PHP] Advanced PHP

2001-03-09 Thread Thor M. Steindorsson
Although it's a wee bit off topic, your logic doesn't really make sense here. If the egg is a potential chicken, doesn't that mean the egg came before the chicken? Re-read the question. It only speculates which came first. > -Original Message- > From: Jerry Lake [mailto:[EMAIL PROTECTED]

[PHP-CVS] cvs: php4 /ext/mssql php_mssql.c php_mssql.h

2001-03-09 Thread Frank M. Kromann
fmk Fri Mar 9 15:37:56 2001 EDT Modified files: /php4/ext/mssql php_mssql.h php_mssql.c Log: Adding a new function mssql_next_result() allowing the query to return more than one result. This can be done with a stored procedure or by sending more than o

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c php_odbc.h

2001-03-09 Thread Frank M. Kromann
lt;[EMAIL PROTECTED]> | - | Frank M. Kromann <[EMAIL PROTECTED]> Support for DB/2 CLI | + | Frank M. Kromann <[EMAIL PROTECTED]> Support for DB/2 CLI | +--+ */ -/* $Id: php_odb

Re: [PHP] DICKHEAD multi level marketers

2001-03-13 Thread Ashley M. Kirchner
n tape somewhere. | ~~~~~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 SysAdmin / Websmith . 800.441.3873 x130 Photo C

[PHP-CVS] cvs: php4 /ext/mssql php_mssql.c php_mssql.h

2001-03-13 Thread Frank M. Kromann
. | +--+ - | Authors: Frank M. Kromann <[EMAIL PROTECTED]> | + | Authors: Frank M. Kromann [EMAIL PROTECTED]> | +--+ */ -/* $Id: php_

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-03-13 Thread Frank M. Kromann
fmk Tue Mar 13 08:39:48 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Fixing compiler warning on win32 Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.89 php4/ext/pcre/php_pcre.c:1.90 --- php4/ext/pcre/php_pcre.c:1.89

[PHP-CVS] cvs: php4 /ext/fbsql .cvsignore Makefile.in config.m4 fbsql.dsp php_fbsql.c php_fbsql.h

2001-03-13 Thread Frank M. Kromann
oup "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\php_fbsql.c # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\php_fbsql.h # End Source File # End Gr

[PHP-CVS] cvs: php4 /win32 php_modules.dsw

2001-03-13 Thread Frank M. Kromann
fmk Tue Mar 13 13:02:52 2001 EDT Modified files: /php4/win32 php_modules.dsw Log: Adding FrontBase extension to modules Index: php4/win32/php_modules.dsw diff -u php4/win32/php_modules.dsw:1.38 php4/win32/php_modules.dsw:1.39 --- php4/win32/php_modules.dsw:

[PHP-CVS] cvs: php4 /ext/printer CREDITS

2001-03-15 Thread Frank M. Kromann
2000 +++ php4/ext/printer/CREDITSThu Mar 15 22:15:58 2001 @@ -0,0 +1,2 @@ +PRINTER +Daniel Beulshausen, Frank M. Kromann -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-03-16 Thread Frank M. Kromann
fmk Fri Mar 16 11:48:40 2001 EDT Modified files: /php4/ext/standard array.c Log: Fixing build on Win32 by adding missing BLS_FETCH(); Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.102 php4/ext/standard/array.c:1.103 --- php4

RE: [PHP] get name of file

2001-03-19 Thread Thor M. Steindorsson
> How do I return the name of a file without any extensions or path info. > Eg how do I return "about" from "http://www.domainz.com/about.htm". Here's a quick and dirty way: http://www.domainz.com/about.htm"; $url = explode("/",$url); $num = count($url); $name = explode(".",$url[($num-1)]); $doc

[PHP-CVS] cvs: php4 /ext/fbsql php_fbsql.c

2001-03-20 Thread Frank M. Kromann
fmk Tue Mar 20 11:21:45 2001 EDT Modified files: /php4/ext/fbsql php_fbsql.c Log: Converting to c-style comments. Adding prototypes to all exported function Index: php4/ext/fbsql/php_fbsql.c diff -u php4/ext/fbsql/php_fbsql.c:1.1 php4/ext/fbsql/php_f

[PHP-CVS] cvs: php4 /ext/fbsql php_fbsql.c

2001-03-20 Thread Frank M. Kromann
fmk Tue Mar 20 12:25:55 2001 EDT Modified files: /php4/ext/fbsql php_fbsql.c Log: Fixing crash when result conrains 0 rows Index: php4/ext/fbsql/php_fbsql.c diff -u php4/ext/fbsql/php_fbsql.c:1.2 php4/ext/fbsql/php_fbsql.c:1.3 --- php4/ext/fbsql/php_fbs

Re: [PHP] Sessions?

2001-04-14 Thread Ashley M. Kirchner
H | Hi, I'm currently out of my mind. Please leave a message. BP! | ~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x1

[PHP-CVS] cvs: php4 /ext/fbsql php_fbsql.c

2001-04-16 Thread Frank M. Kromann
fmk Mon Apr 16 09:27:12 2001 EDT Modified files: /php4/ext/fbsql php_fbsql.c Log: Fixing memory leek on CancelFetch. Index: php4/ext/fbsql/php_fbsql.c diff -u php4/ext/fbsql/php_fbsql.c:1.10 php4/ext/fbsql/php_fbsql.c:1.11 --- php4/ext/fbsql/php_fbsql.c

[PHP] RFC: Storing User Info

2001-04-16 Thread Ashley M. Kirchner
the user to login and change it again? Suggestions please. AMK4 -- W | | I haven't lost my mind; it's backed up on tape somewhere. | ~~~

Re: [PHP] Wrong parameter count

2001-04-16 Thread Frank M. Kromann
According to the documentation http://php.net/manual/en/function.mysql-result.php mysql_result takes 2 and an optional third parameter. The second parameter should be the row number. - Frank > Hi, can some one please help me figure out why the value $device isn't being passed >on out of the s

[PHP-CVS] cvs: php4 /ext/fbsql php_fbsql.c php_fbsql.h

2001-04-17 Thread Frank M. Kromann
fmk Tue Apr 17 10:39:43 2001 EDT Modified files: /php4/ext/fbsql php_fbsql.h php_fbsql.c Log: Adding fbsql_fetch_assoc() functon Index: php4/ext/fbsql/php_fbsql.h diff -u php4/ext/fbsql/php_fbsql.h:1.2 php4/ext/fbsql/php_fbsql.h:1.3 --- php4/ext/fbsql/p

[PHP] Password Generator?

2001-04-18 Thread Ashley M. Kirchner
somewhere. | ~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 SysAdmin / Websmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. .eFax 248

Re: [PHP] ACSII in PHP

2001-04-18 Thread Frank M. Kromann
You can use $temp = ord("A"); And you will then see that it's 65 end not 99 :-) - Frank > Is there any function in PHP that I could use to know the number of the > ASCII table of letter "A" for example? > > > something like: $tmp=function_name("A"); > > $tmp==99 ("A" is 99 in ASCII table).

[PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-23 Thread Frank M. Kromann
fmk Mon Apr 23 10:33:22 2001 EDT Modified files: /php4/main config.w32.h php_ini.c Log: Fix build on WIn32 Should the new directorys be static? Index: php4/main/config.w32.h diff -u php4/main/config.w32.h:1.40 php4/main/config.w32.h:1.41 --- php4/main/co

Re: RE: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-23 Thread Frank M. Kromann
Hi James, No problem. I change it to #define PHP_CONFIG_FILE_PATH getenv("SystemRoot") What about all the other directories ? These should be configureable too. - Frank > > fmk Mon Apr 23 10:33:22 2001 EDT > > > > Modified files: > > /php4/main config.w32.h php_ini.c > > +

[PHP] Looping through variables

2001-04-23 Thread Ashley M. Kirchner
ntly out of my mind. Please leave a message. BP! | ~~~~~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Photo Craft Labor

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-23 Thread Frank M. Kromann
> >> > >>or somthing like that which works in C > >> > >>- James > >> > >> > -Original Message- > >> > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] > >> > Sent: 23 April 2001 19:24 > >> &

[PHP] Sensitive Information (like CC)

2001-04-23 Thread Ashley M. Kirchner
ad email. -- H | Hi, I'm currently out of my mind. Please leave a message. BP! | ~~~~~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> .

RE: [PHP] Site Structure

2001-04-24 Thread Matthew M. Boulter
G'day all, I thought I'd mention how I developed my last project and got around some of these problems, bear with me it can be quite complicated. === In the development we had to develop on many different servers, mine a

Re: [PHP] Looping through variables

2001-04-24 Thread Ashley M. Kirchner
e not all of them are being evaluated as blank. Some of them actually have something in them and I have to eval those differently. AMK4 -- W | | I haven't lost my mind; it's backed up on tape somewhere. | ~

[PHP-CVS] cvs: php4 /ext/fbsql php_fbsql.h

2001-04-25 Thread Frank M. Kromann
fmk Wed Apr 25 11:00:55 2001 EDT Modified files: /php4/ext/fbsql php_fbsql.h Log: removed unused code Index: php4/ext/fbsql/php_fbsql.h diff -u php4/ext/fbsql/php_fbsql.h:1.3 php4/ext/fbsql/php_fbsql.h:1.4 --- php4/ext/fbsql/php_fbsql.h:1.3 Tue Apr

[PHP-CVS] cvs: php4 /ext/fbsql php_fbsql.c

2001-04-25 Thread Frank M. Kromann
fmk Wed Apr 25 11:01:23 2001 EDT Modified files: /php4/ext/fbsql php_fbsql.c Log: make fbsql_field_flags return a value Index: php4/ext/fbsql/php_fbsql.c diff -u php4/ext/fbsql/php_fbsql.c:1.12 php4/ext/fbsql/php_fbsql.c:1.13 --- php4/ext/fbsql/php_fbsq

[PHP-CVS] cvs: php4 /ext/fbsql php_fbsql.c

2001-04-25 Thread Frank M. Kromann
fmk Wed Apr 25 12:45:14 2001 EDT Modified files: /php4/ext/fbsql php_fbsql.c Log: Remove c++ comment Move errormessage when FBExec is not running. This error should not show if we connect through a port number. Index: php4/ext/fbsql/php_fbsql.c diff

Re: [PHP] PHP, MSSQL7 & Transactions

2001-04-25 Thread Frank M. Kromann
you just have to execute a statement starting and ending the transaction. BEGIN TRANSACTION COMMIT ROLLBACK Yuu send thes commands to the server with mssql_query() as any other SQL statement. - Frank > I am trying to implement transactions using PHP and MSSQL 7 (Microsoft). Please >tell me

Re: [PHP] Link Color Questions

2001-04-30 Thread Ashley M. Kirchner
t still works, for backwards compatibility, but StyleSheet is the way to go. -- W | | I haven't lost my mind; it's backed up on tape somewhere. |____ ~~

Re: [PHP] timezones

2001-04-30 Thread Frank M. Kromann
I would use gmktime() to create a UTC timestamp stored in the database, and then use the knowledge about each users timezone to convert this information when showing it. - Frank > I have a quick question regarding timezones ... > > On the local side a record is inserted into the DB by someone

[PHP] Templates/Graphics/Text

2001-05-02 Thread Ashley M. Kirchner
ot need any? AMK4 -- W | | I haven't lost my mind; it's backed up on tape somewhere. |____ ~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 SysAdmin / Websmith . 800.441.3873 x130 Photo Craft Labor

Re: [PHP] Templates/Graphics/Text

2001-05-02 Thread Ashley M. Kirchner
edit content files. Maybe I'm not seeing it all, but then, this is why I'm asking for suggestions. Does anyone else have more/other suggestions? AMK4 -- H | Hi, I'm currently out of my mind. Please leave a message. BP! +-----

[PHP] Couldn't run PHP script from CGI-BIN

2001-05-04 Thread Nguyen, David M
I can run PHP script from any directories on my web server but except cgi-bin directory. When I put PHP script inot CGI-BIN and run it from my browser, I receive below error. Does anyone know why? Please help. Internal Server Error The server encountered an internal error or misconfiguration a

[PHP] Changing Page Layout

2001-05-10 Thread Ashley M. Kirchner
uch a beast? -- H | Hi, I'm currently out of my mind. Please leave a message. BP! +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin

[PHP] Assett Management

2001-05-15 Thread Ashley M. Kirchner
tape somewhere. | ~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 SysAdmin / Websmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. .eFax 248.671.0909 http://www.pcraft.com

[PHP] Sending Output Buffer contents to PDFLib

2001-05-16 Thread Matthew M. Boulter
Heya guys, I've just started to play with PDFLib v3 and was primarily experimenting to enable me to produce PDF versions of our HTML files on demand. I.e., like some sites have a 'Print this article' button, I want a 'Make a PDF' button. I played with PDFLib and saw that to get text on the page

[PHP] Re: [PHP-DB] Connect to IBM DB2

2002-01-02 Thread Frank M. Kromann
Hi, IBM DB/2 uses Call Level Interface (CLI) for communication between clients and server. The ODBC driver from IBM is a simple one to one wrapper arround CLI, as CLI and ODBC share the same specifications. Using ODBC will give you an extra layer though. On *nix platforms you can compile usen

Re: [PHP] win2k..grrr

2002-01-04 Thread Frank M. Kromann
I do that all the time without any problems. Could you give us a (small) sample script ? - Frank > Hey, > Does anyone know WHY form scripts, that submit to themselves, dont work on > windows boxes?? Example : > I have a script called mail.php. The first part of the script displays the > form wh

[PHP] POST 2X

2002-01-30 Thread M-H-d
I've a problem with my script. When i use POST method it's reply the same action for two times, when i check my script everything ok. Anyone can help me ?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP] Anyway to open a PHP file and view its code in the browser?

2002-02-15 Thread Ashley M. Kirchner
acked up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc..

Re: [PHP] Anyway to open a PHP file and view its code in the browser?

2002-02-15 Thread Ashley M. Kirchner
t's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 355

Re: [PHP] Symbolic links...

2002-02-15 Thread Ashley M. Kirchner
up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3

Re: [PHP] How can I?

2002-02-17 Thread Ashley M. Kirchner
ser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe

[PHP] Login Frontend: Call for Suggestions

2002-04-15 Thread Ashley M. Kirchner
of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Photo Craft Laboratories, Inc.

[PHP] Please Help

2002-04-16 Thread Omland Christopher m
Can anyone tell me how to unsubscribe. There is just a bit too much volume for me. Thanks. -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] REPOST: Login Frontend: Call for Suggestions

2002-04-19 Thread Ashley M. Kirchner
of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Photo Craft Laboratories, Inc.

[PHP] Trimming text

2002-04-23 Thread Ashley M. Kirchner
ll the end '< /span >.'... What's the best, and or easiest way to do this? -- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL

Re: [PHP] Trimming text

2002-04-24 Thread Ashley M. Kirchner
already contains information too. -- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operat

[PHP] Safe mode

2002-04-26 Thread Ashley M. Kirchner
's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550

Re: [PHP] Safe mode

2002-04-26 Thread Ashley M. Kirchner
lue include_path ".:/usr/local/lib/php" php_flag safe_mode on php3_include_path ".:/usr/local/lib/php" php3_safe_mode on -- -- W | I haven't lost my mind; it's backed up on tape somewhere. +----

Re: [PHP] Email-attachment not working

2002-05-02 Thread Ashley M. Kirchner
ven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6

[PHP] Reading dir contents...

2002-05-13 Thread Ashley M. Kirchner
and use it (if so, how?) Or do I have to go to Perl for this? -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Di

Re: [PHP] PHPBB2

2002-05-18 Thread Ashley M. Kirchner
r wrote: > Does anybody have any ideas on how i can make PHPBB's width a bit shorter? Use PHPBB2's forums for these kind of questions. -- H | "Life is the art of drawing without an eraser." - John Gardner +----

Re: [PHP] .php extension

2002-05-28 Thread Ashley M. Kirchner
ndex.html and an index.php in their webspace, the .html will be served since it comes first in the list. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTEC

[PHP] .htaccess settings

2002-03-03 Thread Ashley M. Kirchner
hn Gardner + Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6 http://www.pcraft.com . . ..

Re: [PHP] CSS

2002-03-08 Thread Ashley M. Kirchner
John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6 http://www.pcraft.com . . .. Bould

[PHP] index.php question

2002-03-11 Thread Omland Christopher m
Hi all, I'm new to the mailing list, I hope I'm in the right spot. I have installed php, and .php files work fine, unless they are my index file. For example http://whatever.com/~jondoe/info.php will work. But if I make a index.php file and go to http://whatever.com/~jondoe it wont work. I can vie

[PHP] Dynamic Web Navigation

2002-03-12 Thread Omland Christopher m
Does anyone have a good link to a tutorial, or a book suggestion that will help me learn more about making dynamic web pages with MySQL/PHP. Mainly things like loading navigation menues, and pics and what not? Thanks. -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP] Dynamic Webpage AGAIN!

2002-03-12 Thread Omland Christopher m
Anyone have a good link to a tutorial on creating dynamic web pages in PHP, mainly I'm interested in loading navigation bars and that kind of thing. If you have code you can send that would help too. Thanks. -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] Phpfx, what is it?

2002-03-20 Thread Ashley M. Kirchner
not Y2K, so the dates come out 19100. So I need to replace the > BBS, it was written with perl and I like to have something well you guys > know. Try www.phpbb.com -- W | I haven't lost my mind; it's backed up on tape somewhere. +-

[PHP] Maillist

2002-03-22 Thread Ashley M. Kirchner
d; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.

Re: [PHP] Maillist

2002-03-22 Thread Ashley M. Kirchner
S: Alternatively, I just stuck '$secret_key' in the query line, this way I only have to change it in one location, and not have it hardcoded anywhere else. -- W | I haven't lost my mind; it's backed up on tape somewhere. +--

[PHP] MySQL query results

2002-03-22 Thread Ashley M. Kirchner
-- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800

Re: [PHP] MySQL query results

2002-03-22 Thread Ashley M. Kirchner
= mysql_num_rows($result); echo "$num_rows Rows\n"; -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Dir

Re: [PHP] MySQL query results

2002-03-22 Thread Ashley M. Kirchner
was found, then do an UPDATE. Anyone have any other ideas? -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x13

Re: [PHP] MySQL query results

2002-03-22 Thread Ashley M. Kirchner
hould and all. $result is always 1 (since the query is syntactically valid). But, if I run mysql_affected_rows($result), that's when I run into an error. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---

Re: [PHP] MySQL query results

2002-03-22 Thread Ashley M. Kirchner
y mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft

Re: [PHP] MySQL query results

2002-03-22 Thread Ashley M. Kirchner
ith the $result, and always assume something was done. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAd

Re: [PHP] MySQL query results

2002-03-22 Thread Ashley M. Kirchner
ot; - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550

Re: [PHP] MySQL query results

2002-03-22 Thread Ashley M. Kirchner
ror. -- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin.

[PHP] Database connection problem

2002-03-25 Thread Omland Christopher m
Hi, can anyone help me with this problem. I'm trying to connect to a MySQL database on my computer, I don't have a hostname for it, so I just insert the IP, something like this. ... mysql_cos? Thanks. -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Loading Images

2002-03-26 Thread Omland Christopher m
I don't have any code for this, but I'm hoping someone can point me in the right direction. I want to load images or navigation menus dynamically. Is it possible to build a database of images and then use php to display them? Or something along these lines. I know this must be possible, becuase I

Re: [PHP] Loading Images

2002-03-26 Thread Omland Christopher m
I wasn't so much concearned about security of users grabbin pics. I am more trying to learn how these people load there menus dynamically and pics dynamically. Do you have any links to pages or code that describe how to make a link in the db to pics on my filesystem? Thanks. -Chris On Tue, 26 Mar

[PHP] ID NUMBER HELP

2002-03-26 Thread Omland Christopher m
Can someone help me with this. I'm trying to get ?id= set to the id number of the name in the database. I can get ?id="THE NAME" but I can't get it to pick up the id number. here is the code i"m trying: while($row = mysql_fetch_array($result)) {

[PHP] User Authentication

2002-03-29 Thread Omland Christopher m
Hi, I had a question on user authentication/member accounts. I have built a MySQL database with users and passwords, and I wrote this code: LOGIN IN PROGRESS PLEASE LOG IN Username: Password:   Click Here"); } So this will work it regonizes a real user vs. a fake on I do. But I don't under

Re: [PHP] ask for suggestion about printing

2002-03-31 Thread Ashley M. Kirchner
g without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Photo Craft Laboratories, Inc.

[PHP] mysql.sock location

2002-04-15 Thread Ashley M. Kirchner
ght. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800

[PHP] Online Manual?

2001-10-21 Thread Ashley M. Kirchner
turns now is a search result, and clicking on any of the returned links doesn't seem to work either (it just re-searches that link again) -- H | "Life is the art of drawing without an eraser." - John Gardner +----

[PHP] Odd is_int() behaviour

2001-10-21 Thread Ashley M. Kirchner
- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130

Re: [PHP] How to protect MySQL password

2001-10-23 Thread Ashley M. Kirchner
7;s backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft.com ..

[PHP] Arrays

2001-10-26 Thread Ashley M. Kirchner
TH_INFO even passing along valid information) -- H | "Life is the art of drawing without an eraser." - John Gardner + Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Opera

Re: [PHP] Arrays

2001-10-26 Thread Ashley M. Kirchner
// idx[2] = INT if ($page > 0 && $page =< $array[idx][2]) etc. -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith

Re: [PHP] Best [non-PHP] way to redirect a browser

2001-10-26 Thread Ashley M. Kirchner
pd.conf. Then you can remove index.html all together -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.

Re: [PHP] Searchengine friendly URLs

2001-10-26 Thread Ashley M. Kirchner
he following article: http://www.zend.com/zend/spotlight/searchengine.php -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]&g

[PHP] array_search()

2001-10-26 Thread Ashley M. Kirchner
? Using PHP 4.0.7-dev. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith

[PHP] array_search()

2001-10-27 Thread Ashley M. Kirchner
? Using PHP 4.0.7-dev. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith

[PHP] Passing vars...

2001-11-10 Thread Ashley M. Kirchner
need those variables passed on to the file to which I'm redirecting to. Any ideas anyone? -- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PRO

[PHP] Login verification

2001-11-11 Thread Ashley M. Kirchner
gin. Once verified, the script either continues on to doing other things, or it bombs with a bad login page. -- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <

[PHP] Login Verification - snag!

2001-11-12 Thread Ashley M. Kirchner
te to have to duplicate the file with different permissions just so that the process can read it when it needs to. -- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <

[PHP] Piping into script...

2001-11-20 Thread Ashley M. Kirchner
art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x130 Pho

Re: [PHP] Piping into script...

2001-11-20 Thread Ashley M. Kirchner
H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.38

Re: [PHP] Piping into script...

2001-11-20 Thread Ashley M. Kirchner
-- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin. 800.441.3873 x

[PHP] Object Persistence like Resource Persistence already implemented?

2001-11-22 Thread Yermo M. Lamers
I'm building a reusable component object system in PHP where construction of object trees, which needs to occur on every page, is very expensive. Running the subsequently built objects is very inexpensive. To make this system viable to use on high volume websites, I want to keep these objects

[PHP] Creating $key, $value pairs

2001-11-24 Thread Ashley M. Kirchner
I need to "convert" the following: --- Todays Date: 20-Nov-2001 10:58:24AM Order ID: W25 Customer Email: [EMAIL PROTECTED] Email Promotions: Ok BILL TO: Business Name: Contact Name: Ashley M. Kirc

Re: [PHP] Creating $key, $value pairs

2001-11-25 Thread Ashley M. Kirchner
x27;t have access to, so I'm stuck with having to re-invent the wheel. Either way, thank you very much for your code. It is a great start for what I need done. Thanks! AMK4 -- H | "Life is the art of drawing without an eraser." - John Gardner +

Re: [PHP] Creating $key, $value pairs

2001-11-25 Thread Ashley M. Kirchner
t Day Number: 303.442.6410 Evening Number: Fax Number: Address: 3550 Arapahoe Ave Address: Suite 6 Address: City: Boulder State/Province: CO Zip/Postal Code: 80303 Country: USA BILL TO: Business Name: Contact Name: Ashley M.

<    7   8   9   10   11   12   13   14   15   16   >