[PHP] better functionality in query ?

2001-04-05 Thread Jerry Lake
uot;select * from whitepages WHERE last_name LIKE '$last_name' ORDER BY last_name" or die("Nothing to see here"); Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP Gener

RE: [PHP] better functionality in query ?

2001-04-05 Thread Jerry Lake
Damn, if I'd a known it was that easy ;) Thanks for the help, works great now. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Jason Lotito [mailto:[

RE: [PHP] Row colors

2001-04-09 Thread Jerry Lake
Someone on the list posted this a while back it is the easiest method I've seen to alternate row colors (of course this code is abridged) $colors = array( '#e4e4e4', '#ff' ); $i = 0; //start loop while (whatever) { echo ""; } Jerry Lake- [E

RE: [PHP] windows 2000 install

2001-04-11 Thread Jerry Lake
What are you using as a test ? try saving this below as info.php make sure you are saving this to your webroot and calling it through your browser http://localhost/info.php Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online

RE: [PHP] What variable are being sent to my script?

2001-04-13 Thread Jerry Lake
Loop through $HTTP_POST_VARS Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 4:28 PM To

[PHP] era2

2001-04-13 Thread Jerry Lake
Does anyone have any knowledge of pulling info from Reynolds and Reynolds "era" systems using php ? I'm working on a rebuild of a carlot website and I'm just confusedif anyone has any info at all, I will be grateful. Jerry Lake- [EMAIL PROTECTED]

RE: [PHP] Forum script

