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 wrote: > On Mon, Feb 1, 2010 at 9:54 PM, Michael A. Peters wrote: > > > Daevid Vincent wrote: > > > >> >

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 wrote: > On Thu, Aug 6, 2009 at 8:20 AM, abdulazeez alugo > 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
I like 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. & == & 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. > > > >

Re: [PHP] simplexml

2008-07-10 Thread Nate Tallman
You have to handle the html special chars. & == & 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. > > > >

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: substr($fullURL, 0, 9)."..." 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

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

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

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

2008-06-05 Thread Nate Tallman
php.net/arrays??? > > -Shawn > > Nate Tallman wrote: > >> 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]> [EMAIL

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 I

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

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 t

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

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 director

Re: [PHP] Internet Explorer Caching

2007-08-29 Thread Nate
ase and HelpDesk software > > that can cut the cost of online support > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. Version: 7.5.484 / Virus Database: > > 269.12.10/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, visit

Re: [PHP] php + cURL issue

2005-11-26 Thread Nate Nielsen
view the debug information here : http://70.84.198.254/index.html thanks again, Nate Nielsen [EMAIL PROTECTED] - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: Sent: Friday, November 18, 2005 11:04 PM Subject: Re: [PHP] php + cURL issue On Fri, Nov 18,

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

2005-11-18 Thread Nate Nielsen
. I 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] - Origin

Re: [PHP] php + cURL issue

2005-11-18 Thread Nate Nielsen
ome cash. Up to you. Any help is greatly GREATLY appreciated!! Thanks again, Nate Nielsen [EMAIL PROTECTED] - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: Sent: Thursday, November 17, 2005 9:28 PM Subject: Re: [PHP] php + cURL issue On Thu, No

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&quo

[PHP] php + cURL issue

2005-11-17 Thread Nate Nielsen
MSSQL 2k and/or mySQL (different server), 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]

[PHP] auto reply framework

2005-07-02 Thread Nate Tanner
r already got message M2 at least 30 days ago Etc. 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

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:

[PHP] regex issue

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

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 P

[PHP] paypal ipn - subscriptions

2004-11-14 Thread nate
month after that date? Anyone have experience creating something like this? Would really appreciate hearing how you did it. Or if you haven't, but have ideas, let me know! Thanks! Nate

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. image.php --- $sql = "select where id = '$id'"; echo $mydata2->photo; Nate -Original Message- From: John Taylor-Jo

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

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). 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 to all My problem is t

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($Ca

[PHP] recursive function not returning anything..

2004-11-07 Thread nate
y when I uncomment the //print_r($Path) inside the function 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: 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

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

[PHP] best way to store images

2004-11-05 Thread nate
ss images by their name rather 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

[PHP] Re: What does this do?

2003-06-10 Thread nate parsons
Hey Stephen, Check this out: $bob = "dog"; $joe = "bob"; print ${bob}; print ""; 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] 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 i

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

Re: [PHP] regex

2003-03-22 Thread Nate
eg_replace('%INCLUDE_FILE\\[[^\\]]*\\]%','',$final_footer); > > 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 %INCL

Re: [PHP] regex

2003-03-22 Thread Nate Sanden
gt; preg_replace('%INCLUDE_FILE\\[[^\\]]*\\]%','',$final_footer); > > 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 be

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

[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

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 PROTECT

[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 General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

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

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

Re: [PHP] file-upload.errors

2003-02-17 Thread Nate
} else { $arewegood="1"; $size=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

[PHP] file-upload.errors

2003-02-17 Thread Nate
loaded, however, if I try 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

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

[PHP] Re: session

2002-04-02 Thread Nate
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 "\n"; echo "location.href=\"retief.php?".SID."\"\n"; echo "\n"; "Nate"

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

Re: [PHP] class instance name

2002-04-01 Thread Nate
anual/en/function.get-class.php > > (a 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 i

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

Re: [PHP] Cache Being Bad

2002-02-11 Thread nate
t;.gmdate("D, d M Y H:i:s", time() + $maxage)." GMT"; $CacheControl = "Cache-Control: must-revalidate, max-age=".$maxage.", "; $CacheControl.= "s-max-age=".$maxage; Header($CacheControl); Header($Modified); Header($Expires); } cache_control(0);

[PHP] Cache Being Bad

2002-02-11 Thread nate
", time() + $maxage)." GMT"; $CacheControl = "Cache-Control: 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

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

2001-11-16 Thread Nate Carlson
e it a shot, though. Thanks! -- 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 PROTE

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

2001-11-16 Thread Nate Carlson
the array 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 :

Re: [PHP] php & javascript

2001-10-03 Thread nate
> > So... In order to use this script my button has to have > > onClick="checkAll(document.myform.email)" and my check boxes have to > > have name="email" but i need to name them name="email[]" in order to > > pass the variables as an array in php. i

Re: [PHP] php & javascript

2001-10-03 Thread nate
--> > > > > > > So... In order to use this script my button has to have onClick="checkAll(document.myform.email)" and my check boxes have to have name="email" but i need to name them name="email[]" in order to pass the variables as an array in php. ive

[PHP] php & javascript

2001-10-03 Thread nate
o 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] 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 st

[PHP] Stupid Cookie Question

2001-09-17 Thread nate
t if you set a negative time but I never set a time to it in the first place. Thanks, Nate

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

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

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

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: And you obviously cant include pages from other servers.. - Original Message - From: "Andreas Sartori" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 13, 200

[PHP] cookies

2001-09-13 Thread nate
ookie. Thanks a bunch, Nate

[PHP] cookies

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

Re: [PHP] displaing news

2001-09-12 Thread nate
news,authors ORDER BY `id` DESC",$db); > > while($myrow=mysql_fetch_array($result1)) > { > echo " src=images/r13.gif> > width=100%>" . > $myrow["headline"] . " > Posted by mailto:"; . > $myrow["email"] . ">" . > &

[PHP] displaing news

2001-09-12 Thread nate
t; So the results would look something like: $Headline Posted by $author at $time $news 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] news display

2001-09-12 Thread nate
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

Re: [PHP] difference between

2001-09-09 Thread nate
Though i'm a bit of a newbie myself, I believe the only difference between the 2 is that some servers require To: <[EMAIL PROTECTED]> Sent: Sunday, September 09, 2001 11:43 AM Subject: [PHP] difference between Hi, > > I am a newbie at this PHP thing and I have been working from information > on

[PHP] Ordering a query

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

[PHP] auto increment

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

[PHP] ordering a query

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

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

2001-09-06 Thread nate
7;t have a clue where to start. Any suggestions, or anyone ever done this? Thanks, Nate

[PHP] mysql_fetch_array

2001-09-06 Thread nate
Can someone tell me what i'm doing wrong here? mysql_fetch_array($result2)) { echo "Print 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] image problem

2001-09-04 Thread nate
I'm not sure if this is a problem with my php coding or html or the server or what, but I made a simple photo album that just basically lets users add a pic of themselves through a form and it records the url of their pic in a sql db and then i just display it on a page. Now the problem is only

[PHP] replacing a carriage return with an html break

2001-09-03 Thread nate
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 PROTECTE

[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: 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 response that say