[PHP] php / mysql / js search result question

2005-12-27 Thread Dave Carrera
Hi List, I have a very long list of customer names which i know is easy to get from a mysql result using php, no prob there. But what i would like to do is offer input box and when the user enters a letter, i think this will require client side onchange(), the full list, i think might be in

Re: [PHP] PDF documentation

2005-12-27 Thread Rory Browne
/me thinks that the OP needs to DL the html.gz manual, procure htmldoc, chant the magic incantation(i.e. type in the correct command), and wait for his PDF document to appear. On 12/25/05, Paul Waring [EMAIL PROTECTED] wrote: On 12/25/05, John Meyer [EMAIL PROTECTED] wrote: Hi, does the PHP

[PHP] Infinite subcategories

2005-12-27 Thread Danny
Hi All, Time ago, somebody sent a sample to the list about how to do an infinite subcategories, based on parent field. I´ve been googling, and searching my mail history, but cannot find it. The objective is to create a tree with categories and subcategories of documents, but with no limit

Re: [PHP] Infinite subcategories

2005-12-27 Thread Jochem Maas
Danny wrote: Hi All, Time ago, somebody sent a sample to the list about how to do an infinite subcategories, based on parent field. I´ve been googling, and searching my mail history, but cannot find it. probably your stuck because your not searching for the correct terms ... you wouldn't

[PHP] Varchar date to real date?

2005-12-27 Thread William Stokes
Hello, This is propably a more of a MySQL question but here we go anyway... I have a DB that has dates stored in a table. The date field type is Varchar (don't ask why... :( The dates are stored using european date format DD.MM.. I need somehow convert the dates to the format MySQL uses

RE: [PHP] Varchar date to real date?

2005-12-27 Thread Jim Moseby
Hello, This is propably a more of a MySQL question but here we go anyway... I have a DB that has dates stored in a table. The date field type is Varchar (don't ask why... :( The dates are stored using european date format DD.MM.. I need somehow convert the dates to the format

RE: [PHP] Varchar date to real date?

2005-12-27 Thread Jim Moseby
I think I need some help/ideas with this... If I can get this done how can I still display the dates in european format at my web page? Do I have to break the date to pieces and some how re-arrange it to the DD.MM. format or is the some clever function for this that can

Re: [PHP] PHP Frameworks

2005-12-27 Thread Scott DeMers
I've tried mvc, Cake, and Prado. Each is a port of a framework for a different language (Java struts, ruby rails and asp.net respectively). Of the three, my favorite has been Prado, because of its emphasis on the user interface of the web app. My choice isn't based on any metrics, i just

[PHP] Re: Varchar date to real date?

2005-12-27 Thread Rosty Kerei
You should better store your dates in unix timestamp, integer format and then display it on your web site with using date(), or smarty date_format function in any format you wish. Sincerely, Rosty Kerei [EMAIL PROTECTED] William Stokes [EMAIL PROTECTED] wrote in message news:[EMAIL

[PHP] Re: PHP Frameworks

2005-12-27 Thread Petr Smith
Simon Reye wrote: I'm moving away from Cold Fusion and am considering java or php. I've mucked around with Struts and Coccoon on the java side and think they are great. There does not however seem to be any well backed projects similar to these for php. Can anyone point me to a good php

Re: [PHP] Re: PHP Frameworks

2005-12-27 Thread Paul Scott
On Tue, 2005-12-27 at 17:49 +0100, Petr Smith wrote: Can anyone point me to a good php MVC framework? What about http://www.symfony-project.com/ ?? Anyone using it? There is also a relatively new application framework, out of Africa, called KINKY. http://avoir.uwc.ac.za/projects/nextgen

[PHP] Default charset

2005-12-27 Thread Graziano Liberati
Hi, I need to set the default charset for my application to UTF-8 instead of the default one of the webserver that is ISO-8859-1. I've tried to change the value of default_charset in php.ini and all it's ok, but I need to set the value only for one application so I've tried to use the ini_set

[PHP] Re: Default charset

2005-12-27 Thread M. Sokolewicz
at the top of your script you could add a: header('Content-Type: text/html; charset=UTF-8'); that would work aswell (according to RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17) ;) - tul Graziano Liberati wrote: Hi, I need to set the default charset for my

Re: [PHP] Re: Default charset

2005-12-27 Thread Graziano Liberati
At Tuesday 27 December 2005 19:36, M. Sokolewicz you wrote: at the top of your script you could add a: header('Content-Type: text/html; charset=UTF-8'); that would work aswell (according to RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17) ;) - tul I want to set

[PHP] load testing tools

2005-12-27 Thread Dan McCullough
Anyone have any opinions or suggestions on cheap/free load testing tools for dynamic sites? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] load testing tools

