[PHP] coding brain fade

2001-05-10 Thread Jerry Lake
umm, what am I missing ? I can't get the userfile to name itself when copying... "; echo $userfile; copy($userfile, "c:/apache/htdocs/".$userfile); } else { echo "Possible file upload attack: filename '$userfile'."; } ?> Jerry La

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 To

[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 $test = "jerry"; $test = ereg_replace("^\w*", "^[a-zA-Z]{2}" ,$test); Jerry Lake Interface Engineering Technician Europa Communi

[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.europ

[PHP] install issue with 4.0.5

2001-05-03 Thread Jerry Lake
t bin]# ./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 Jerry Lake- [EMAIL PROTECTED] Interface Engineering Technician E

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

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

2001-04-26 Thread Jerry Lake
{ echo "EMPTY\n"; } } #also added in if($x % $columns != 0) { #then we know that it did not end completely, so echo you're final echo "\n"; } ?> Jerry Lake- [EMAIL PROTECTED] Interface Engineer

RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
ength 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 " " 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: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
d be. how can I make the loop echo enough " " 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 Onl

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 PROT

[PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
} else { echo "".$x."\n"; } } ?> Jerry Lake- [EMAIL PROTECTED] Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Onlin

[PHP] php install issues on IIS

2001-04-23 Thread Jerry Lake
other 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.pa

[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

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

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

2001-04-05 Thread Jerry
was able to :p my bad. but it leads me to another question, is there a way to get the file size of something opened via httpd? Jerry Bonner Systems Analyst / Web Development - email: [[EMAIL PROTECTED]] icq : [34572902] phone: [507.344.1514] fax : [507.385.6017

[PHP] fopen wierdness

2001-04-05 Thread Jerry
im trying to fopen a url with something like to following : fopen("something.com/something.txt", r); this returns a "0" now when i rename the doc to something.htm, ill get the contents? Jerry Bonner Systems Analyst / Web Development - emai

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

[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] 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] How to limit a WHILE statement?

2001-04-02 Thread Jerry Lake
Limit it in your query statement i.e. SELECT * FROM whatever LIMIT 1,20 Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Bob Stone [mailto:[EMAIL PROTECTED]] Sent

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.pacifie

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

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] 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] How do you keep your scripts secure?

2001-03-14 Thread Jerry Artman
Actually, I think the best thing is to offer good service and value to your customer . Then why would anyone want to invest the time to decompile your work to change it? On 3/14/01 8:30 PM, "Jack Dempsey" <[EMAIL PROTECTED]> wrote: > Murph wrote: >> >> Hi. >> >> So, I've written all this nif

[PHP] email a file from server

2001-03-14 Thread Jerry Lake
Is there an easy way to email a file that resides on the server to a given email address ? 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

