Re: [PHP] OpenID

2010-02-05 Thread Nate Benes
There is a openID mailing list set up if anyone has any technical questions, gene...@openid.net -Nate On Fri, Feb 5, 2010 at 4:57 PM, haliphax halip...@gmail.com wrote: On Mon, Feb 1, 2010 at 9:54 PM, Michael A. Peters mpet...@mac.com wrote: Daevid Vincent wrote: -Original

Re: [PHP] Warning: OutsourcingRoom.com

2009-08-06 Thread Nate Benes
more legal-eagle than myself. Nate n...@grapepudding.com On Thu, Aug 6, 2009 at 8:05 AM, Andrew Ballard aball...@gmail.com wrote: On Thu, Aug 6, 2009 at 8:20 AM, abdulazeez alugodefati...@hotmail.com wrote: Well, I try not to give out my details to too many people each month

[PHP] Programming With Revision History

2008-07-28 Thread Nate Tallman
the way wikimedia handles revision history, but I'm just curious what my options are. Thanks, Nate

Re: [PHP] simplexml

2008-07-10 Thread Nate Tallman
You have to handle the html special chars. == amp; On Thu, Jul 10, 2008 at 10:59 AM, Joakim Ling [EMAIL PROTECTED] wrote: Hi I'm using simplexml to create some xml files. Here's a stripped example, how can I get this to work? Tried millions different ways still no joy. ?php

Re: [PHP] simplexml

2008-07-10 Thread Nate Tallman
You have to handle the html special chars. == amp; On Thu, Jul 10, 2008 at 10:59 AM, Joakim Ling [EMAIL PROTECTED] wrote: Hi I'm using simplexml to create some xml files. Here's a stripped example, how can I get this to work? Tried millions different ways still no joy. ?php

Re: [PHP] Splitting up long URLs

