Re: [PHP] OT- why is network solutions more than godaddy?

2007-08-03 Thread Austin Denyer
Robert Cummings wrote: On Fri, 2007-08-03 at 14:22 -0400, blackwater dev wrote: I have to register a bunch of names and am trying to figure out why I would pay $35 when I can just pay $9 at godaddy. Does godaddy own it and I lease it from them??? No, you own it. But, don't make your final

Re: [PHP] Denial of Service Attack

2007-07-20 Thread Austin Denyer
Daniel Brown wrote: On 7/20/07, Sascha Braun, CEO @ ejackup.com [EMAIL PROTECTED] wrote: Today I was writing an E-Mail here in the List since that time, my webserver detects a virus which is described as a denial of service attack. Thank you fellows! This is really a reliable list.

Re: [PHP] Pirate PHP books online?

2007-07-19 Thread Austin Denyer
Jim Moseby wrote: The problem with that, though, is that a lot of publishers require exclusivity, so an author is bound (no pun intended) by contract not to publish elsewhere - including on their own website. The idea of even offering an electronic version should be to drive sales for

Re: [PHP] Re: A way to stop spam on this list

2006-08-14 Thread Austin Denyer
Michelle Konzack wrote: Late answer, but I was coming back yesterday from Palestine, after the Israelien Terror Authority had arrest me for making tonns of photos and Videos about Israeli military crime... (shooting children and pregnant women) Plonk Regards, Austin. signature.asc

Re: [PHP] yahoo thinks html mail is spam, what's wrong with header?

2006-08-07 Thread Austin Denyer
blackwater dev wrote: Hello all, When I try to send email from my server as html, my yahoo account and several of my user's email accounts mark it as spam. I can send a normal email via mail() just fine but when I try to to html, it's bad. I've played with a few things but can't seem to

Re: [PHP] php behind firewall

2006-08-04 Thread Austin Denyer
Jim Moseby wrote: I recently read an article about IP fingerprinting. The concept is that every PC-NIC-CABLE-FIREWALL combination has subtle, but measurable differences in the way they communicate. It was very in-depth, but it worked amazingly well. If I can find the article, I'll post

Re: [PHP] php behind firewall

2006-08-04 Thread Austin Denyer
Jochem Maas wrote: John Nichel wrote: Well, if you would stop using the Vic20, and upgrade! how dare you call my altair a vic20. new-fangled rubbish. ;-) you want real authentication? get some carrier pidgeons like us real programmers. So, how many different tunes did you get your Altair

Re: [PHP] php behind firewall

2006-08-04 Thread Austin Denyer
Jim Moseby wrote: Found it: http://www.caida.org/publications/papers/2005/fingerprinting/ Thanks! Interesting stuff... Regards, Austin. signature.asc Description: OpenPGP digital signature

Re: [PHP] Books: PHP and WAP

2006-07-26 Thread Austin Denyer
Angelo Zanetti wrote: Hi all, I need some recommendations for books: are there any good books on PHP and WAP/WML? Also (OT) a recommendation regarding books for CSS2 and XHTML. http://www.hudzilla.org/phpbook/ Regards, Austin. signature.asc Description: OpenPGP digital signature

Re: [PHP] convert byte to MB

2006-07-25 Thread Austin Denyer
Andrei wrote: So what u'r trying to say is that we should use KiB and not KB for kilobytes? That's funny! I know a lot of people who do just that. Regards, Austin. signature.asc Description: OpenPGP digital signature

Re: [PHP] Basic PHP knowledge test