[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

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

2001-03-13 Thread Jerry Lake
thus 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- [

[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

[PHP] upload file problems

2001-03-12 Thread Jerry Lake
Using this code I keep getting the following error. the directory exists 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] We

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

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

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

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 On

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

2001-03-08 Thread Jerry Lake
Thanks, that works great. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Joe Sheble (Wizaerd) [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 10:13 AM

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

2001-03-08 Thread Jerry Lake
echo "\n\r"; } } echo ""; closedir($handle); ?> http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Sean R. Bright [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 4:50 PM To: 'Jerry Lake&

[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

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 To

[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/) To

[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] regex frustration

2001-02-28 Thread Jerry Lake
will select the first name and the space, but I just need the space. any ideas? 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

[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

RE: [PHP] php quit working

2001-02-26 Thread Jerry Lake
I used a .php extension which phpmyadmin uses also it is rather odd, it worked until I loaded phpmyadmin (i unloaded it, but nothing fixed) Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com

[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] 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] 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 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: Tuesday

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

RE: [PHP] input type=file

2001-02-16 Thread Jerry Lake
so then maybe, if I understand it correctly (which may or may not be true) I could read the contents or a directory and populate a dropdown list...? Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com

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

[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

[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

Re: [PHP] <- functions returning multiple values Followup

2001-01-26 Thread Jerry Artman
Would it be easier to return an OBJECT populated with all the items one might need? On 01/22/2001 12:38 PM, "Matt McClanahan" <[EMAIL PROTECTED]> wrote: > On Mon, 22 Jan 2001, Abe Asghar wrote: > >> Hey there, >> >> is there a way that you can get a function to return multiple values. e.g.: >

Re: [PHP] Re: PHP connecting to FIlemaker Database

2001-01-19 Thread Jerry
y can just do it, without even knowing that what they're doing is called a "report" and requires a "front end". :*) Are there any easy to use SQL front ends for Unix? Jerry -- http://www.hoboes.com/jerry/ "Give a man a fish and you feed him for a day. Teach him to f

RE: [PHP] Ultimate Editor

2001-01-18 Thread Jerry Lake
I just installed Bluefish a few days ago. I haven't had a lot of time to mess with it, but it seems like a Linux variety of homesite (which is great with me) I'll give it a week or two and see what I think. anyone else? Jerry Lake -Original Message- From: Scott Gerhardt [mai

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] MySQL and Array Problem

2001-01-17 Thread Jerry Lake
back as 1 and if I try to implode it it says Warning bad argument to implode() and if I do this echo "".$name.""; $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...? Jerr

Re: [PHP] I love/hate FrontPage - need another HTML editor.

2001-01-17 Thread Jerry
up some style sheets that carry > across all your pages without you having to type in all the code for > every page, you're golden. Why would you type in style sheet code on every page if you do it by hand? Doesn't that defeat half the purpose of style sheets? Jerry -- http://www

RE: [PHP] string replace

2001-01-16 Thread Jerry Lake
Here is a bad way to do it, but it works Jerry Lake -Original Message- From: Tait Grove [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 12:01 PM To: PHP GENERAL Subject: [PHP] string replace How can I strip everything past a certain character in a string? i.e.: $foo

[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

[PHP] checkboxes into MySQL(trying again)

2001-01-15 Thread Jerry Lake
uot;; echo "\r\n"; } if ($counter < 3) { while ($counter < 3) { echo " "; $counter++; } } echo ""; echo ""; // memory flush mysql_free_result($result2); //end topping section Jerry Lake- [EMAIL PROTECTED] Web Designe

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

RE: [PHP] looping

2001-01-15 Thread Jerry Lake
Thanks, (Ignacio) I came up with this $counter++; if ($counter > "4") { $counter = "1"; echo ""; } Jerry Lake -Original Message- From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 1:22 PM To: Je

[PHP] looping

2001-01-15 Thread Jerry Lake
; $personal_cost = $myrow["personal_cost"]; $small_cost = $myrow["small_cost"]; $large_cost = $myrow["large_cost"]; $category = $myrow["category"]; echo ""; echo ""; echo $name; echo ""; echo "".$cost.""; e

RE: [PHP] regex

2001-01-12 Thread Jerry Lake
pt that it adds 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 yo

RE: [PHP] regex

2001-01-12 Thread Jerry Lake
bout 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 o

RE: [PHP] regex

2001-01-12 Thread Jerry Lake
and how would I go about that? Jerry Lake -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 3:10 PM To: Jerry Lake; [EMAIL PROTECTED] Subject: Re: [PHP] regex yes At 23:54 12.1. 2001, Jerry Lake wrote the following

[PHP] regex

2001-01-12 Thread Jerry Lake
is it possible with regex to change one or more text characters followed by a space into the same characters followed by a tab? 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

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

[PHP] advise (MyCart)

2001-01-12 Thread Jerry Lake
sizes 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]

RE: [PHP] ik

2001-01-11 Thread Jerry Lake
l Jerry Lake -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 3:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] ik k - Original Message - From: <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Thursday, January 11, 200

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, Janua

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

[PHP] more shopping cart crap

2001-01-09 Thread Jerry Lake
anywhere to get started, please let me know. Regards, 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]

<    1   2   3