RE: [PHP] Portland, Oregon

2001-10-25 Thread Jerry Lake
Rasmus, I'm not sure how I missed that, I would have liked to attend. where were you ? Jerry Lake -[EMAIL PROTECTED] Interface Engineering Technician -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 3:54 PM To: Richard Baskett

RE: [PHP] php code to fax

2001-10-22 Thread Jerry Lake
I could be wrong, but it would seem easiest to have an an email to fax gateway and use your php to send mail Regards, Jerry Lake Interface Engineering Technician -Original Message- From: Glenn Antoine [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 6:39 AM To: [EMAIL

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:[EMAIL

[PHP] nested loop confusion

2001-09-06 Thread Jerry Lake
!= . $file != .. $file != $image[2] $cExt[1] == gif || $cExt[1] == jpg) { echo option value=\$file\.$file./option; } } } echo /select; closedir($handle); ? /snip Jerry Lake Interface Engineering Technician -- PHP General Mailing

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

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] 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 There's gotta

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 date

[PHP] array issues

2001-08-09 Thread Jerry Lake
is appreciated. Jerry Lake Interface Engineering Technician -- 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]

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 Engineering Technician

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

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.pacifier.com

[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 Online

[PHP] mkdir

2001-07-27 Thread Jerry Lake
when using mkdir I cant seem to make subdirectories ? $oldumask = umask(0); mkdir('test/test', 0777); umask($oldumask); ? is there any way to do this ? Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com

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] 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 Technician

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] 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

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] 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

[PHP] regex questions

2001-07-10 Thread Jerry Lake
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 wrong Thanks, Jerry Lake Interface

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

2001-07-06 Thread Jerry Lake
try this ?php $fp = fopen(./data.txt, w+); $counter = 0; while ($counter 6) { $counter++; fwrite($fp, $counter . \n); } fclose ($fp); ? Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original

