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
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 ex
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 API'
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) s
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
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 M
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 a
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? Downlo
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 wrote
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 b
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? I
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
> 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: http://www.php
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
id/co
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
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 t
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 applicat
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 fu
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/nex
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 MVC
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 PR
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 th
> > 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
> >
>
> 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 f
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
(Y
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
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 i
/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
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
29 matches
Mail list logo