[PHP] How can i build e-commerce site with php?

2003-12-22 Thread pehepe php
Hello. How can i build e-commerce site with php. Do you know any source,documentation,e-book. Please help me. if you use msn messenger, please add me your contact list. messenger : [EMAIL PROTECTED] _ MSN 8 with e-mail virus

[PHP] Mysql management programme for windows?

2003-12-30 Thread pehepe php
protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] what PHP really needs

2004-01-23 Thread PHP general
There's 1 really important thing missing in PHP as I see it, and it's the ability to keep variables in memory for as long as the programmer choose. If this was possible there could be some truly great optimizations done. Some things are very slow to create but very fast to work with. I w

[PHP] Can we make .exe programs with php?

2004-01-24 Thread pehepe php
Can we make .exe programs with php? for example we can do it with delphi, vbasic.but can we do with php? _ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP General

[PHP] mysql table dump problem

2001-01-20 Thread PHP List
to the /tmp directory? I'm not sure if it is possible to switch to root...but I know that is probably a very bad idea. How can I change the ownership of the file so it can be deleted from PHP code? TIA, Scott P.S. Please cc: me on any responses as I am no longer a member of the list. --

[PHP] how long will REGISTERED GLOBALS be around?

2001-12-30 Thread PHP freak
About PHP 4.1 What I can't tell from the PHP announcement is how long they plan to keep register_globals around. In ONE place it says something like "We have no plans to discontinue register_globals", but in another place it says it might be discontinued or devalued soon. It&#

Re: [PHP] how long will REGISTERED GLOBALS be around?

2001-12-30 Thread PHP freak
For what it's worth - casting my vote - I would vote that the PHP/Zend people keep REGISTER_GLOBALS as an option for one main reason: NEWBIES! Think of how nice it is for the total newbies to be able to have this first tutorial: what is your name? Think of how many PHP-CURIOUS p

Re: [PHP] printing html

2002-01-18 Thread PHP List
uot;); Something like that anyways. - Original Message - From: "fitiux" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 12:44 PM Subject: [PHP] printing html > Hi friends, =) > > someone have experience

[PHP] Regex error

2002-01-18 Thread PHP List
Hi, Can someone please tell me why the this is happening: 1) $szTag = "test|3"; 2) $rgTemp = split("|",$szTag); 3) $szTag = $rgTemp[0]; 4) $nItemID = $rgTemp[1]; ^line numbers for ref only, not in actual code. Will give me the error: PHP Warning: unexpecte

[PHP] Win32 : php_gd.dll (GIF, PNG, WBMP et JPEG)

2002-01-29 Thread php-general
I found a dll to generate gif under windows. It work with php 4.0.6, 4,0.4 but it dosen't work with php 4.1.1 link ? tips ? thanks franck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To co

[PHP] problem with mail()/html/outlook

2002-02-04 Thread ryan-php
I'm trying to send an html email via a php script, but I'm running into a rather bizarre problem. I can get it to send the email just fine, but when it is read on windows Outlook (macintosh outlook express are unaffected) clients, it strips two characters after any '='

[PHP] PHP Classes and Sessions

2002-02-04 Thread PHP-List
ll it). my code works, but is there any other way to do this, because i think it's kinda slow another question, is it ok to have a database-driven shopping cart? i make use of the database to as the actual cart holder? i need your opinions on these thanks! Brian Fe

[PHP] RePOST: Sessions and Classes

2002-02-05 Thread PHP-List
o --- i lost my connection to the list for a while, so i have never heard your answers, please post it again or email it to me directly.. thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sessions and Classes

2002-02-05 Thread PHP-List
o --- i lost my connection to the list for a while, so i have never heard your answers, please post it again or email it to me directly.. thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Group in NY

2002-02-07 Thread PHP NY
Hi, I'm getting together a PHP group in New York, NY. If interested, please send me an email. __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- PHP General Mailing List (http://www.php.net

[PHP] New York PHP Group

2002-02-07 Thread PHP NY
Hi, I'm getting a PHP group together in the New York, NY area. Please email me if insterested. __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- PHP General Mailing List (http://www.php.net

RE: [PHP] Sitenavigation

2002-02-09 Thread PHP NY
http://phpclasses.upperdesign.com/browse.html/package/371/ __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] PHP Work in New York