2005-12-27 Thread Greg Donald
On 12/27/05, Dan McCullough [EMAIL PROTECTED] wrote: Anyone have any opinions or suggestions on cheap/free load testing tools for dynamic sites? Apache Bench: /usr/sbin/ab on this particular box. Curl: /usr/bin/curl To test dynamic or protected pages you can use curl to get a session

RE: [PHP] load testing tools

2005-12-27 Thread Jared Williams
Anyone have any opinions or suggestions on cheap/free load testing tools for dynamic sites? Microsoft WAST http://www.microsoft.com/technet/archive/itsolutions/intranet/downloads/webstres.mspx Jared -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] load testing tools

2005-12-27 Thread John Meyer
On Tuesday 27 December 2005 12:45 pm, Jared Williams wrote: Anyone have any opinions or suggestions on cheap/free load testing tools for dynamic sites? Microsoft WAST http://www.microsoft.com/technet/archive/itsolutions/intranet/downloads/web stres.mspx Jared You violated one of the Ten

Re: [PHP] load testing tools

2005-12-27 Thread tg-php
Oh boy.. here we go.. hah.. can we refrain from a giant anti-Microsoft war type thing? I'll use whatever does the job. MS actually has some good free tools for certain things. And then they have a lot of retarded stuff (why is it that I can't use my mouse wheel in ANY VBA editing window?

[PHP] xmlspecialchars

2005-12-27 Thread Richard Lynch
I'm creating some XML data, but not using any of the built-in PHP XML functions, as they are not necessarily available on all servers. I need to encode Data (CDATA) such as URLs etc. htmlspecialchars() works on all my test cases so far, but is it right?... Please cc: me on replies -- I'm way

[PHP] Repost: GD/Freetype text problems with bold or size 8

2005-12-27 Thread Jason Young
Is anyone able to assist with this? I need to have 6 point fonts looking like they should, instead of all scrunched up. Paid consultation okay, if that's what's stopping an answer. What needs to be changed in the bundled GD source to make these fonts look decent? Thank you. Jason Young

[PHP] PhP

2005-12-27 Thread James Lumb
Hi, Does anyway know whether there is a PHP function which creates a new file? i know there is fwrite, fopen etc but is there any way of creating a new file? Thanks, James _ Are you using the latest version of MSN Messenger?

[PHP] Creating a new file (apologies to anybody on php-db who got this)

2005-12-27 Thread John Meyer
On Tuesday 27 December 2005 4:07 pm, James Lumb wrote: Hi, Does anyway know whether there is a PHP function which creates a new file? i know there is fwrite, fopen etc but is there any way of creating a new file? Thanks, James fopen() will create a new file if you open it for writing and it

[PHP] Re: PhP

2005-12-27 Thread Al
James Lumb wrote: Hi, Does anyway know whether there is a PHP function which creates a new file? i know there is fwrite, fopen etc but is there any way of creating a new file? Thanks, James _ Are you using the latest version of

[PHP] To the person who told me about HTMLdoc

2005-12-27 Thread John Meyer
Do I run it as htmldoc -f pdfmanual.pdf --book in that directory with the HTML files, or what? And secondly, do I use the multiple pages or the continuous one page? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to create a php5 extensions on C/C++, reflecting php Class Api's ?

2005-12-27 Thread Edwin Barrios
Hi,I'm a PHP web programing, but i wanna learn how to develop php5 extensions on C/C++. I found php5 a good language to apply Objects programing, and it has very usefull examples of OO extensions as SimpleXML, DOM, Sqlite; for this reason i wanna develope my extension following those styles of

[PHP] Storing serialized data to DB

2005-12-27 Thread Sumit Chachra
hi all, Not very php specific so please pardon me if I am posting in the wrong forum. I have a chunk of data which I am trying to cache. I serialize this data using the serialize() function in php. I am wondering what would be a good attribute type in my DB to store such (potentially long)

Re: [PHP] how to create a php5 extensions on C/C++, reflecting php Class Api's ?

2005-12-27 Thread Gustavo Narea
Hello, Edwin. Edwin Barrios wrote: Hi,I'm a PHP web programing, but i wanna learn how to develop php5 extensions on C/C++. I found php5 a good language to apply Objects programing, and it has very usefull examples of OO extensions as SimpleXML, DOM, Sqlite; for this reason i wanna develope my

[PHP] mysqli module in php 4

2005-12-27 Thread Bagus Nugroho
Hi All, Is mysqli module enable by default on php 4 as mysql module. If not enable by default, where I can get this module(hopefully a direct link to download) Thanks in advance