[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 Lake

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: php Subject: [PHP

[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-mail

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 LakeInterface 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

RE: [PHP] Discussion board

2001-05-22 Thread Jerry Lake
I like Phorum http://phorum.org/ Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: James Atkinson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 12:23 PM To: Thomas

RE: [PHP] Image problem

2001-05-15 Thread Jerry Lake
; $title = www.website.com - Products; } else { $header = img src=location/of/header/image; $title = www.website.com; } /snip then call the header in in the appropriate place in your html ? echo $header; ? Jerry Lake Interface Engineering Technician Europa Communications - http

[PHP] again with the regex

2001-05-15 Thread Jerry Lake
I hate to keep asking regex stuff, but it is really evasive for me.. I'm pulling phone numbers out of a DB in the format of 1234567890, I would like to format them like (123) 456-7890 or something else that at least breaks them up a bit. any help is appreciated, Thanks, Jerry Lake Interface

RE: [PHP] again with the regex

2001-05-15 Thread Jerry Lake
Thanks folks, much better now. Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 3:52 PM To: [EMAIL

[PHP] ereg issues

2001-05-10 Thread Jerry Lake
I'm feeling a bit stupid today how do I truncate a string to the first two [a-zA-Z] characters ? this sure isn't working snip $test = jerry; $test = ereg_replace(^\w*, ^[a-zA-Z]{2} ,$test); /snip Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier

RE: [PHP] ereg issues

2001-05-10 Thread Jerry Lake
Cool, thanks Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jack Dempsey Sent: Thursday, May 10, 2001 12:39 PM

[PHP] coding brain fade

2001-05-10 Thread Jerry Lake
: filename '$userfile'.; } ? 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-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] user authentication

2001-05-09 Thread Jerry Lake
Does anyone know of a good user authentication/sessions tutorial for php 4? I've looked through the ones at phpbuilder and they are not quite as in-depth as I would like. Jerry Lake- [EMAIL PROTECTED] Interface Engineering Technician Europa Communications - http://www.europa.com

RE: [PHP] apache toolbox

2001-05-03 Thread Jerry Lake
Just out of curiosity, what problems did you have ? Jerry Lake- [EMAIL PROTECTED] Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Chris Schneck [mailto:[EMAIL PROTECTED

[PHP] install issue with 4.0.5

2001-05-03 Thread Jerry Lake
]# ./apachectl start Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined symbol: uncompress ./apachectl start: httpd could not be started /snip Jerry Lake- [EMAIL PROTECTED] Interface Engineering Technician Europa

[PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
/table /snip Jerry Lake- [EMAIL PROTECTED] 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-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
Thanks, that worked with the removal of the first Jerry Lake- [EMAIL PROTECTED] Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Jack Dempsey [mailto:[EMAIL PROTECTED

RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
be. how can I make the loop echo enough tdnbsp;/td lines to show empty cells instead of blank space regardless of the number of cells I am creating ? Jerry Lake- [EMAIL PROTECTED] Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http

RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
the value of $length is going to be on a dynamic page such as showing x amount of images from a folder. I need for the loop to know how many tdnbsp;/td to echo out at the end depending on the $length; I apologize if I am not explaining this very well. I usually am quite concise. Jerry Lake

RE: RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
\n; } ? /table /snip Jerry Lake- [EMAIL PROTECTED] Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 2

[PHP] php install issues on IIS

2001-04-23 Thread Jerry Lake
executable program from a directory that does not allow programs to be executed. Please contact the Web server's administrator if the problem persists. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com

[PHP] Reynolds Reynolds - php use

2001-04-18 Thread Jerry Lake
php as well. if any one has any experience with anything remotely like this, please let me know Thanks, Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Plutarck

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

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 ? phpinfo(); ? 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

[PHP] better functionality in query ?

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

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:[EMAIL

RE: [PHP] Warning: 1 is not a valid File-Handle resource

2001-04-03 Thread Jerry Lake
I had that same warning the other day and the problem was a slight syntax error in my query statement. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: WK [mailto

RE: [PHP] sanity check please

2001-03-30 Thread Jerry Lake
you can put you database connection in a file below the web root and include it into the script. that way it isn't visible in the source. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com

RE: [PHP] Hello $variable, whats your name?

2001-03-22 Thread Jerry Lake
$HTTP_POST_VARS Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: JCampbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 4:06 PM To: Main PHP List

[PHP] where to learn to make a shopping cart

2001-03-20 Thread Jerry Lake
What are some good resources I can look at to learn how to make a shopping cart, that will function with php3/MySQL ? I know of the one at Devshed, but any other resources are certainly appreciated. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http

RE: [PHP] where to learn to make a shopping cart

2001-03-20 Thread Jerry Lake
Now that I take a look, the one at devshed assumes PHP4... of course. and that would be great if I could get my sysadmin to upgrade. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original

[PHP] write form data to a text file

2001-03-13 Thread Jerry Lake
How can I write the form data a user fills out and send it to a text file? Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Jordan Elver [mailto:[EMAIL PROTECTED

RE: [PHP] write form data to a text file

2001-03-13 Thread Jerry Lake
saving the time of re-typing all of the form information. when my form gets filled out I need to be able to create a new file, write text to it from the variables and then email it to a CSR any ideas on where to start with this are greatly appreciated. Thanks, Jerry Lake- [EMAIL

[PHP] attach file from server to an email

2001-03-13 Thread Jerry Lake
Ok, I created a form handler that writes the .ini file that I need for an auto-import, now what should I look at attach it to an email the file is just ascii text Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http

[PHP] upload file problems

2001-03-12 Thread Jerry Lake
xists and is chmoded to 777, what am I doing wrong ? Warning: Unable to create '/www/workbox/htdocs/audio': Is a directory in /www/workbox/htdocs/upload.php on line 4 Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pa

[PHP] file upload tutorial.

2001-03-09 Thread Jerry Lake
Anyone know where I can find a file upload tutorial ? Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [PHP] file upload tutorial.

2001-03-09 Thread Jerry Lake
With the info in the manual (thanks) I keep getting this error Warning: Unable to create '/www/htdocs/uploads': Is a directory in /www/workbox/htdocs/upload.php on line 4 I have the directory chmoded to 777 what is my problem, aside from general idiocy... Jerry Lake- [EMAIL PROTECTED

RE: [PHP] Advanced PHP

2001-03-09 Thread Jerry Lake
The chicken did. as the Chicken is an actual chicken and the egg is a potential chicken. Actuality precedes potentiality Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message

RE: [PHP] Advanced PHP

2001-03-09 Thread Jerry Lake
I'm nearly certain they came from smallish chicken shaped rocks Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Rick St Jean [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP] populate select box with contents of a file?

2001-03-08 Thread Jerry Lake
quot;..") { echo "option "; echo "value=".$file.""; echo $file; echo "/option\n\r"; } } echo "/select"; closedir($handle); ? /snip Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Comm

RE: [PHP] $HTTP_POST_VARS

2001-03-08 Thread Jerry Lake
You're not setting a value for the first variable ie.."Name" unless you put something in the text box to represent the variable it will come across as empty. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online

RE: [PHP] RNV PHP=o.k.....Apache=o.k..... So... What the #$$% : )

2001-03-08 Thread Jerry Lake
view the php file through localhost on your browser with apache running http://localhost/whateverfile.php make sure the file is somewhere in your document root. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http

[PHP] on the list yesterday regarding mysql time

2001-03-07 Thread Jerry Lake
? Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: george [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 1:51 PM To: [EMAIL PROTECTED] Subject: Re: [PHP

[PHP] RE: on the list yesterday regarding mysql time

2001-03-07 Thread Jerry Lake
never mind anything below my signature I forgot to erase it, damn non-thread capable email... Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP General Mailing List (http://www.php.net

RE: [PHP] on the list yesterday regarding mysql time

2001-03-07 Thread Jerry Lake
Thanks, that worked great. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: John Huggins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 2:49 PM

[PHP] populate select box with contents of a file?

2001-03-07 Thread Jerry Lake
I would like to be able to populate the options of a select box with the contents of my images directory online so I can select the image I want to go with the form I am filling out. what functions do I need to look into to figure this one out? Jerry Lake- [EMAIL PROTECTED] Web

[PHP] regex help

2001-02-27 Thread Jerry Lake
how do I select the first space after some alpha-numeric characters? I can ^\D\s to get the characters and the space, but how can I select the space only? Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http

[PHP] archive location

2001-02-26 Thread Jerry Lake
What is the newsgroup archive location ? marc.themaesgroup.something ? Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] php quit working

2001-02-26 Thread Jerry Lake
I just installed php as an apache DSO module on the first try of a phpinfo(); it worked just as it should, then I loaded phpmyadmin and now when I make a request for a php file it tries to download, my httpd.conf file seems to be in order...any ideas? Jerry Lake- [EMAIL PROTECTED

[PHP] date format for MySQL

2001-02-21 Thread Jerry Lake
I have a field in my MySQL DB that is "DATE" on the form that populates this field, various people will by typing in dates in various formats how to I convert say 2/21/01 or 02-21-2001 etc... to 2001-02-21(MySQL Format) Jerry Lake- [EMAIL PROTECTED] Web Desig

RE: [PHP] Newbie: [PHP] $HTTP_POST_VARS

2001-02-20 Thread Jerry Lake
or ? phpinfo(); ? for an entire list of php setup and http variables Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Chris Lee [mailto:[EMAIL PROTECTED]] Sent

[PHP] input type=file

2001-02-16 Thread Jerry Lake
this doesn't relate directly to PHP, but it will when I am done. How can I create a file input that reads from a directory on the server instead of the users machine Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http

RE: [PHP] input type=file

2001-02-16 Thread Jerry Lake
that should be contents of, not contents or... Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Jerry Lake [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16

[PHP] regex

2001-02-15 Thread Jerry Lake
is there a way I can make a regex to add a comma to the beginning of every line of a comma delimited file ? Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP General Mailing List (http

[PHP] Credit Cards

2001-02-09 Thread Jerry Lake
connection kit) Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Jerry Lake
Yep, ain't it grand... I got hired on as a designer and somebody got the bright idea that I must be a programmer as well funny I don't remember that on my resume. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http

[PHP] function list

2001-01-31 Thread Jerry Lake
Is there somewhere I can get a list of all the php functions and a brief description, instead of the full manual like a cheat sheet of sorts Jerry Lake -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] MySQL and Array Problem

2001-01-17 Thread Jerry Lake
implode() and if I do this echo "font size=-2".$name."/font"; $name_test = explode("," $name); echo $name_test; the names item1,item2,item3 is returned, but I get a parse error on the explode, what am I missing...? Jerry Lake -- PHP General Mailing List (http://www.p

RE: [PHP] MySQL and Array Problem

2001-01-17 Thread Jerry Lake
Never mind, I caught my syntax error it works fine now. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Jerry Lake [mailto:[EMAIL PROTECTED]] Sent: Wednesday

[PHP] RE: if php is so great, why is it so hard to make it work?

2001-01-16 Thread Jerry Lake
That is probably a good way not to get much help however, there are install kits out there that do all of the work for you. phpTriad is one. Jerry Lake -Original Message- From: Serge Montmarquette [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 10:14 AM To: [EMAIL PROTECTED

RE: [PHP] string replace

2001-01-16 Thread Jerry Lake
Here is a bad way to do it, but it works ? $string = "test.jpg"; $replace = eregi_replace("$", "", $string); echo $replace; ? Jerry Lake -Original Message- From: Tait Grove [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 12:01 PM To: PHP

[PHP] looping

2001-01-15 Thread Jerry Lake
td"; echo "tdinput type=checkbox name=topping value=".$cost."".$cost."/td"; echo "/tr"; } echo "/table"; /snip Jerry Lake -- 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]

RE: [PHP] looping

2001-01-15 Thread Jerry Lake
Thanks, (Ignacio) I came up with this snip $counter++; if ($counter "4") { $counter = "1"; echo "/trtr bgcolor=" . $colors[ $i ++ % count( $colors ) ] . ""; } /snip Jerry Lake -Original Message- From: Ignacio Vazquez-Abrams

[PHP] checkboxes into MySQL

2001-01-15 Thread Jerry Lake
I know this has been discussed, but it messing with me. in a script I'm working on I pull out an array of checkboxes from a database, how do I store what people select back to the DB all I end up with is the last selection of the array. Jerry Lake -Original Message- From: jeremy

[PHP] checkboxes into MySQL(trying again)

2001-01-15 Thread Jerry Lake
um_cost"]; $large_cost = $myrow["large_cost"]; $category = $myrow["category"]; /snip snip echo "td valign=top align=left\r\n"; echo "input type=checkbox name=".$name." value=".$cost."".$name."/td"; echo "/td\r\n&quo

[PHP] advise (MyCart)

2001-01-12 Thread Jerry Lake
and toppings, if anyone has any ideas on how to go about what I'm trying I'd appreciate it. Jerry Lake -- 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] CodeCharge

2001-01-12 Thread Jerry Lake
Does anyone know if CodeCharge create SQL dump files as well as the code, or do you have to create them for your specific needs? Jerry Lake -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: [PHP] regex

2001-01-12 Thread Jerry Lake
3500 records and I'd hate to have to do it by hand any ideas? Jerry Lake- [EMAIL PROTECTED] -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 3:25 PM To: Jerry Lake; [EMAIL PROTECTED] Subject: RE: [PHP] regex depends. is the set of strings

RE: [PHP] regex

2001-01-12 Thread Jerry Lake
dds the comma after every word that is followed by one space and not just the first occurance Jerry Lake -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 3:41 PM To: Jerry Lake; [EMAIL PROTECTED] Subject: RE: [PHP] regex looks like you need to find all t

RE: [PHP] How can I get a random number

2001-01-10 Thread Jerry Lake
We may as we set it up in space to minimalize gravity and friction -can't be adding any predictable forces ;) Jerry Lake -Original Message- From: Philip Olson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 3:19 PM To: Cal Evans Cc: [EMAIL PROTECTED] Subject: RE: [PHP] How

RE: [PHP] How can I get a random number

2001-01-10 Thread Jerry Lake
I'll go ahead and get that investment money rolling, as soon as I see my return from mindpixel...haha! I hear that MIR can be had for about the cost of a decent case of vodka though Jerry Lake -Original Message- From: Philip Olson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10