2002-02-12 Thread George PHP
Hi PHPers, I just moved to NYC from Germany and I'm looking for a job here. Where would be a good place to look? George __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- PHP General Mailing

Re: [PHP] PHP Work in New York

2002-02-12 Thread George PHP
So you want to say that PHP is going nowhere in the States? Maybe we should be doing ASP! On Tuesday, February 12, 2002, at 04:21 PM, George PHP wrote: > Hi PHPers, > > I just moved to NYC from Germany and I'm looking for a > job here. > Where would be a good place t

[PHP] Problem with popen on php-4.1.1

2002-02-18 Thread php stuffies
Hi all, I have a very small example which was working on php-4.0.6 (actually taken from the documentation, was one of the user examples) - please find it below: Files in directory: writer.php textfile.txt -- This little snippet simply refuses to work on php-4.1.1. I

Re: [PHP] Better standards in PHP-coding

2002-04-20 Thread PHP freak
y spaced out with all nested things in their own indent. > that whole wasting of lines: > > if(exp) > { > yabba > } > else > { > yadda > } > > is terrible.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] To store or not to store . . .

2002-04-24 Thread PHP List
right in the table? I like the idea of not cluttering up my file system. Pictures would only be about in the 20K range. Thanks, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Include Files self aware?

2002-04-30 Thread PHP List
Hi, Is it possible to detect if a file is being called as an include or require? ex: include("file.php")<-- file.php code can "detect" that is has been called as an include. Thanks, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

[PHP] Combine 2 Db Columns with an Array?

2002-05-13 Thread PHP User
I am trying to find the best way to combine 2 columns in a MySQL Db call into one by using an array. I’ve tried array_push, implode, explode, array_merge and extract all with no luck. I feel I am close but have read all I can and still am hitting a dead end. I need to select a Title and Altern

Re: [PHP] Finding out what week it is

2002-05-15 Thread PHP lists
DOJ> DOJ> Atómstöðin hf. DOJ> Austurstræti 12 DOJ> 101 Reykjavík DOJ> DOJ> sími: 520-8105 DOJ> <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] DOJ> <http://www.atom.is/> http://www.atom.is DOJ>

Re: [PHP] Finding out what week it is

2002-05-15 Thread PHP List
but remember, this wasn't added until PHP version 4.1.0 Jim Lucas www.zonedzero.net www.giantmaps.com - Original Message - From: "PHP lists" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 9:43 AM Subject: Re: [PHP] Finding out what

[PHP] Why would this command just Die!

2002-05-19 Thread Php Developers
This command just dies! I have checked sql connection ... ok the insert into line ... ok Pfft it just don't wanna work ## Out put on page ## INSERT INTO prizeline (id, email, name, address, answers, date) VALUES ('', '[EMAIL PROTECTED]', 'newman', '12 Newman ave Auckland', 'In Season, Ja

[PHP] Dedicated hosting

2002-02-26 Thread PHP NY
Hi PHPers, If anyone is interested in a dedicated Linux/Apache/MySQL/PHP server for a not-so-expensive price, please contact me. __ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every occasion! http://greetings.yahoo.com -- PHP

[PHP] Stupid Question

2002-02-28 Thread PHP List
Yes, this is probably in the manual, but I can't find it. If I want to upgrade from 4.0.6 to 4.1.2, do I have to re-compile apache as well? Thanks Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PNG Lib

2002-02-28 Thread PHP List
Hi, Does anyone know where the PNG library went? The manual points to cdrom.com/pub/png, but that does not exist anymore. Thanks for any help. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stupid Question

2002-02-28 Thread PHP List
RE: [PHP] Stupid QuestionThanks for all the responses. Just to be clear, I have php installed as a module, so I have to re-compile apache. - Original Message - From: Adam Plocher To: 'PHP List' Sent: Thursday, February 28, 2002 9:46 AM Subject: RE: [PHP] Stupi

Re: [PHP] PNG Lib

2002-02-28 Thread PHP List
libpng.org/pub/png/ > > > Greg Donald - http://destiney.com/ > http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/ > ---- > -- PHP General Mailing List (http://www.p

Re: [PHP] Upgrading PHP

2002-02-28 Thread PHP List
Yes, you have to re-compile php because php compile and install a module under apache_1.3.xx/src/modules > Thanks for the reply. I have another question. If I have to recompile > Apache can I take this opportunity to upgrade it as well. I'm using 1.3.14 > but would like t