2006-07-20 Thread Austin Denyer
Ray Hauge wrote: Don't forget making it secure. Here is one of my questions people can use if they like. Feel free to re-word it. I'm a programmer, not a writer ;) What change(s) would you make to the following code to make it more secure? $id = $_GET['id']; mysql_query(“DELETE FROM

Re: [PHP] PAYMENT TRANSACTION

2006-07-20 Thread Austin Denyer
BBC wrote: How are you all? I hope some body can give me some references for internet payment. I made a kind of shopping cart in my project; even though I was doubt in making it caused I don't have any idea how to make internet transaction. But I just heard from a friend of mine that we can

Re: [PHP] Multiple sessions

2006-07-12 Thread Austin Denyer
Stut wrote: I'm confused as to why you need a solution to this 'problem'. How likely is it that you'll have 2 users trying to access your site on the same machine at the same time? If it is likely (although I don't see how) then you need to design your session data as an array keyed on the

Re: [PHP] GD to database directly

2006-07-10 Thread Austin Denyer
Peter Lauri wrote: [snip] 1. Do not store images in a database, it is just a bad idea from a performance perspective (as has been covered many times heretofore). [/snip] Is that really the case? Is this not depending on the application? :) My application will never grow, and I can easily

Re: [PHP] private $foo

2006-03-29 Thread Austin Denyer
tedd wrote: At 3:56 PM +0100 3/29/06, Dan Parry wrote: I can see a pattern emerging here... Chaos? You had chaos? All we had was this sodding great explosion... :-) Dan Great explosion!? You had a Great explosion!? All we had was xml and everyone knows you can't do anything with

Re: [PHP] Re: PDFLib or some free solution?

2006-03-21 Thread Austin Denyer
Anas Mughal wrote: ezPDF (http://www.ros.co.nz/pdf/) worked well for me so far. Sadly, the code has been updated for a while now! I second the vote for ezPDF. I use it here, and it works great. Regards, Ozz. signature.asc Description: OpenPGP digital signature

Re: [PHP] mktime month

2006-03-10 Thread Austin Denyer
Mark Steudel wrote: Im a little confused on the number I should use for the month: Take the following: echo date('Ymd', mktime(0, 0, 0, 3, 0, date(Y)) ); I expected it to output: 20060331 But instead it outputs 20060228. Correct. You are asking it for the zeroth day of March,

Re: [PHP] Re: Is this possible with php

2006-03-06 Thread Austin Denyer
(Re-sending as I accidentally sent my original post directly to Al) Al wrote: Mace Eliason wrote: I really don't think this is possible from what I know of php, but I thought I would as the experts. Is it possible to have php create directories and move files on a local machine. I have

Re: [PHP] How do I ...

2006-03-02 Thread Austin Denyer
Anthony Rodriguez wrote: Hi! How do I un-subscribe to this list? There are three ways to do this. 1. Read the footer of every e-mail on this list - it contains the instructions. 2. Read the headers of every e-mail on this list - they contain the instructions. 3. Send $100,000 in

Re: [PHP] Re: need a php multiple/mysql choice quiz

2006-02-20 Thread Austin Denyer
On Mon, 20 Feb 2006 16:24:32 - Dan Parry [EMAIL PROTECTED] wrote: what kind of mushrooms? rainbow colored ones =) Think they're illegal in the UK... I think just about EVERYTHING is illegal in the UK. Well, except for vacation time - that's just illegal in the US. #;-D Regards,

Re: [PHP] Results In Variable

2006-02-06 Thread Austin Denyer
On Mon, 06 Feb 2006 07:14:21 -0600 Pastor Steve [EMAIL PROTECTED] wrote: Greetings, I am attempting to put the results of a ³while² loop into a variable. Example: $result = mysql_query(³SELECT filename, page_title FROM table²); while ($row = mysql_fetch_assoc($result)) {

Re: [PHP] get me off

2006-02-06 Thread Austin Denyer
On Mon, 06 Feb 2006 14:20:26 -0500 Chandler Zwolle [EMAIL PROTECTED] wrote: stop i hate ur mailing list and i cant get off -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Try one or more of the following: 1. The unsubscribe link that

Re: [PHP] questions regarding PHP and Forms

2006-01-27 Thread Austin Denyer
On Fri, 27 Jan 2006 12:28:07 -0700 Paul Goepfert [EMAIL PROTECTED] wrote: I am writing my first website in php. I have a few questions. 1) I need to do vaildation on form values that I have entered into a form. Is there a way I can write the vaildation code on the same page as the form