2001-06-20 Thread Jerry Lake
www.phorum.org Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Rosen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 8:23 AM To: [EMAIL PROTECTED] Subject: [PHP

RE: [PHP] how to install pws on win2k

2001-06-20 Thread Jerry Lake
You need IIS on win2k   Jerry Lake Interface Engineering TechnicianEuropa Communications - http://www.europa.comPacifier Online     - http://www.pacifier.com -Original Message-From: sagar chand [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 20, 2001 9:58 AMTo: [EMAIL

[PHP] a+ group or list, sorry for the OT

2001-06-21 Thread Jerry Lake
I know it's OT, but is anyone aware of an A+ cert prep list or newsgroup Thanks, Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

RE: [PHP] closing window after submit

2001-06-30 Thread Jerry Lake
onMouseUp="window.close()" Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Richard Kurth [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 3:57 PM To: p

RE: [PHP] Problem writting to file...

2001-07-06 Thread Jerry Lake
try this Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: James Bartlett [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 11:30 AM To: [EMAIL PROTECTED] Subject: Re

[PHP] email a file after the file is x lines long

2001-07-06 Thread Jerry Lake
Is it possible the set a script to email a file after it becomes so many lines long ? I have an email address that accepts only catalog requests and I'd like to be able to have a complete list mailed to me instead of doing it one at a time. any suggestions are appreciated Thanks, Jerry

[PHP] regex questions

2001-07-10 Thread Jerry Lake
ey share is that the end of the line ends with a number, quotes and a closing bracket i.e. 7"> I can match that pattern, with .\d"> but when I try to replace it, I also replace the number at the end, and not just append the line like I want to. can someone show me where I am going w

RE: [PHP] which php shopping cart is this?

2001-07-13 Thread Jerry Lake
I think that is opencart, or openshop something like that. I ran across it at www.hotscripts.com a while back. Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: [EMAIL

RE: [PHP] which php shopping cart is this?

2001-07-13 Thread Jerry Lake
Never mind that last message, It is The Exchange Project http://theexchangeproject.org/catalog/default.php? Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: [EMAIL PROTECTED

RE: [PHP] Credit card number checker?

2001-07-16 Thread Jerry Lake
An authorization does not necessitate a sale, it is a verification of available funds. Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Christopher Ostmo [mailto:[EMAIL

RE: [PHP] PWS setup with PHP

2001-07-20 Thread Jerry Lake
Or there are some pre-configured executables that will install apache, MySQL, PHP and PhpMyAdmin all from one download go to www.hotscripts.com btw you can use php with PWS, but it is a pain. Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier

[PHP] 4.06 install problem

2001-07-24 Thread Jerry Lake
I just tried installing PHP 4.06 for PWS with the installshield installer. I didn't seem to work however. I am getting a 500 Internal server error everytime I try to load a php file. Has anyone else had this problem ? are there any quick remedies ? Jerry Lake Interface Engineering Techn

RE: [PHP] 4.06 install problem

2001-07-24 Thread Jerry Lake
Ben, Christian sorry about the direct email it was totally unintentional I forgot to edit the email I hit reply to. Regards, Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From

RE: [PHP] Sorry To Repeat Repeat Repeat Repeat Re.......

2001-07-26 Thread Jerry Lake
Or try http://www.hotscripts.com/PHP/Scripts_and_Programs/ Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Nathan Cook [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26

[PHP] idiotic question

2001-07-27 Thread Jerry Lake
for the life of me I can't remember how to convert a string to just the first letter of itself i.e. $string = test ...a function $string_first = t I must be thinking in circles today. Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier O

[PHP] mkdir

2001-07-27 Thread Jerry Lake
when using mkdir I cant seem to make subdirectories is there any way to do this ? Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

RE: [PHP] mkdir

2001-07-30 Thread Jerry Lake
I can create single directories, just not subdirectories. and only in the directory the script is in I'm guessing that it may be a permission issue ...? Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifie

RE: [PHP] Content Type Text?

2001-08-01 Thread Jerry Lake
text/plain Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 2:35 PM To: PHP Subject: [PHP] Content Type

[PHP] trigger email with submit button

2001-08-03 Thread Jerry Lake
I'm sure this is possible, but I'm not sure if this is the right way to go about it. if ($submit) { mail($from,$to etc...) } any input is kindly regarded Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online

RE: [PHP] phpAds advice needed

2001-08-06 Thread Jerry Lake
I've got phpads(new) up and running on www.upstarter.com but I'm not exactly sure what type of help your needing if your up and running and adding banners, what are you in need of help with. Let me know and I'll do my best to try and help. Regards, Jerry Lake Interface Enginee

[PHP] array issues

2001-08-09 Thread Jerry Lake
7;,'$q6','$a6','$q7','$a7','$q8','$a8','$q9','$a9','$q10 ','$a10',NOW())"; I think it would be easier if I could put them into arrays like this I'm just not sure how to go about the in

[PHP] Win32 Compilation

2001-08-14 Thread Jerry Evans
I have the current 4.0.6 tarball. Has anyone built this out of the box using VC++ 6 ? Jerry. -- 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

[PHP] Win32 mail()

2001-08-14 Thread Jerry Evans
Has anyone got this to work correctly with 4.0.6 ? If so I'd really appreciate knowing the configuration etc. Thanks Jerry. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

RE: [PHP] looong date formatting for MySQL

2001-08-17 Thread Jerry Lake
NOW() Jerry Lake Interface Engineering Technician -Original Message- From: Adam Rambousek [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 4:20 PM To: CGI GUY; [EMAIL PROTECTED] Subject: Re: [PHP] looong date formatting for MySQL date("Y-m-d") should do the job

RE: [PHP] looong date formatting for MySQL

2001-08-17 Thread Jerry Lake
(regarding my previous post) although, it probably doesn't apply to what your doing. Jerry Lake Interface Engineering Technician -Original Message- From: Jerry Lake [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] looong

RE: [PHP] Random PowerBall Generator

2001-08-22 Thread Jerry Lake
if array_unique does what I think, The biggest problem with that is that Powerball being a reasonable semblance of random, does allow non-unique series to be selected. i.e. the powerball can be the same as one of the other five. Jerry Lake Interface Engineering Technician -Original

RE: [PHP] book help

2001-09-05 Thread Jerry Lake
since it was the only book you could find, that makes it a good choice by default, if you ask me. you can also visit www.devshed.com for some great tutorials. Regards, Jerry Lake Interface Engineering Technician -Original Message- From: Nikola Veber [mailto:[EMAIL PROTECTED]] Sent

[PHP] nested loop confusion

2001-09-06 Thread Jerry Lake
in a prior review, the ones that have been used are noted in the MySQL review database. here is the code that I am trying to work with, if anyone has any ideas, please let me know. ".$file.""; } } } echo ""; closedir($handle); ?> Jerry Lake Inte

RE: [PHP] display query results at random

2001-09-26 Thread Jerry Lake
I'm not positive on this, but I think I catch your drift. when you get the results of your query... place 1 = $results[2] place 2 = $results[0] place 5 = $results[4] Later, Jerry Lake Interface Engineering Technician -Original Message- From: Matthew Delmarter [mailto:[

[PHP] Re: Session problems under heavy load???

2004-08-07 Thread Jerry Kita
I had a problem with session variables being lost. However it wasn't because of a heavy load. My hosting company does load balancing and user requests would be directed to different servers. However, when the session was originally defined it was placed in the /tmp file of one server. When a reques

[PHP] time

2004-10-13 Thread Jerry Swanson
I want to send email every 24. What time format you recomend to use? In what format the data should be store in mysql? TH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] For how long session exist

2004-10-14 Thread Jerry Swanson
For what period of time a session can exist? Or session exist as soon as browser is open? TH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Form Validation

2004-10-14 Thread Jerry Swanson
On what percent browsers Javascript is enabled? On Wed, 13 Oct 2004 15:48:51 -0700, Mattias Thorslund <[EMAIL PROTECTED]> wrote: > There are several JavaScript solutions for validating forms on the > client side. Search on hotscripts.com and google.com. > > Client-side validation (in the browse

Re: [PHP] Re: ' (Single Quotes) in user inputs

2004-10-18 Thread Jerry Swanson
I'm not sure that stripslashes() are used for input. addslashes() - to insert data into database stripslashes() - to get data from database and print it. On 14 Oct 2004 11:19:14 +0200, Christian Jul Jensen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] (Ben) writes: > > > Any ideas on dealin

[PHP] How to parse this?

2004-10-23 Thread Jerry Swanson
I have huge html file. I want to parse the data and get everything between and What function is good for this purpose? TH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Parsing

2004-10-23 Thread Jerry Swanson
I have huge html file. I want to parse the data and get everything between and What function is good for this purpose? TH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Installation of php-5.2.8-win32-installer.msi

2009-01-27 Thread Jerry Foote
? Jerry Foote ScopeCraft, Inc. 4175 E. Red Cliffs Dr. Kanab, UT 84741 435-899-1255 jfo...@scopecraft.com

RE: [PHP] RE: non-auto increment question

2009-02-25 Thread Jerry Schwartz
record that has an auto-increment field, you can retrieve the value that got inserted with "SELECT LAST_INSERT_ID()". It is connection-specific, so you'll always have your "own" value. You can then save it to reuse, either as a session variable or (more easily) as a hidden f

RE: [PHP] RE: non-auto increment question

2009-02-25 Thread Jerry Schwartz
ry, >accessed by user/password login... so there's really very little >possibility of 2 people accessing at the same time. [JS] Being rather old to all this, I can tell you that if something is even remotely possible it will happen just before your performance review. Never depend u

RE: [PHP] RE: non-auto increment question

2009-02-26 Thread Jerry Schwartz
>-Original Message- >From: PJ [mailto:af.gour...@videotron.ca] >Sent: Thursday, February 26, 2009 11:27 AM >To: Jerry Schwartz >Cc: a...@ashleysheridan.co.uk; 'Gary W. Smith'; 'MySql'; php- >gene...@lists.php.net >Subject: Re: [PHP] RE: non-auto i

[PHP] RE: catch the error

2009-02-26 Thread Jerry Schwartz
>-Original Message- >From: PJ [mailto:af.gour...@videotron.ca] >Sent: Thursday, February 26, 2009 12:28 PM >To: php-general@lists.php.net; MySql >Subject: catch the error > >What is wrond with this file? same identical insert works from console >but not from this file :-( > > > >Untit

RE: [PHP] RE: non-auto increment question

2009-02-26 Thread Jerry Schwartz
e specific database changes. You can make yourself more independent of the specific database by using the PDO abstraction, although I would save that for a rainy weekend. Regards,   Jerry Schwartz The Infoshop by Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032   860.674.8796 / FA

RE: [PHP] RE: non-auto increment question

2009-02-26 Thread Jerry Schwartz
Sorry, I should know better. >-Original Message- >From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] >Sent: Thursday, February 26, 2009 1:51 PM >To: Jerry Schwartz >Cc: 'PJ'; 'Gary W. Smith'; 'MySql'; php-general@lists.php.net >Su

[PHP] php ssl connection timeout issue

2009-05-14 Thread Jerry Zhao
meout" error. Any tips on the cause of this issue or how to debug this is appreciated. Regards, Jerry.

[PHP] Re: php ssl connection timeout issue

2009-05-14 Thread Jerry Zhao
I tried different combination of ssl clients and servers, it all points to problems on the client side of my new php build. The same code worked on an older php build. On Thu, May 14, 2009 at 4:57 PM, Nathan Rixham wrote: > Jerry Zhao wrote: > >> Hi, >> >> I am havi

[PHP] Re: php ssl connection timeout issue

2009-05-14 Thread Jerry Zhao
On Thu, May 14, 2009 at 5:05 PM, Nathan Rixham wrote: > Jerry Zhao wrote: > >> I tried different combination of ssl clients and servers, it all points to >> problems on the client side of my new php build. The same code worked on >> an >> older php build. >>

[PHP] Re: php ssl connection timeout issue

2009-05-15 Thread Jerry Zhao
On Thu, May 14, 2009 at 5:17 PM, Nathan Rixham wrote: > Jerry Zhao wrote: > >> On Thu, May 14, 2009 at 5:05 PM, Nathan Rixham wrote: >> >> Jerry Zhao wrote: >>> >>> I tried different combination of ssl clients and servers, it all points >>>

[PHP] socket_last_error() equiv

2009-08-04 Thread Jerry Wilborn
hp?id=34380), but the last movement on it is 2005. Jerry Wilborn jerrywilb...@gmail.com

Re: [PHP] Clean break.

2009-08-04 Thread Jerry Wilborn
Am I missing something? Can't this be done quickly/easily with preg_match()? if (preg_match('/\[(.*):(.*)\s/U', '[21/Jul/2009:00:00:47 -0300]', $matches)) { print "date: {$matches[1]}, time: {$matches[2]}"; } Jerry Wilborn jerrywilb...@gmail.com O

Re: [PHP] Multiple MySQL Queries

2009-08-04 Thread Jerry Wilborn
Keep in mind that you can use name=var[] value=value1, name=var[] value=value2 and php will create an array as $_REQUEST['var'] with each of your values. The keys are numbered and don't count on what order they'll come through. Jerry Wilborn jerrywilb...@gmail.com On Tue, Aug

Re: [PHP] Multiple MySQL Queries

2009-08-04 Thread Jerry Wilborn
If the form method is "POST" then set the 'c' variable with a hidden value within the form: Jerry Wilborn jerrywilb...@gmail.com On Tue, Aug 4, 2009 at 1:50 PM, wrote: > > On Aug 4, 2009, at 9:43 AM, Jerry Wilborn wrote: > > Keep in mind that you can use n

Re: [PHP] Multiple MySQL Queries

2009-08-04 Thread Jerry Wilborn
shopping cart you're unlikely to hit those. If you want to avoid JS, you're going to have to send the whole page and then sort out what needs to be updated on the server. Jerry Wilborn jerrywilb...@gmail.com On Tue, Aug 4, 2009 at 2:03 PM, wrote: > Sorry... I'm using GET. I have

Re: [PHP] navigation include not functioning

2009-08-05 Thread Jerry Wilborn
I'm having trouble understanding your description of the problem. Can you tell us what you're seeing and what you expect to see? Jerry Wilborn jerrywilb...@gmail.com On Wed, Aug 5, 2009 at 12:00 PM, Allen McCabe wrote: > I am trying to generate pages by importing content in

Re: [PHP] Time keeping in DB

2009-08-05 Thread Jerry Wilborn
You don't mention what DB you're using, but mySQL can be quite a pain when dealing with multiple time zones. Not impossible, but a hassle none the less. Be sure to set aside a place to store this (and another spot for user preferences to keep track of their TZ). Jerry Wilborn

Re: [PHP] dynamically naming PHP vars on the fly?

2009-08-05 Thread Jerry Wilborn
http://us2.php.net/manual/en/language.variables.variable.php Jerry Wilborn jerrywilb...@gmail.com On Wed, Aug 5, 2009 at 5:17 PM, Govinda wrote: > HI all > > One thing I have been working around but now would love to just do it > finally (and save workaround/longer code hassle) is

Re: [PHP] curl_exec not hit server

2009-08-06 Thread Jerry Wilborn
Can you tell us anything about the cert on the host? Is it self signed, is it expired, etc? A hip-shot: try turning off VERIFYPEER and VERIFYHOST. Jerry Wilborn jerrywilb...@gmail.com On Thu, Aug 6, 2009 at 1:33 PM, Ted Yu wrote: > > Hi, > I use the following code to call third

Re: [PHP] curl_exec not hit server

2009-08-07 Thread Jerry Wilborn
You could also try checking the SSL log. This may give hints about the problem; none of the HTTP conversation happens until after SSL has been negotiated. Jerry Wilborn jerrywilb...@gmail.com On Fri, Aug 7, 2009 at 1:16 PM, Tom Worster wrote: > On 8/6/09 2:33 PM, "Ted Yu" wrote:

Re: [PHP] Buffered Logging?

2009-08-07 Thread Jerry Wilborn
You don't mention what database you're using, but mySQL supports memory based tables. You can use this to insert your single page loads and then have a job that periodically inserts in bulk. Memory based tables: http://dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html Jer

Re: [PHP] Server change affecting ability to send downloaded files???

2009-08-07 Thread Jerry Wilborn
The 500 is the result of the missing content-type in the real header. Once you get a blank line in there, it thinks thats the content. The error log will likely say 'premature end of script headers'... Good mystery on why it's got the blank line though. Jerry Wilborn jerrywilb...

Re: [PHP] Notification system

2009-08-08 Thread Jerry Wilborn
I highly recommend ExtJS (htp://www.extjs.com). Jerry Wilborn jerrywilb...@gmail.com On Fri, Aug 7, 2009 at 10:22 PM, Bastien Koert wrote: > On Fri, Aug 7, 2009 at 10:25 PM, Jonathan Tapicer > wrote: > > Also, take a look at Comet Server: > > http://en.wikipedia.org/wiki/

Re: [PHP] Can php be cause a strain on a web server

2009-08-08 Thread Jerry Wilborn
You're going to have to be more specific. There are very few problems where this is absolutely no solution. Jerry Wilborn jerrywilb...@gmail.com On Sat, Aug 8, 2009 at 2:51 AM, Per Jessen wrote: > Curious george wrote: > > > Is there a case where php can become unscalabl

Re: [PHP] Server change affecting ability to send downloaded files???

2009-08-08 Thread Jerry Wilborn
ent to the browser. It might not hurt to move to a fread($fh, 8096) + print() to prevent the bug in the future. Jerry Wilborn jerrywilb...@gmail.com On Sat, Aug 8, 2009 at 9:00 AM, Brian Dunning wrote: > A Rackspace guy determined that php.ini was set to use 16MB of memory, and > he uppe

Re: [PHP] MySQL auto_increment fields Server version: 5.1.32-community-log

2009-08-09 Thread Jerry Wilborn
ALTER TABLE T1 AUTO_INCREMENT=1; It's likely that you dropped every record and expected the auto_increment to reset. Jerry Wilborn jerrywilb...@gmail.com On Sun, Aug 9, 2009 at 1:17 PM, Ralph Deffke wrote: > Hi all, > > I'm facing the fact that it seems that auto_incremen

Re: [PHP] Can php be cause a strain on a web server

2009-08-09 Thread Jerry Wilborn
You seem nice. Jerry Wilborn jerrywilb...@gmail.com On Sun, Aug 9, 2009 at 12:54 PM, Daniel Brown wrote: > On Sat, Aug 8, 2009 at 11:08, Jerry Wilborn wrote: > > You're going to have to be more > > specific. There are very few problems where this is absolutely no >

[PHP] RE: Good source for sample data?

2010-01-29 Thread Jerry Schwartz
tion as part of security screening for a registration system. Regards, Jerry Schwartz The Infoshop by Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 www.the-infoshop.com >-Original Message- >From: Shawn McKenzie [mailto

[PHP] RE: Organisational question: surely someone has implemented many Boolean values (tags) and a solution exist

2011-01-20 Thread Jerry Schwartz
#x27;10.%') or tag_number LIKE ('10.05%') and so forth. This scheme is infinitely extendable. To get the entire hierarchy, you simply SELECT tag_number, tag_name FROM tags ORDER BY tag_number; Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington,

[PHP] RE: Organisational question: surely someone has implemented many Boolean values (tags) and a solution exist

2011-01-20 Thread Jerry Schwartz
>-Original Message- >From: Dotan Cohen [mailto:dotanco...@gmail.com] >Sent: Thursday, January 20, 2011 11:25 AM >To: Jerry Schwartz >Cc: mysql.; php-general. >Subject: Re: Organisational question: surely someone has implemented many >Boolean values (tags) and a solutio

RE: [PHP] RE: Organisational question: surely someone has implemented many Boolean values (tags) and a solution exist

2011-01-20 Thread Jerry Schwartz
adds or subtracts 2 >from an int) then it looks to be a pain to add nodes. > [JS] Not at all. Somebody, somehow, has to assign a name to the tag and designate its place in the hierarchy. I don't see how you can avoid that being done by a human. Regards, Jerry Schwartz Global Information

[PHP] Re: [HAB] How to build a member area with PHP Sessions

2005-02-06 Thread Jerry Kita
the general idea. It works for me. Others may have more complex schemes but this serves my purpose well. I'm not a professional programmer so I generally look for stuff that I can easily understand. Hope this helps. -- Jerry Kita http://www.salkehatchiehuntersville.com email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML & HTTP

2005-03-18 Thread Jerry Swanson
I create XML file, how to pass the XML file to another server through HTTP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XML & HTTP

2005-03-18 Thread Jerry Swanson
I generated XML file. I need to send the file to another server not through FTP but though HTTP. On Fri, 18 Mar 2005 14:17:28 -0500, Chris Shiflett <[EMAIL PROTECTED]> wrote: > Jerry Swanson wrote: > > I create XML file, how to pass the XML file to another server through HTT

Re: [PHP] XML & HTTP

2005-03-21 Thread Jerry Swanson
I need to use SOAP and I use PHP 5. Do I need to compile PHP with some option? Thanks On Fri, 18 Mar 2005 16:03:20 -0500, Jason Barnett <[EMAIL PROTECTED]> wrote: > Chris Shiflett wrote: > > Jerry Swanson wrote: > > > >> I generated XML file. I need to send

Re: [PHP] XML & HTTP

2005-03-22 Thread Jerry Swanson
It is SOAP. I read tutorial on w3 website. Have one more question: The data that is exchange in SOAP protocol is encrypted or not? Thanks On Mon, 21 Mar 2005 17:32:59 -0800 (PST), Richard Lynch <[EMAIL PROTECTED]> wrote: > On Fri, March 18, 2005 11:14 am, Jerry Swanson said: > &g

[PHP] Why do I get the warning messages in this case? When I execute script from shell. If I execute script from browser, no warnings.

2005-03-31 Thread Jerry Swanson
php time_test.php PHP Warning: Unknown(): Unable to load dynamic library './domxml.so' - ./domxml.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: Unknown(): Unable to load dynamic library './imap.so' - ./imap.so: cannot open shared object file: No s

[PHP] Javascript Calendar and PHP

2005-04-05 Thread Jerry Swanson
What Javascript calendar works good with PHP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] output htmkl file as text

2004-10-27 Thread Jerry Swanson
I want to output html file on the screen like text not like html file. I want a program to read html file and output source code to the screen. Any ideas how to fake browser, so browser will print html tags on the screen? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] beginnind and end of the week

2004-10-31 Thread Jerry Swanson
I need to run a query using PHP/MYSQL. The query should be for a week. So if today is tuesday, the query should be from Monday to Sunday. How in in php I can know when the beginning and end of the week? TH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

Re: [PHP] beginnind and end of the week

2004-11-02 Thread Jerry Swanson
Your solution works only for Monday. For Tuesday output is below start -- 20041108 end - 20041114 I have no idea why ti doesn't wotk. On Mon, 1 Nov 2004 02:45:59 +, Curt Zirzow <[EMAIL PROTECTED]> wrote: > * Thus wrote Jerry Swanson: > > > > I need to run a

[PHP] text email & new line

2004-11-02 Thread Jerry Swanson
I'm sending text email. How I can make new line. "\n" seems to be not working. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] text email & new line

2004-11-02 Thread Jerry Swanson
ano Cascione <[EMAIL PROTECTED]> wrote: > Use \r\n > Some pop server doesn't support other special characters. > > Sebastiano > > Alle 17:12, martedì 2 novembre 2004, Jerry Swanson ha scritto: > > > > I'm sending text email. How I can make new line

Re: [PHP] text email & new line

2004-11-02 Thread Jerry Swanson
It is working without \r\n. Just using regular spaces/new lines in the text message. On Tue, 2 Nov 2004 18:34:00 +0100, Jordi Canals <[EMAIL PROTECTED]> wrote: > On Tue, 2 Nov 2004 16:25:56 +, Richard Davey <[EMAIL PROTECTED]> wrote: > > Hello Jerry, > > > >

[PHP] email as link

2004-11-03 Thread Jerry Swanson
I'm sending email in text format. When I specify URL in the email http://www.mydomain.com, person that receive email can click on the link and go to the page. But when a person receive and email with email address like [EMAIL PROTECTED] the email is regular text not an email. How to make email ad

[PHP] Why cookie is created?

2004-11-08 Thread Jerry Swanson
I don't use cookie for my page. I use session. As I understand cookies don't create any files on user computer. I have this code below on my page. When I access this page immediately cookie is created on my computer. Any ideas why? -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] Why cookie is created?

2004-11-08 Thread Jerry Swanson
harddrive. Any ideas why? PHP version 4.3.4 On Mon, 08 Nov 2004 16:01:27 -0500, John Nichel <[EMAIL PROTECTED]> wrote: > Jerry Swanson wrote: > > I don't use cookie for my page. I use session. As I understand cookies > > don't create any files on user computer. I have

Re: [PHP] Why cookie is created?

2004-11-08 Thread Jerry Swanson
referral; } On Mon, 8 Nov 2004 16:19:49 -0600, Greg Donald <[EMAIL PROTECTED]> wrote: > On Mon, 8 Nov 2004 15:56:03 -0500, Jerry Swanson <[EMAIL PROTECTED]> wrote: > > I don't use cookie for my page. I use session. As I understand cookies > > don't create a

Re: [PHP] Why cookie is created?

2004-11-09 Thread Jerry Swanson
So As I understand. Session also store ID on the harddrive. I don't see the big difference between session and cookies from "privacy" point of view. On Mon, 8 Nov 2004 17:55:03 -0500, Paul Reinheimer <[EMAIL PROTECTED]> wrote: > -- > I don't want to use cookies. > I want to use session. W

Re: [PHP] Why cookie is created?

2004-11-09 Thread Jerry Swanson
Why when I specify session.cookie_lifetime = 1 // Cookies are not created. However, when I specify large lifetime, cookies are created. session.cookie_lifetime = 1500 On Tue, 9 Nov 2004 08:11:46 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I just want to give you a simple exam

[PHP] header variable ?

2004-11-10 Thread Jerry Swanson
What variable "header" use? If I send something in header, what GLOBAL variable header use? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP file permission

2004-11-14 Thread Jerry Swanson
What is the optimal PHP file permission? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP file permission

2004-11-14 Thread Jerry Swanson
regular php page, some mysql queries and print html on the screen. On Sun, 14 Nov 2004 18:19:28 +0100, M. Sokolewicz <[EMAIL PROTECTED]> wrote: > depends on what you need it for > > > > Jerry Swanson wrote: > > > What is the optimal PHP file permission? >

[PHP] Segmentation Fault

2004-11-17 Thread Jerry Swanson
I have index.php file. On one server it executes with no problem. On another server it gives me Segmentation Fault error. 4.3.2 - Segmentation Fault 4.3.4 - no problem What can cause such problem? This is simple login page. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

[PHP] HTML form online

2004-11-19 Thread Jerry Swanson
I want to write php script that fill out HTML form online. Any ideas how to do it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP script + read file

2004-11-20 Thread Jerry Swanson
I know how to read a file. But the problem is different, I have directory that has more than 250 files. I need to read each file and process it. But How I know what file to read? ls -l (show all files). How I can select each file without knowing name? The file will be process and than delete. Any

Re: [PHP] PHP script + read file

2004-11-21 Thread Jerry Swanson
uot;.."){ $handle1 = fopen($file, "a+"); $input_str = fread($handle1, filesize($file)); echo "TEST".$input_str; } } } On Sun, 21 Nov 2004 05:40:07 +0800, Jason Wong <[EMAIL PROTECTED]> wrote: > On Sunda

<    1   2   3   >