Re: [PHP] Fixing the PHP security hole

2002-03-01 Thread PHP Tester
I'm having the same question, "How do I install the 4.0.6 patch?" I installed PHP from the RPM. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > On Friday 01 March 2002 17:12, [EMAIL PROTECTED] wrote: > > How do

Re: [PHP] patching a lower version.

2002-03-01 Thread PHP Tester
I went to php.net and I downloaded the patch for php 4.06 and after I extract the file I got a file called "rfc1867.c.diff-4.0.6" when I try to execute it, it opens a text editor and show me the source code, . I have to compile this file? If so which compiler I have to us

[PHP] PHP Patch 4.0.6

2002-03-01 Thread PHP Tester
I went to php.net and I downloaded the patch for php 4.06 and after I extract the file I got a file called "rfc1867.c.diff-4.0.6" when I try to execute it, it opens a text editor and show me the source code, . I have to compile this file? If so which compiler I have to us

[PHP] Fixing the PHP security hole

2002-03-01 Thread PHP Tester
How do I install the 4.0.6 patch? I installed PHP from the RPM. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fixing the PHP security hole

2002-03-01 Thread PHP Tester
Actually I'm using Linux-Mandrake 8.1. I should be able to run the red hat patch over my mandrake distribution? "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > On Friday 01 March 2002 22:40, PHP Tester wrote: > > I'm having the sam

[PHP] two different MySQL connections without always select_db?

2002-03-08 Thread PHP freak
How would you keep two different MySQL connections to two different MySQL databases (on two different MySQL servers) up and available with two different pointers (id), and not need to always do "select_db()" to switch between them? I thought that if I did this: -----

Re: [PHP] sessions not so secure..solution?

2002-03-19 Thread PHP freak
I came to the PHP list today with the same question/problem. My cart doesn't require cookies. If the user doesn't have them it just puts the SESSID in the URL. (Good ol PHP!) BUT - it's actually happening often that someone linking to our store from their own website is inc

Re: [PHP] How do I prevent remote loading of jpegs from my site

2001-10-28 Thread PHP Mail
.*[Jj][Pp][Ee][Gg]$|.*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://all-ghost.com/banners/bandwidth_stolen.gif Amazing isn't. -- PHP General 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] Where does mysql keep the records data

2001-10-29 Thread PHP Mail
ListOrder int(11) DEFAULT '0' NOT NULL, Removed int(1) DEFAULT '0' NOT NULL, PRIMARY KEY (ID) ); mysql> INSERT INTO eZAddress_AddressType VALUES (1,'Home address',1,0); ERROR 1062: Duplicate entry '1' for key 1 Where dat data at? -- PHP Genera

[PHP] cookie, port <>80

