Hi Wayne,
Did you copy the files to C:\WINNT?
/Johan
> Hi all,
>
> Please help I'm a newbie to PHP stuff.
>
> When I try and view test.php, it keeps saying that it carn't find the
> dynamic librarys. In PHP.INI it has all the default values and file
> locations but it just won't work. I'm runnin
Hi,
Try an upgrade to 4.0.6, it helped me with alot of problems...
Is it just one script running on the server? Coul'd it be that there's one
function/script that's not used more than once every 2-3 hours or so, and
that one has some bad functions/errors??
/Johan
> I have the following setup.
Hi Steen,
See array_splice() in manual
SR> Hi
SR> How can I remove a vale from a array()
SR> eg;
SR> $a = array("1","2","3");
SR> if I then unset($a[1]) the value is NULL, or the offset is empty, and you get a
error if yoy try to access that element.
SR> What I want/need is a function whic can
Hi Steen,
>Warning: Could not find/open font in d:\www\webreklamer\thepic.php on
>line NNN
Find in the page produced by phpinfo() line
FreeType Linkage in GD section.
It must be "With TTF ..." (In PHP4.0.4pl1 from php.net).
PHP 4.0.6 (from php.net) have "with freetype". This don't work with
ttf
php-windows Digest 11 Jul 2001 06:16:56 - Issue 646
Topics (messages 8232 through 8238):
Error on viewing test.php
8232 by: Wayne Hinch
Access Violation error. PLEASE HELP
8233 by: PHPFAN
How to use imagettftext() on NT running Apache, php 4.0.6
8234 by: Steen Rabø
I don't really know how i can setup CGI instead of ISAPI under NT systems..
I only got the installer from php.net and ran it and chose in the installer
IIS.
The installer didn't ask me about whether I want to install as CGI or ISAPI.
But I feel it's installed as ISAPI...
So plz tell me how I can
Hello Wolfgang ,
I hav'nt the solution to your problem and i hope you resolved it sine the 15
march ...
But i have a problem to load the dll php_interbase.dll : i have uncommented
the extension in the php.ini file but it doesn't work and i can't find
what's wrong .
I have tested with MSSQL 7.0
Hi
How can I remove a vale from a array()
eg;
$a = array("1","2","3");
if I then unset($a[1]) the value is NULL, or the offset is empty, and you get a error
if yoy try to access that element.
What I want/need is a function whic can remove a valy/key from a array
Does such a function exists
Hello Wolfgang ,
I have no solution to your problem and i hope you find one since 15 march,
I have a problem for loading dynamic library php_interbae.dll : when i try
to use this library , i have the error message:
"Unable to load dynamic library
'c:\php\extensions/php_interbase.dll"
I
Hi
I keep getting a error in the following code:
if called directly with:
thepic.php?text=test
then I get:
Warning: Could not find/open font in d:\www\webreklamer\thepic.php on line 19
Warning: Could not find/open font in d:\www\webreklamer\thepic.php on line 26
And the arial.ttf IS in the
I have the following setup.
PHP 4.04 running on windows 2000 using SQL Server 7.0
The script runs fine for sometime, then I get the following errors
PHP has encountered Access Violation at 013A2466. So I have to reboot
everytime. This happens
almost every 2 to 3 hours or so. I have to use PHP on
Hi all,
Please help I'm a newbie to PHP stuff.
When I try and view test.php, it keeps saying that it carn't find the
dynamic librarys. In PHP.INI it has all the default values and file
locations but it just won't work. I'm running windows 2000 Professional with
their server and PHP 4.0.4.
Wayne
php-windows Digest 10 Jul 2001 16:52:41 - Issue 645
Topics (messages 8214 through 8231):
Re: php and Dreamweaver (How To)
8214 by: Jason Gan
8215 by: John Meyer
8227 by: Carlos Andre Marques Moreira
about wml and session
8216 by: gary
8219 by: Ruslan
Could you tell us some more about yor configuration ?
Do you use CGI or ISAPI, what extensions do you use ?
- Frank
P.S. CGI is the most stable version at the moment.
> Hi!
>
> I've recently setup PHP on my Win2000 with IIS5,
>
> Sometimes PHP works and other time it doesn't...
>
> When it
Jacarilla 8.7.2001.Publicidad/Enseñanza a Distancia
Hola que tal:
El motivo de la presente carta es informarte de la posibilidad de poder
realizar algún curso a distancia de tu interés, cursos relacionados con tu
trabajo inquietudes y ocio.ect.El conocimiento es el mayor patr
In your httpd.conf file (/etc/httpd/conf/httpd.conf, typically, on unix
anyway) find the lines that looks something like
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
And just add .php3 to the first list (so it would read .php .phtml
.php3) If you hav
If this is too 'big' of a solution (ie, you don't need all that
functionality) you could just 'include header.inc', 'include
footer.inc', etc. Check the manual for details..
Although, templates will probably be a bit more flexible, I would
guess...
Ben
-Original Message-
From: Michel L
Hi,
You can put php code using the HTML Editor of dreamweaver. It is just a
simple text editor (like notepad). Just put your code there, and dreamweaver
won't mess it.
Build your page with dreamweaver and then add your code using the HTML
editor.
Dreamweaver makes it easy to build a HTML page, i
Add the following line to your httpd.conf. After the line where you have
loaded the modul.
AddType application/x-httpd-php .php3
cu
Hoth
Hoth Gebhardt
[EMAIL PROTECTED]
Germany
"Abc" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]"
This is how my entire website is built...
I'm fairly certain you can find all of the header, sidebar and footer code
that I use on Zend.com or phpbuilder.com
If you'd like to have the files sent directly to you, just mail me directly
and I'll send them to you.
John
-
John A
David Cox wrote:
> can someone here steer me in the correct direction?
>
> heres what i want to do. (im sure its possible)??
>
> i dont want to have to edit every web page when i change something. can i
> make multiple pages, (say a header, footer, links, maintext, and then use
> PHP to call thos
How can I make my Apache 1.3.20 / php 4.05 to work with php3 pages?? I
am using php asa a module in Apache.
Thanks.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators
Hi Ruslan,
I have tried to test it, but it does not work. When I put session_*
before the header, it will add html header in front of my php automatically.
So, my wml browser cannot access it. I have tried to replace default_mimetype
= "text/html" to default_mimetype = "text/wap.vnd.wml" a
Hi!
I've recently setup PHP on my Win2000 with IIS5,
Sometimes PHP works and other time it doesn't...
When it doesn't it just prints out:
PHP has encountered an Access Violation at 00EC24B6
Can't someone shed some lights please?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubsc
Hello gary,
Try to put session_* functions before any output (echo, etc):
session_start();
session_register("temp");
header("Content-type: text/vnd.wap.wml");
echo ("\n");
echo ("http://www.wapforum.org/DTD/wml_1.1.xml\";>");
g> Hi all,
g> I am trying to use session in my wml. So, I
can someone here steer me in the correct direction?
heres what i want to do. (im sure its possible)??
i dont want to have to edit every web page when i change something. can i
make multiple pages, (say a header, footer, links, maintext, and then use
PHP to call those pages up and put them in cer
Hi all,
I am trying to use session in my wml. So, I add the following
statement in my php.
header("Content-type: text/vnd.wap.wml");
echo ("\n");
echo ("http://www.wapforum.org/DTD/wml_1.1.xml\";>");
session_start();
session_register("temp");
But it's not sucessful and I get the following
27 matches
Mail list logo