zend.com has a lot of useful PHP resources that every PHP programmer should
check out.
Here is what you are looking for though:
http://zend.com/apidoc/
--
phill
"Bruno Haller" <[EMAIL PROTECTED]> wrote in message
000301c12442$7b3b7460$fc6cc8c8@docbru">news:000301c12442$7b3b7460$fc6cc8c8@docbru..
6 and much earlier, as
early
> as 4.0.2 (I think), are built for SQL 7.0. Frank, is that true? You can
> check CVS for the latest extensions.
>
> -Flint
>
> -Original Message-
> From: Phillip Bow [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 13, 2001 12:11
Nope they are running on my system as we speak. I would be interested to
know if there are any plans to update them though. Last I heard they were
still optimized for SQL 6.5.
--
phill
"John Meyer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Just a quick
Why is it trying to load php_sql70.dll if you said the filename was
php_mssql70.dll?
--
phill
"Quintin Blane" <[EMAIL PROTECTED]> wrote in message
01c11df1$901602d0$2fd3fea9@qablane2k">news:01c11df1$901602d0$2fd3fea9@qablane2k...
> When I add php_mssql70.dll to the dll's I want loaded in
Set your webserver to parse .htm files as php files. This produces some
overhead, but not enough to be noticable under most circumstances.
--
phill
"Rick S" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
> Anyone know how to make the URL look like a ba
You'd need the second function to accept and argument. That way you can do:
function boo() {
$foo = 3;
return $foo;
}
function ahh($foo) {
$fum = $foo + $fi;
}
$test = boo();
ahh($test);
Or you could declare $foo as a global variable, but I tend not to do it that
way.
--
phill
> Hey
I dunno about this whole internet thing. Its just a fad :) *obligitory
smily*
--
phill
""Noel Hadfield"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Learn about computers and the Internet and build a business while you are
> doing it.
>
> Just hit:
>
> mailto:[EMAIL PROTECTE
I'd have to agree with Phil(and not just because thats my name too :). If
you are using IE then you may want to change Tools->Internet Options --
General->Temp Internet Files->Settings... to every page visit if it isn't
already. If you have NS or some other browser you may want to go to the
page
Whats mem usage do during this time? Are there any tracing options to log
what is happening in IIS?
--
phill
""macky"" <[EMAIL PROTECTED]> wrote in message
9c0h2t$5tr$[EMAIL PROTECTED]">news:9c0h2t$5tr$[EMAIL PROTECTED]...
> Im new using PHP on IIS 5.0 under Win2K Pro... Installed PHP according
If those aren't there(I am pretty sure they are) then the preg commands
should work. I know I am using one form or another on my site.
--
phill
""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message
9a0j2q$5vn$[EMAIL PROTECTED]">news:9a0j2q$5vn$[EMAIL PROTECTED]...
> Hello all,
>
> I would like to
What about running PHP as a CGI?
--
phill
""Niel Zeeman"" <[EMAIL PROTECTED]> wrote in message
99clk8$h48$[EMAIL PROTECTED]">news:99clk8$h48$[EMAIL PROTECTED]...
> Hi there
> Can anyone please give me some advice
>
> Whenever I try call the xml_parse function it returns a server error has
> o
Well these ones are:
ñ = ñ
Ñ = Ñ
á = á
é = é
í = í
If you need to find more you can open up char map, and click on the char you
want. It will give you the ascii char number as alt+thenum. Then just put
it in the form -- �thenum;
--
phill
"Antonio Lopez" <[EMAIL PROTECTED]> wrote in message
[EMA
Is there any particular reason you don't just use an array for this?
--
phill
""Mize, Robert"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> If I have a set of variables named say:
> $var_1
> $var_2
> $var_3
>
> and I want to use a for loop to do something wi
Actually the manual is a bit off. In order to instantiate a COM object you
need to do:
$object = new COM("adodb.recordset");
Then you should be able to call the corresponding methods and properties:
$object->property = $sumvar;
or what have you.
You might check out http://php.net/manual/en/ref.c
Yes.
--
phill
""Dream"" <[EMAIL PROTECTED]> wrote in message
98ib6n$622$[EMAIL PROTECTED]">news:98ib6n$622$[EMAIL PROTECTED]...
> thanks
>
> This is for sure the user information (i.e. people visiting my site) not
> mine, right?
>
> marc
>
> ""Michael Rudel"" <[EMAIL PROTECTED]> escribió en el me
You need to get Mark Bracewell's isapi(pseudo-wsapi) dll. It can be found
from http://wgg.com/files/PHP-WSPro/php4isapiwsp.dll . In server properties
you will need to set up mappings for
.php -> the spiffy dll
.php -> wwwserver/isapi
I believe php4win.de is going to include this in their next re
You can check out dice.com and monster.com doing a search for php. A good
number of results are returned. Good luck in your hunt.
--
phill
""Grishick"" <[EMAIL PROTECTED]> wrote in message
974skf$igi$[EMAIL PROTECTED]">news:974skf$igi$[EMAIL PROTECTED]...
> Anyone know any sites where a PHP pro
Should be:
extension_dir = e:\php4\extensions\
quotes don't seem to make a difference.
I had similar trouble when I had my ini file in e:\php4\php.ini. I
eventually had to move php.ini to e:\php.ini for this to work. I assume I
could have changed the windows include path, but it worked at the t
18 matches
Mail list logo