2001-10-30 Thread php-general
How can i send a cookie and specify the server port ? (i try www.mydomain.com:2000 but don't work) franck -- PHP General 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

[PHP] Install on Darwin fix?

2001-11-10 Thread PHP Mail
Apple broke the GCC on Mac OS X 10.0 Running make on PHP install produces this error: /usr/bin/ld: -undefined error must be used when -twolevel_namespace is in effect Here's the fix from Apple but it's over my head. http://developer.apple.com/techpubs/macosx/ReleaseNotes/TwoLevel

[PHP] Help with DBM (dbmfetch)

2001-11-12 Thread PHP Rules
Hi!! I'm trying to visualize a .dbm file. It's hosted in the same directory as my .php file. With this test example: -//------- PHP Test -//-- I do not get anything. Could anybody provide me an example of using D

Re: [PHP] Check contents of variable

2001-11-20 Thread PHP List
> # Daniel Alsén| www.mindbash.com # > # [EMAIL PROTECTED] | +46 704 86 14 92 # > # ICQ: 63006462 | # > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAI

Re: [PHP] Check contents of variable

2001-11-20 Thread PHP List
to 7 (as > above) it stops reading after 7 characters? > > - Daniel > > > -- > PHP General 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: [EM

Re: Re: [PHP] How do I convert from perl to php?

2001-11-20 Thread PHP List
How about like this: $required = array("field1","field2","field3"); for ($i=0;$i To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 2:21 PM Subject: Re: Re: [PHP] How do I convert from perl to php? > So I would have to write a seperate if conditio

Re: [PHP] Process bar

2001-11-20 Thread PHP List
, that then this proceeds some kind of process bar must scroll until script finishes his job... > so - any ideas ? > Thnx anyway :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] read file

2001-11-23 Thread PHP Newbie
hi, i have a file with ips inside 192.168.1.1 192.168.1.2 ... now i must write that in a html table with php. i think that is easy, but i'm a newbie and don't find anything how to do it. please help me thx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

[PHP] session in https

2001-12-04 Thread php geko
quot;password"=> $row["password"]); $myses=serialize($myses); } the to go to another php script in where I want to call my vars i use: Please continue in the delivery.php I want to call the session vars: session_start(); ... $myses=unserialize($myses); echo "Session ID

Re: [PHP] session in https

2001-12-04 Thread php geko
Hi Jim, I included a phpinfo in my script, where can I see the values of them? (in PHPINFO) Luc "Jim" <[EMAIL PROTECTED]> wrote in message news:p05101026b832d339af13@[192.168.1.17]... > > Unless you have an unstated purpose for serializing/unserializing, > it&#x

Re: [PHP] session in https

2001-12-04 Thread php geko
"],"password"=> $row["password"]); } and it is this one that I cant get! -- PHP General 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] Re: session in https

2001-12-04 Thread php geko
"Richard Lynch" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Php Geko wrote: > > > I am trying to set some sessions variables in an https (SSL): > > session_start(); > > ... > > $row = $results[0]; >

[PHP] Images

2001-12-20 Thread PHP List
nt-Length: " . strlen($url)); echo $url; But nothing happens, I just get the broken image. My logs show nothing about a script failure or about a file not being found. I tried without the header("Content-Length: " . strlen($url)); but no diff. Thanks for any help. -- PHP Genera

Re: [PHP] Images

2001-12-20 Thread PHP List
Thanks, but my html is valid, and what you are doing is not what I want to do. I want to display a random image included in the page, just like a banner program would work. I do not allow php execution on the page so the only way to get the image is to call the script with the img src tag, just

[PHP] arrays

2001-12-20 Thread php dood
ot so easy. *** paste sample xml *** -- PHP General 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] How to parse an XML document

2001-12-23 Thread PHP Rules
Hi fellas. I would like to know the way to parse an XML document. I come from Java world, and you can handle an XML document, and then show it as an HTML page. I suppose that it's also possible by using PHP, isn't it? I would like also to know if it's available in the 's

[PHP] Executing a PHP file to write an html file

2001-03-31 Thread PHP User
gets written just fine. static.php does it's job. If I try to exec(), or system() static.php from a browser the browser just hangs. eg. I add: system ('/usr/local/bin/php web/h16/docs/index.html); or exec ('/usr/local/bin/php web/h16/docs/index.html); To a file and get noth

Re: [PHP] PHP.net is slow

2001-04-04 Thread junk-php
gt; I used to be able to look up a function in seconds if I didn't quite > remember the usage. Now, I find that the doesn't won't even come up at > times. > > Other times the search is very slow. If others have noticed this perhaps we > can alert the developers to the situ

Re: [PHP] Requiring variables to be pre-declared?

2001-04-04 Thread junk-php
Try setting your error level to E_ALL when being driven nuts... You'll get lots of useful feedback. August ""Eric Knudstrup"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Being new to PHP from the C worl

[PHP] Crack extension

2001-04-04 Thread junk-php
Anyone using the crack extension in PHP? AZ -- PHP General 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] max_execution_time && sleep()

2001-04-05 Thread PHP User
ons.php3?partnerid=7" ***** -- PHP General 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] Mail() Speed?

2001-04-05 Thread PHP User
d=7" ***** -- PHP General 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] Strange error on mysql_fetch_array

2001-06-26 Thread tjacobs-php
The following code fragment works properly, in that I get the output I'm expecting. However, if I don't disable error messages with @, I get an error message from PHP saying: "Warning: Supplied argument is not a valid MySQL result resource in /var/www/htdocs/cgcm/test2.php on li

[PHP] Creating a .xxx via PHP

2001-07-20 Thread php fun
Hi! I've got installed an Apache+PHP server on my LinuxBox. I want to create a 'myname.foo' file, but generated via PHP. I mean: // http://www.WildEmail.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

[PHP] Capitalize Function ??

2001-07-23 Thread PHP Junkie
of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

RE: Re: [PHP] Capitalize Function ??