2008-07-01 Thread Nate Tallman
If you want to do it on the php side, I would do something like this: a href=$fullURLsubstr($fullURL, 0, 9)/a It would provide a valid link using the full url, but chop off everything after the 10th character and replace with a Nate On Tue, Jul 1, 2008 at 3:45 PM, Boyd, Todd M. [EMAIL

Re: [PHP] Re: Search like php.net's URL thingy

2008-06-18 Thread Nate Tallman
On Tue, Jun 17, 2008 at 3:22 PM, Jon Drukman [EMAIL PROTECTED] wrote: Nate Tallman wrote: Why is an ErrorDocument insufficient or not the elegant way? It accomplishes the goal in a clean way, no? It's *WRONG*. ErrorDocument still preserves the 404 error code, it just gives it a prettier

Re: [PHP] Re: Search like php.net's URL thingy

2008-06-05 Thread Nate Tallman
Why not just set: ErrorDocument 404 /path/to/some/script.php Then check $SERVER['REDIRECT_URL'] for the failed request. On Thu, Jun 5, 2008 at 2:41 PM, Shawn McKenzie [EMAIL PROTECTED] wrote: Ryan S wrote: Hey, one of the things that make the php.net site so cool is how easy it is to find

Re: [PHP] Re: Search like php.net's URL thingy

2008-06-05 Thread Nate Tallman
ErrorDocument 404 /path/to/some/script.php * $_SERVER['REDIRECT_URL'] (somehow misplaced underscore) On Thu, Jun 5, 2008 at 2:50 PM, Nate Tallman [EMAIL PROTECTED] wrote: Why not just set: ErrorDocument 404 /path/to/some/script.php Then check $SERVER['REDIRECT_URL'] for the failed request

Re: [PHP] Re: Search like php.net's URL thingy

2008-06-05 Thread Nate Tallman
Not true, Apache does return a 404, but IE will use the custom 404 page if it is available. Nate On Thu, Jun 5, 2008 at 2:57 PM, Shawn McKenzie [EMAIL PROTECTED] wrote: As far as I remember, errordocument still send the code, in this case 404 to the client. In the case of IE

Re: [PHP] Re: Search like php.net's URL thingy

2008-06-05 Thread Nate Tallman
/blog/404-pages-in-google-toolbar/ On Thu, Jun 5, 2008 at 3:06 PM, Shawn McKenzie [EMAIL PROTECTED] wrote: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807 Also, why would you want Google let's say, to receive a 404 Not Found header for http://php.net/arrays??? -Shawn Nate

Re: [PHP] Re: Search like php.net's URL thingy

2008-06-05 Thread Nate Tallman
Why is an ErrorDocument insufficient or not the elegant way? It accomplishes the goal in a clean way, no? Nate On Thu, Jun 5, 2008 at 3:25 PM, Yeti [EMAIL PROTECTED] wrote: still telling Ryan to produce errors is insufficient or at least not the elegant way On 6/5/08, Nate Tallman [EMAIL

Re: [PHP] Template system in PHP

2008-02-12 Thread Nate Tallman
Ditto on Eval() PHP is already a templating system. Why go the long way around? On Feb 12, 2008 10:13 AM, Greg Donald [EMAIL PROTECTED] wrote: On 2/12/08, Xavier de Lapeyre [EMAIL PROTECTED] wrote: Do any of you guys gurls know of a way to implement that template system. eval() is my

Re: [PHP] PHP shell commands

2008-01-11 Thread Nate Tallman
To fix this scenerio, chroot would require different apache processes running under different users. On Jan 11, 2008 3:46 PM, Lucas Prado Melo [EMAIL PROTECTED] wrote: On Jan 11, 2008 2:16 PM, Daniel Brown [EMAIL PROTECTED] wrote: Make sure you change the permissions on the directory in

Re: [PHP] Internet Explorer Caching

2007-08-29 Thread Nate
/977 - Release Date: 28/08/2007 16:29 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- -Nate http://swapinvites.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] getting from one table listing from another

2007-08-18 Thread Nate
I know this is kinda crazy but I need it :P I have one table that lists name's and I have another table that has the name's and points I want to know how to list the name's of the first table by the points of the second table -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] php + cURL issue

2005-11-26 Thread Nate Nielsen
information here : http://70.84.198.254/index.html thanks again, Nate Nielsen [EMAIL PROTECTED] - Original Message - From: Curt Zirzow [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Friday, November 18, 2005 11:04 PM Subject: Re: [PHP] php + cURL issue On Fri, Nov 18, 2005 at 06

Re: [PHP] php + cURL issue

2005-11-18 Thread Nate Nielsen
. Any help is greatly GREATLY appreciated!! Thanks again, Nate Nielsen [EMAIL PROTECTED] - Original Message - From: Curt Zirzow [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Thursday, November 17, 2005 9:28 PM Subject: Re: [PHP] php + cURL issue On Thu, Nov 17, 2005 at 04

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

2005-11-18 Thread Nate Nielsen
wouldnt know where to start with regular flash as I'm a programmer, so only Flex appeals to me - but I know it can be done, and isnt extremely complicated. My guess is that you could have a flash guru whip something out pretty fast. =) -Nate Nielsen [EMAIL PROTECTED] - Original Message

[PHP] php + cURL issue

2005-11-17 Thread Nate Nielsen
), and if you need additional services, we can work that out. Please email me if you are interested in helping or if you have any ideas please!! Thanks in advance! - Nate Nielsen [EMAIL PROTECTED]

Re: [PHP] php + cURL issue

2005-11-17 Thread Nate Nielsen
also, as another note - the php version and cURL version is identical on the two machines - the main difference between them being that one is windows 2k server and the other one is windows 2k3 server (std ed) any ideas ? thanks - Original Message - From: Nate Nielsen [EMAIL

[PHP] auto reply framework

2005-07-02 Thread Nate Tanner
. Etc. So the point is that I need to be able to set up rules for what each message contains, and when each message should be sent, based on selected conditions. Is there anything out there (PHP/Mysql solution preferably) that might give some help with something like this? Thanks, Nate

[PHP] regex issue

2004-11-30 Thread nate
array( though and I just want array. Thanks for pointing out my stupidity, Nate Sanden [EMAIL PROTECTED] http://www.savingadvice.com

RE: [PHP] regex issue

2004-11-30 Thread nate
I don't want to match something like linear though. I only want to match line or line( or line; and only replace the line portion of it. Thanks, Nate -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 5:36 PM To: [EMAIL PROTECTED] Subject

[PHP] paypal ipn - subscriptions

2004-11-14 Thread nate
, but have ideas, let me know! Thanks! Nate

RE: [PHP] Sessions: I don't get it!!

2004-11-14 Thread nate
Looks like you're making it way more complicated than it needs to be. PHP will automatically tack on the Session ID tag to your local url's, but only if it needs to. There is no need to append the SID to url's manually. Nate -Original Message- From: Don [mailto:[EMAIL PROTECTED] Sent

RE: [PHP] Display an image

2004-11-12 Thread nate
You'll need to create a separate php page called image.php or something and retrieve the $mydata2-photo and output it to the browser. img src='image.php?id=1' image.php --- $sql = select where id = '$id'; echo $mydata2-photo; Nate -Original Message- From: John Taylor-Johnston

RE: [PHP] Detecting image types for uploaded images

2004-11-08 Thread nate
What about mime_content_type()... see what that returns. Nate -Original Message- From: Karthik [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 12:35 AM To: [EMAIL PROTECTED] Subject: [PHP] Detecting image types for uploaded images Hi, How do I differentiate between

[PHP] recursive function not returning anything..

2004-11-07 Thread nate
it prints the value fine, but when I try to return the value and print it outside the function I get nothing? Thanks, Nate

RE: [PHP] Re: recursive function not returning anything..

2004-11-07 Thread nate
Of course! Thank you. Nate -Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Sunday, November 07, 2004 11:03 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: recursive function not returning anything.. [EMAIL PROTECTED] wrote: function recursePathLookup($CatID

RE: [PHP] Pb'lm of Regular Expression

2004-11-07 Thread nate
These MIGHT work... I don't know though (not too good with regex). img.+src=\(.+)\.+ a.+href=\(.+)\.+ Nate -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, November 07, 2004 10:29 PM To: [EMAIL PROTECTED] Subject: [PHP] Pb'lm of Regular Expression Hi

RE: [PHP] Re: NMax

2004-11-06 Thread nate
Yeah definitely use COUNT(*) or mysql_num_rows() function. Nate -Original Message- From: David Schlotfeldt [mailto:[EMAIL PROTECTED] Sent: Saturday, November 06, 2004 9:19 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: NMax You could do it in a SQL statement SELECT COUNT(*) FROM

[PHP] best way to store images

2004-11-05 Thread nate
than a php page. So I guess my questions are which scenario do you think is best and would because mod_rewrite uses a little more overhead would that be a major issue assuming a busy site? Thanks for your help! Nate

RE: [PHP] Big table dump stopping in between

2004-11-05 Thread nate
Why on earth would you want to echo 80k rows?? :) Anyways... 1) If you have safe mode on, set_time_limit doesn't work. 2) You might check your max_execution_time value defined in the php.ini Nate -Original Message- From: Ritesh Nadhani [mailto:[EMAIL PROTECTED] Sent: Friday, November

[PHP] Re: check is pop address

2003-06-10 Thread nate parsons
Well one thing that springs to mind is you could try to connect to their mail server on port 110 995 and see if you get a response. Thats not foolproof but that might be a good place to start... -nate Philip S wrote: Hi there, I was wondering whether someone could tell me whether

[PHP] Re: What does this do?

2003-06-10 Thread nate parsons
Hey Stephen, Check this out: ?php $bob = dog; $joe = bob; print ${bob}; print BR; print ${$joe}; ? -Nate Stephen Goddard wrote: Hi, Can anyone tell me what this does ${varname} I cant find any information as to what the braces do. Cheers Steve -- PHP General Mailing List (http

[PHP] regex

2003-03-22 Thread Nate
someone give me a code example? thanks much Nate -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: how to pass variable for $_GET

2003-03-22 Thread Nate
stripslashes(\'2003-1-3 00:00:01\' AND \'2003-3-10 23:59:59\'); Domintcom [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] ok - found urldecode which is now giving me the following; \'2003-1-3 00:00:01\' AND \'2003-3-10 23:59:59\' original string; '2003-1-3 00:00:01' AND

Re: [PHP] regex

2003-03-22 Thread Nate Sanden
); Nate wrote: hi, i need to search $final_footer for a string such as %INCLUDE_FILE[/path/to/file]% (where /path/to/file could be anything) and delete it from the string. it being %INCLUDE_FILE[/path/to/file]% (not just /path/to/file) im new to regexps but im guessing I should use

Re: [PHP] regex

2003-03-22 Thread Nate
); Nate wrote: hi, i need to search $final_footer for a string such as %INCLUDE_FILE[/path/to/file]% (where /path/to/file could be anything) and delete it from the string. it being %INCLUDE_FILE[/path/to/file]% (not just /path/to/file) im new to regexps but im guessing I should use

Re: [PHP] regex

2003-03-22 Thread Nate
Worked great. Thanks so much. Leif K-Brooks [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Whoops! Try this: preg_replace('|%INCLUDE_FILE\\[[^\\]]*\\]%|','',$final_footer); Nate Sanden wrote: Thanks! That worked almost. It removed everything except for the 2 % signs. How

[PHP] Function or GD problem?

2003-03-16 Thread Nate
Function or GD problem... I have a strange problem here, hoping someone can help. The following code works great but when I make it into a function it doesn't error but it gives a RED X image. PHP: ?php include(functions.inc.php); $size = getimagesize(uploads/$src); if ($size[2]==2) {

Re: [PHP] Function or GD problem?

2003-03-16 Thread Nate
/maxgallery/admin/test1.php?src=img.jpg Just to clarify, im doing a function like -- function ResizeJPG($src) { global $full_img_url; //code below } ResizeJPG($src); -- Thanks for your help! Nate Hugh Danaher [EMAIL PROTECTED] wrote

[PHP] file-upload.errors

2003-02-17 Thread Nate
to upload a 1mb file it takes noticably longer to produce an error than say a 501 byte file. Please anyone that can help me with this I would really appreciate it. Thanks, Nate -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] file-upload.errors

2003-02-17 Thread Nate
=strlen($first_file_size_read)-1; } } Marco Tabini [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Mon, 2003-02-17 at 21:44, Nate wrote: Does this mean the file was examined by the browser and it determined it was too large OR does

Re: [PHP] Protecting files

2003-02-17 Thread Nate
Just something that crossed my mind a few times. What if another website includes this file in their own php page. That site can't access those variables can they? (I'm sure PHP wouldn't allow that but I need to put this curiousity to rest) Nate Bryan Lipscy [EMAIL PROTECTED] wrote in message

Re: [PHP] Protecting files

2003-02-17 Thread Nate
I wonder though, if they're on a the same server but different sites. Like a shared host environment. Aw the things the bewilder the mind. Nate Bryan Lipscy [EMAIL PROTECTED] wrote in message 01c2d710$81a68e20$6301a8c0@ukiuki">news:01c2d710$81a68e20$6301a8c0@ukiuki... That i

[PHP] Fw: help plz server

2003-02-10 Thread Nate
- Original Message - From: Maxim Maletsky [EMAIL PROTECTED] To: Nate [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, February 10, 2003 5:42 AM Subject: Re: help plz server please forward this email to `[EMAIL PROTECTED]' -- Maxim Maletsky [EMAIL PROTECTED] Nate [EMAIL

[PHP] Re: session

2002-04-02 Thread Nate
Try establishing the variables first then register them as session variables. I guess you can't access the session variable directly so that may also mean you cannot set the session variable if you have nothing to actually put in it... : ) R. Lindeman [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] Re: session

2002-04-02 Thread Nate
or java script to redirect instead of redirecting from the server.. That way the header info would be written... so try this... in place of the header function... echo script language='vbscript'\n; echo location.href=\retief.php?.SID.\\n; echo /script\n; Nate [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] class instance name

2002-04-01 Thread Nate
How do you determine the class instance name from within the class? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] class instance name

2002-04-01 Thread Nate
How do you determine the class instance name from within the class? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] class instance name

2002-04-01 Thread Nate
function that I keep forgetting about) Martin -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 9:53 AM To: Nate Cc: [EMAIL PROTECTED] Subject: Re: [PHP] class instance name On Monday, April 1, 2002, at 06:24 PM, Nate wrote: Ho

Re: [PHP] a user_auth script. The Script

2002-02-12 Thread nate
You have the ending } for the if statement? Nate - Original Message - From: Matthew Darcy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 12:57 AM Subject: RE: [PHP] a user_auth script. The Script was hoping someone else would see the errors I can't. I'll re

[PHP] Cache Being Bad

2002-02-11 Thread nate
-revalidate, max-age=.$maxage., ; $CacheControl.= s-max-age=.$maxage; Header($CacheControl); Header($Modified); Header($Expires); } cache_control(0); Thanks so much for reading, Nate

Re: [PHP] Cache Being Bad

2002-02-11 Thread nate
: must-revalidate, max-age=.$maxage., ; $CacheControl.= s-max-age=.$maxage; Header($CacheControl); Header($Modified); Header($Expires); } cache_control(0); Thanks so much for reading, Nate -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Example code for multiple uploads? (Using PHP 4.0.6)

2001-11-16 Thread Nate Carlson
that should contain the name of the temporary file just says 'none'. Things work fine for a single upload. Does anyone have example code for this? Thanks! :) -- Nate Carlson [EMAIL PROTECTED] | Phone : (952)943-8700 http://www.real-time.com| Fax : (952)943-8500 -- PHP General

Re: [PHP] Re: Example code for multiple uploads? (Using PHP 4.0.6)

2001-11-16 Thread Nate Carlson
! -- Nate Carlson [EMAIL PROTECTED] | Phone : (952)943-8700 http://www.real-time.com| Fax : (952)943-8500 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] php javascript

2001-10-03 Thread nate
javascript, so if you know of a better way to make a button that selects all check boxes or another way to code how the check boxes values are passed to the next page, I would be so greatful. Thanks! Nate

Re: [PHP] php javascript

2001-10-03 Thread nate
[]) but that just gives me an error for obvious reasons im sure. I don't know jack about javascript, so if you know of a better way to make a button that selects all check boxes or another way to code how the check boxes values are passed to the next page, I would be so greatful. Thanks! Nate

Re: [PHP] php javascript

2001-10-03 Thread nate
for obvious reasons im sure. I don't know jack about javascript, so if you know of a better way to make a button that selects all check boxes or another way to code how the check boxes values are passed to the next page, I would be so greatful. Thanks! Nate -- PHP General Mailing

Re: [PHP] 2 decimal places

2001-09-19 Thread nate
number_format($variable, 2, '.', '') something like that i believe - Original Message - From: Kurth Bemis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 19, 2001 7:22 PM Subject: [PHP] 2 decimal places i'm looking for a php function to add 2 decimal place sto a

[PHP] Stupid Cookie Question

2001-09-17 Thread nate
to cookies. Now i'm trying to figure out how to delete them! I know you can delete it if you set a negative time but I never set a time to it in the first place. Thanks, Nate

Re: [PHP] another easy cookie question

2001-09-14 Thread nate
Do you have any white spaces or carriage returns before your headers? If so get rid of them. - Original Message - From: George Pitcher [EMAIL PROTECTED] To: Kelly Barrett [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, September 14, 2001 3:21 AM Subject: Re: [PHP] another easy cookie

Re: [PHP] another easy cookie question

2001-09-14 Thread nate
If nothing but the header Location ran then it would send him to his page, but its not even doing that. It's giving him an error before it does that. He already mentioned he didn't have any html or anything before the headers. - Original Message - From: Niklas Lampén [EMAIL PROTECTED]

Re: [PHP] Anti Leech Script ??????? please

2001-09-14 Thread nate
Probably http://php.resourceindex.com/ ? - Original Message - From: Coenraad Steenkamp [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 3:45 AM Subject: [PHP] Anti Leech Script ??? please Does anyone know of a anti leech script and where i could get it!

[PHP] cookies

2001-09-13 Thread nate
Don't they taste great? Okay okay..

[PHP] cookies

2001-09-13 Thread nate
and it submits to this page.. Now is there something wrong with that code? cause it doesnt seem to create the cookie. Thanks a bunch, Nate

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-13 Thread nate
I'm not entirely positive but not sure if you can use the domain name in the include.. in other words try: ?php include(home.htm); ? And you obviously cant include pages from other servers.. - Original Message - From: Andreas Sartori [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-13 Thread nate
Ah, well shows what I know :) - Original Message - From: Sterling Hughes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 11:14 PM Subject: Re: [PHP] Re: WELCOME to [EMAIL PROTECTED] On Thu, 13 Sep 2001 [EMAIL PROTECTED] wrote: I'm

[PHP] news display

2001-09-12 Thread nate
and it would of course just repeat, for however many entries there is. Now the problem: If I enter 4 news posts a day, I want to show 1 date above all the news posts. (Instead of 1 date next to each news post) Any idea how I can do this (In easy to understand lingo/code please)? Thanks! Nate

[PHP] displaing news

2001-09-12 Thread nate
of 1 date next to each news post) Any idea how I can do this (In easy to understand lingo/code please)? Thanks! Nate

Re: [PHP] displaing news

2001-09-12 Thread nate
above all the news posts. (Instead of 1 date next to each news post) Any idea how I can do this (In easy to understand lingo/code please)? Thanks! Nate -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Newbie Question.. (MySQL/PHP)

2001-09-07 Thread nate
where to start. Any suggestions, or anyone ever done this? Thanks, Nate

[PHP] ordering a query

2001-09-07 Thread nate
, 02, 03, 04, etc.) Thanks again. Nate

[PHP] auto increment

2001-09-07 Thread nate
entered? Thanks, Nate

[PHP] Ordering a query

2001-09-07 Thread nate
tell the script to assign $order a default value? Thanks, Nate

[PHP] mysql_fetch_array

2001-09-06 Thread nate
some text here!; } ? Basically I just want to print text if the IP address was not found in the database, and if it was found then I want to print Print some text here! Please help! Thanks, Nate

[PHP] replacing a carriage return with an html break

2001-09-03 Thread nate
one will work and im not sure how to use them. Thanks, nate

[PHP] --with-imap-ssl

2001-03-28 Thread Nate Mueller
Does anyone know how to use imap with ssl if this configure option is given (4.0.3 and later)? I can't find anything in the docs. --Nate -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] Fopen

2001-01-25 Thread Nate
Hi there, I am trying to open remotely the file http://www.parentprofiles.com/clicker.php and am useing the code: ? $fp = fopen("http://www.parentprofiles.com/clicker.php?profile_id=" . $this-profile_id . "code=1","r"); echo $fp; ? to do it. however when I do all I get is a