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
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]
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
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
n tape somewhere.
|
~~~~~
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
SysAdmin / Websmith . 800.441.3873 x130
Photo C
. |
+--+
- | Authors: Frank M. Kromann <[EMAIL PROTECTED]> |
+ | Authors: Frank M. Kromann [EMAIL PROTECTED]> |
+--+
*/
-/* $Id: php_
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
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
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:
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
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
> 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
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
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
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
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
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.
|
~~~
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
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
somewhere.
|
~
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Laboratories, Inc. .eFax 248
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).
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
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
> > +
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
> >>
> >>or somthing like that which works in C
> >>
> >>- James
> >>
> >> > -Original Message-
> >> > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]]
> >> > Sent: 23 April 2001 19:24
> >> &
ad
email.
--
H | Hi, I'm currently out of my mind. Please leave a message. BP!
|
~~~~~
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> .
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
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.
|
~
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
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
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
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
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.
|____
~~
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
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
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!
+-----
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
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
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
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
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
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
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
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..
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
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
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
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.
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
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.
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
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
'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
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.
+----
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
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
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
+----
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
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 . . ..
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
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
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
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:/
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.
+-
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.
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.
+--
--
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
= 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
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
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.
+---
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
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
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
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.
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
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
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
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))
{
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
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.
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
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
+----
-
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
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 ..
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
// 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
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.
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
?
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
?
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
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
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 <
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 <
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
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
--
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
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
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
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
+
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.
1101 - 1200 of 2862 matches
Mail list logo