2001-07-24 Thread PHP Junkie
True. or what about the Irish.. The Mc***'s or the Mac*'s !! Hmmm? This will be a challenge for sure!! Alexander Skwar <[EMAIL PROTECTED]> wrote: >So sprach »PHP Junkie« am 2001-07-23 um 21:39:07 -0400 : >> I'm taking in first name and last name data int

[PHP] Moving a PHP/MySQL web site ???

2001-07-27 Thread PHP Junkie
Hi I will be having to face the dubious task of moving my PHP/MySQL-based website to another server. Can anyone out there point me to some "GOOD" documentation on this? The .php files I'm not as concerned about. I've been using the $DOCUMENT_ROOT in all of my includes.

[PHP] Syntax Error On Line 1

2001-07-31 Thread PHP WannaBe
I recently just started using PHP. I searched this list's archives first, but couldn't find an answer to my question: Whenever I get a "syntax error" it's always reported "on line 1", even when it's obviously not on line 1. I *never* get an error repo

[PHP] Loop error?

2001-08-14 Thread PHP List
Hi, Can anyone tell me why this is a never ending loop? $i=0; $count = 1; while ($count > $i); { echo "$i "; $i++; } Chris

Re: [PHP] Loop error?

2001-08-14 Thread PHP List
Oops, well, that is just mental. Must be getting tired or something, yes, that's it :) Thanks. - Original Message - From: "Gyozo Papp" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> Sent: Tuesday,

[PHP] Engine help

2001-08-15 Thread PHP List
Hi, I am trying to upgrade from php3 to php4, I recompiled apache_1.3.20 and php4.0.6 as per instructions(http://www.php.net/manual/en/install.apache.php). Everything seemed ok, but LoadModule in the httpd.conf was no longer recognized so I # all the LoadModule and AddModule lines. httpd -l sho

Re: [PHP] Need open source community help!

2001-08-15 Thread PHP List
CTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 1:39 PM Subject: [PHP] Need open source community help! > Hello everyone- > > (skip to the *'s to see the questions if you don't want to read all of > this thanks) > > This might be a little off topic

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread PHP List
all out. No one else had this problem? - Original Message - From: "Tim" <[EMAIL PROTECTED]> To: "Jimmy Bäckström" <[EMAIL PROTECTED]> Cc: "Tyler Longren" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 9:39 AM S

Re: [PHP] Win One of 25 Dream Vacation Getaways!! .

2001-08-16 Thread PHP List
Ge, does this mean we ALL won? :O - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 2:40 PM Subject: [PHP] Win One of 25 Dream Vacation Getaways!! . > You have been specially selected to qualify for the followi

[PHP] Free PHP runtime Accelerator for Linux available

2001-08-20 Thread PHP Accelerator
All, After a frantic week of development and digging into the bowels of the PHP scripting engine, I've produced an initial version of a run time accelerator. This works for Linux only, and the current version was built with RedHat 7.0.1, PHP 4.0.6, and Apache 1.3.12 and 1.3.20. This

Re: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-20 Thread PHP Accelerator
Hi. Yes, it caches the result of compiling scripts and loads the compiled code on subsequent runs, thus bypassing the parsing of source code entirely - unless the source code has changed and the compiled code is stale. Nick >From: Daniel Adams <[EMAIL PROTECTED]> >To: PHP Acceler

Re: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-20 Thread PHP Accelerator
Right, and neither is the accelerator at the moment, and it may very well never be, although there's no particular reason for that. But the scripting engine is as it's part of PHP, and that's what I explored in order to write the accelerator. And now that I've studi

[PHP] Re:

2001-08-21 Thread PHP Accelerator
seems to, at least enough so that things work. As an aside, and about dynanmic content - I also have client side code for transparent PHP database query caching, and display (e.g. HTML) rendering code that actually rewrites itself as more optimal code to a cache on the fly, all as an aid to get

RE: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-21 Thread PHP Accelerator
hopefully yield further performance gains. >From: Maxim Maletsky <[EMAIL PROTECTED]> >To: 'PHP Accelerator' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: RE: [PHP] Free PHP runtime Accelerator for Linux available >Date: Tue, 21

RE: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-21 Thread PHP Accelerator
;would like to start' project. Cheers Nick >From: Maxim Maletsky <[EMAIL PROTECTED]> >To: 'PHP Accelerator' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: RE: [PHP] Free PHP runtime Accelerator for Linux available >Date: Tue, 2

Re: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-21 Thread PHP Accelerator
would be suprised if the accelerator didn't come bottom of the performance tables at the moment compared to the others to be honest. Seeing as I hadn't looked at a line of php-4.0.6/Zend code before last Monday, the first milestone was merely to get something that worked at all :-)