Re: [PHP] put method

2006-01-24 Thread Austin Denyer
On Tue, 24 Jan 2006 23:47:46 +0530 sunaram patir [EMAIL PROTECTED] wrote: i think i would be clearer with this code i have written to do that but in vain. snip echo form method='put' action='putMethod.php' enctype='multipart/form-data'; echo Send this file: input name='userfile'

Re: [PHP] phpmyadmin import

2006-01-23 Thread Austin Denyer
On Mon, 23 Jan 2006 15:37:37 +0200 William Stokes [EMAIL PROTECTED] wrote: When importing data from file with phpmyadmin the file max size is 2 048kb. Can this be changed to accept larger files? Yes. Look at your php.ini file - change the upload_max_filesize to the filesize you want.

Re: [PHP] Adventures in Cookies

2006-01-23 Thread Austin Denyer
On Mon, 23 Jan 2006 11:30:32 -0500 tedd [EMAIL PROTECTED] wrote: While I'm sure this is obvious for most, but I just discovered this. Using one browser (browser A) I can access one of my pages and create a cookie with a user input value. Then using a different browser (browser B), I

Re: [PHP] Adventures in Cookies

2006-01-23 Thread Austin Denyer
On Mon, 23 Jan 2006 16:37:12 + David Grant [EMAIL PROTECTED] wrote: tedd wrote: Hi all: While I'm sure this is obvious for most, but I just discovered this. Using one browser (browser A) I can access one of my pages and create a cookie with a user input value. Then using

Re: [PHP] phpmyadmin import

2006-01-23 Thread Austin Denyer
On Mon, 23 Jan 2006 19:24:57 +0200 William Stokes [EMAIL PROTECTED] wrote: Thanks. Got that one changed to 8Mb. I ran into another issue though. I'm tryin to import a 2,5 Mb table. PhpMyAdmin import ends with fatal error while importing. Here's the error message. Fatal error: Allowed

Re: [PHP] Embedded player

2006-01-19 Thread Austin Denyer
On Thu, 19 Jan 2006 11:24:44 -0200 Rodolfo Andrade [EMAIL PROTECTED] wrote: If you are looking for compatibility then I would recommend the flash player solution. There are a *LOT* of sites that use flash so I don't think that making it a must will impact your users. I don't know which

Re: [PHP] Re: Performance Comments Question

2006-01-19 Thread Austin Denyer
On Thu, 19 Jan 2006 14:09:00 +0100 Jochem Maas [EMAIL PROTECTED] wrote: in real life you won't notice the overhead at all. and people will love you if you'r files are 90% comments :-) I've never been quite that liberal with my comments, but I do have a few files that are 50% comments...

Re: [PHP] odd behavior

2006-01-19 Thread Austin Denyer
On Thu, 19 Jan 2006 11:53:04 -0600 Jay Blanchard [EMAIL PROTECTED] wrote: Has anyone experienced this behavior before, and how do I fix that damned path to the ini? TIA! Personally, I'd fix it with a Debian install CD, but that's just me. #;-D Can't help with the Windoze issue - I don't do

Re: [PHP] Validating Radio Buttons in two directions

2006-01-17 Thread Austin Denyer
On Tue, 17 Jan 2006 10:45:01 -0500 John Nichel [EMAIL PROTECTED] wrote: Huh? Maybe I'm just not awake this morning and not understanding what you're trying to explain, but if you're using *radio* buttons, only *one* of the same name can be checked at any give time. ie: input type=radio

Re: [PHP] input validation?

2006-01-12 Thread Austin Denyer
On Thu, 12 Jan 2006 16:56:43 +0200 William Stokes [EMAIL PROTECTED] wrote: Hello, I need to check that user input text is less than 300 characters long. How? if(strlen($UserInputText) 300){ echo(Too long); } See http://www.php.net/manual/en/print/function.strlen.php Regards,