Since 7/15/2012 10:27:04 PM, peterfox has written 6 articles and participated in 203 conversations. peterfox signature:
peterfox's articles:
Items(6) /1
ID card system in PHP325 (5/6/2006 4:05:30 PM) comp.lang.php I'm at a loose end this afternoon and thought that I might and build the UK Government's ID card system in PHP. Could somebody lend me a ready done design? Also I need somebody to translate the government's ... Peter
Here is how to 'do PHP' without leaving a page. (+ Question)1121 (1/11/2006 2:37:36 PM) comp.lang.php A FAQ here goes something like "How can I get input from the middle of my form sent processed to PHP and the result returned to the page?" The standard answer is "You can't because PHP is server side and HTTP... Peter
Tip for generating passwords/serial numbers233 (8/2/2005 8:54:31 AM) comp.lang.php The recent thread in generating PINs reminded me: Suppose I want to give someone a random password or ID then this is what I do: (1) Generate a hash, eg. MD5 form something, possibly a random number. This gi... Peter
better programming625 (1/4/2007 8:12:55 PM) comp.lang.php Hi, A quick and most likely simply question about which is generally better programming with PHP. Is it more proper to break out of PHP code to write HTML, or is it ok rto do it within print() statements? ... delmichaeldel(1)
Encrypting Passwords1919 (1/5/2007 12:31:25 PM) comp.lang.php Hi, I have written a tool wich de/encrypts a few of my forum and bloggin-Passwords. My question is how secure it is. The following describes how I have encrypted my passwords. When I log in, the Login-Passwor... SPAM9016(19)
installation of php/apache/mysql on win98351 (1/12/2007 3:28:54 AM) comp.lang.php Greetings, I'm using an old computer - Win 98. I'd like to install php/apache/mySql on it but there are many versions and some do not recommend installing on Win98. If somebody could point me in the right dir... eddy658(3)
Dumping an array to a web page526 (1/30/2007 8:21:03 PM) comp.lang.php Is there some quick way to dump an array to a webpage and have it show up neatly formatted rather than the typical blob-o-text? Thanks, --Yan ... yan(1418)
How do I limit my number of PHP hits per second?3227 (1/31/2007 11:30:34 PM) comp.lang.php I want to protect myself from if someone with a fast connection hammers my site. It's not denial of service attacks, but offline downloaders (of course that don't show they're offline downloaders in the userage... no18(4421)
Trying to make a simple book catalog1115 (2/21/2007 1:20:49 AM) comp.lang.php Hi! I'm a librarian with a little PHP knowledge.. I'm trying to make a catalog from scratch for my library. I don't like the look of the current catalog so I'm trying to make a custom PHP/MySQL implementation.... fishmonger1972(2)
Kind of projects to develop in php.1518 (3/17/2007 11:28:59 PM) comp.lang.php Hit to all folks here, i recently got interested abiy php, i have a workable knowledge of Python and a little bit of Ruby. I just want to ask, if php is suitable for generic programming and not only for web st... aboudouvas(111)
Printing Avery Labels from a web site2929 (4/17/2007 8:16:36 AM) comp.lang.php I am just coming to grips with php, Dreamweaver and MySQL and I want to make a facility available for the members of the group I am creating my web site for. I want them to be able to print-out a list of addr... ThisIsNotMyAddress1(10)