[PHP] Strange Form Error

2001-08-29 Thread PHP List
Hi, Can anyone tell me why php is behaving like this? If I use enctype="multipart/form-data", it seems the first form field is not passed to php. ex: $cmd will not be passed to php, I have to do this: Now I can use $cmd. Is this normal? Windows L

Re: [PHP] Strange Form Error

2001-08-30 Thread PHP List
> On Thu, 30 Aug 2001 02:25, PHP List wrote: > > Hi, > > Can anyone tell me why php is behaving like this? > > > > If I use enctype="multipart/form-data", it seems the first form field > > is not passed to php. ex: > > > enctype="multip

[PHP] session.save_handler = user

2001-08-31 Thread php-jp
alue) { echo ( "sess_write was called."); } and yet, it was ever called! Other functions like read, gc, destory works great. However, if I change php.ini to register_globals = ON Then the above sess_write function would be called! Is this a known problem, or am I missing something?

[PHP] Engine Question

2001-09-04 Thread PHP List
Hi, I am trying to update my server to php4. Everything seemd to compile fine. httpd -l shows mod_php4.c in the list. I used to use these entries in my httpd.conf to specifically turn php on in certain dirs instead of default on for everyting. php3_engine on But I cannot find a combo

Re: [PHP] Engine Question

2001-09-04 Thread PHP List
Thanks, The manual doesn't really make it clear though, all it says is: This sets the value of the specified variable. php_flag name on|off And then it later it says: engine boolean This directive is really only useful in the Apache module version of PHP. It is used by sites that would

[PHP] PHP Accelerator cache update

2001-09-05 Thread PHP Accelerator
A new version of the free PHP Accelerator for Linux is now available at www.php-accelerator.co.uk This release offers a substantial performance improvement over the first 'proof of concept' version, and initial performance tests show that the Accelerator now delivers approximatel

Re: [PHP] PHP Accelerator cache update

2001-09-05 Thread PHP Accelerator
Thanks Alex, I just realised too that there's a DNS problem. I'm running a DNS server so should probably bring the primary closer to home. You should be able to navigate ok using the IP http://212.67.208.211/ though. Cheers Nick >From: "Alex Shi" <[EMAIL PROTECT

Re: [PHP] locking a mysQL row

2001-09-10 Thread tjacobs-php
Work: It's not just a job, it's an indenture. -- PHP General 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] htaccess

2001-09-21 Thread PHP List
Hi, I heard it was possible to turn off/on php execution in a directory using the .htaccess file. Can some one tell me how to do that? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] Assistance Wanted Time:11:58:28 AM

2001-10-01 Thread php-general
, Hajia Mariam Abacha -- PHP General 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] Upgrade Issue

2001-10-04 Thread Php Questions
Today, I upgraded our development web server from PHP 4.02 to 4.06. the exact configure string was: ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr --with-mcrypt=/usr/local/lib --enable-versioning --with-ldap=/usr/local None of the support files (apache, mysql, mcrypt, openldap) were

[PHP] RSS and your opinion needed.

2004-07-23 Thread PHP Gen
too much? Thanks, Mag __ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Include path

2004-07-23 Thread PHP Gen
plagiarism is faster! - Smile, everyone loves a moron. :-) __ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/ -- PHP General Mailing List (http://www.ph

RE: [PHP] Include path

2004-07-23 Thread PHP Gen
he keyboard. - Creativity is great, but plagiarism is faster! - Smile, everyone loves a moron. :-) __ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include path (SOLVED)

2004-07-23 Thread PHP Gen
Smile, everyone loves a moron. :-) ______ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Learning Regex

2004-07-24 Thread PHP Gen
Hi, Does anybody know of a good place to learn how to work with regex? Google has quite a few links for "learn pattern matching" or "learn php regex" but none that start you on "baby steps". Any recommendations? Thnx, Mag = -- - The faulty interface

Re: [PHP] Re: Learning Regex

2004-07-25 Thread PHP Gen
faster! - Smile, everyone loves a moron. :-) __ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5   6   7   8   9   10   >