Thx.
I got it to work.
A.
"David Elliott" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hail A.
>
> On 16 October 2002 at 14:38:18 +0200 (which was 13:38 where I live) A.
> Mikkelsen wrote and made these points
>
> > I'm having problems vith the history in
it depends on your printer & system.
if you want to use printer commands directly in your code then u must know
the commands for your printer. the algorithm will be:
1. Initialize printer ( @ is the command for most dot matrix printers)
.
2. Set paper size, tabs (vertical & horizontal) etc. usi
Http authentication is probly not what you would want to use. Especially
if you want to program in timeouts, you would be better off using session
based login variables. Cookies are even better with an encrypted pasword
that has a windows of time that you have to goto other pages to renew.
Why
Not too sure if I am in the right place, but here goes...
I am working on writing my own module and so far seem to be doing OK, but I
have one quick question. In the Memory Management section of the manual
(Ch. 26) it says:
"emalloc(), estrdup(), estrndup(), ecalloc(), and erealloc() allocate
i
GR> I was wondering how do you actually insert a blob if it's an image (say a
GR> JPEG) in a MySQL DB.
You would read the file in and then update with the variable read.
BUT .. i would suggest that you don't store images, or anything that
is of 'file' origin into the db. It is easier, faster a
Madeliene,
A combination you might like to put to them which I think would work well -
PHP MySQL at the server with some Delphi or VB windows apps at the client
end for data entry. There are quite a few Delphi components out there
(many are free and open source) to connect to MySQL directly or y
I was wondering how do you actually insert a blob if it's an image (say a
JPEG) in a MySQL DB.
Tried to go thru the documentation of PHP but can't find anything.
Thanks.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I hope that this is correct for me to get removed from this mailing list. If not any
info on the matter is genuinely appreciated. Thanks
___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
installed a forum, and set a link to it, but every time i try to access the
page it ask if i want to download *.*.php.
Can some one please let me know what i am doing wrong
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Have you added the following to your httpd.conf?
LoadModule php4_module d:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
HTH,
Mikey
> -Original Message-
> From: Javier [mailto:[EMAIL PROTECTED]]
> Sent: 16 October 2002 05:57
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] N
Im runing the latest php, apache and windows2000
I tried to install a simple forum on it and every time i press on the link
to bring up the forum it keeps asking me if i want to download it...
Thank you
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
Mihail,
Well, I am not sure if PHP will be the next big thing. I will say that PHP
does have a good standing in popularity. With scripting languages ASP seems to be the
dominate language in the job market. Employers look at ASP as a "commercial" language
where some may look at PHP a
Not as far as I know - Well there are a bunch of other possibilites though.
You could use MS word or Wordperfect to print the labels from a mail merge
- Should be possible using blank paper to get a geometric layout just
right, then setup your printer with some blanks to try it.
Alternatively
John,
True. I am sure that the many of us
who are on this list (if not all), are going to say that PHP is "Big" and
is going to the the next "Big" thing. However, are there any "unbiased"
analyses? Sort of comparisons between Postgres and Mysql, but which would
point out the reasons why PHP will
General Question for the experts:
We are looking at PHP/MySQL as a possible for a devel project where we need
to replace an existing Billing app (currently in an ancient FoxPro),
running on mostly Win95/98 systems.
Your thoughts on whether it could handle the front end successfully. The
data en
Hi Alex,
is the PHP on the same server as MS SQL Server? If no you should install the
ms sql server client tools on php server.
Check on php.ini if the extension_dir directive is set properly
Copy the file PHP_PATH\dlls\ntwdblib.dll to winnt\system32
Carlos André Marques Moreira
SENAI-CE / CET
php-windows Digest 16 Oct 2002 19:48:02 - Issue 1391
Topics (messages 16393 through 16409):
mssql unable to load dynamic library error
16393 by: Alex
Re: Does anyone know the status of PHPDoc
16394 by: Matt Kynaston
No TrueType support in php_gd2.dll ?
16395 by: Al
All,
Let me throw in my two-cents.
I have just recently switched my primary scripting language to PHP. :-) For
the past 4 years I have been dabbling with different scripting languages. I was
primarily ColdFusion then I started getting into "Miva Script". I liked the language
so muc
> Rasmus, just wondering, any species requirements from that moneky to learn
> PHP? It would be interesting to see a gorrila and a lemur coding in
> PHP, side by side :)
First, it is a given the person has significant experience with C, C++ or
Java, Perl or Python or Ruby, Apache, and XML. If th
The Major drawback I and my company has seen is this: When you acquire a
client that has heard a buzzword like "JSP" or "ASP" or "Oracle" and
they get that stuck in their head..if you can't redirect them you lose
their business. Since the market is tough right now, a company will take
what they ca
Nevertheless, there are two interesting points:
1. Many job ads are emphasizing the knowledge of specific
scripting/programming languages, as if the person should have unique
capabilities, as Rasmus pointed out. If the person who is applying for a
job did not
work with a specific language or he/s
They are, but personally when I hire a "PHP" programmer I don't look for
PHP skills. I look for other skills that show that the person is bright.
I can teach a moderately intelligent monkey to use PHP.
I think most people look at things too much from a tool perspective. You
don't hire a newspap
I hear from a lot of different sources that PHP is the next "Big" thing. I
have been using PHP myself for some pretty serious web application
development for my current job for well over a year now. But my question is
in searching for potential PHP related employment there isn't much of
anythin
I have PHP4 running on IIS 4/NT 4.0, for the most part everythign seems ok, until i
try to use an include statment. This is a form that is suppose to call up missing.inc
when a required field is blank. Right now it doesn't display the include file it just
refreshes the index.php file.
snipit
I have a specific problem ;)
I have been asked if it is possible to write a 'simple' application that
will print onto Bank Cheques - they will be supplied on a continuous roll
aparently, so it'll be one cheque followed by another etc perferated
inbetween...
So my question is has anyone ever trie
Hi,
I hope someone could help me with this. I have tried confirming my email addr with
php.windows newsgroup but still...ko.
How could I get a return value from DCOM server defined as follow
[propget, id(0x0002)]
HRESULT _stdcall About([out, retval] BSTR * Value );
In PHP, I defined
$obj
Hi,
I hope someone could help me with this
How could I get a return value from DCOM server defined as follow
[propget, id(0x0002)]
HRESULT _stdcall About([out, retval] BSTR * Value );
In PHP, I defined
$objApp = new COM("ComSer.Common") or die("Unable to instantiate DCOM
server");
$vVar =
Hail A.
On 16 October 2002 at 14:38:18 +0200 (which was 13:38 where I live) A.
Mikkelsen wrote and made these points
> I'm having problems vith the history in IE.
> I need to go 1 back.
> history.go(-1)
> is there an easy way to do this in PHP
In short no. However you could try usin
Hi
I'm having problems vith the history in IE.
I need to go 1 back.
history.go(-1)
is there an easy way to do this in PHP
Anders
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try:
preg_replace( "/((.|[[:space:]])*)<\/script>/", "\\1",
$myHTMLstring )
seems to work here - applies to both cases
HTH
Ignatius
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 16, 2002 11:44
Can anyone please provide me with the regular expression (Perl compatible
or posix extended, whatever), that i can use to strip off the Java script
tags and code of the HTML page. i have it 2 types:
1)
and
2)
--code \r\n
--code \r\n
i am using preg_r
When using the Windows and the php_gd2.dll that comes with php 4.2.3 all
truetype function
seaze to function... can this be correct?
Has anyone gotten them to work with this dll or is there another one and if
so.. where can I get it?
Thanx for your help,
Alexander
--
PHP Windows Mailing List
> but http://www.callowayprints.com/phpdoc/ says they are at 2.3.5?
Interesting... I'll add that to my list of phpdocs. Since the download's a
.jar, I'd guess it's written in Java.
www.phpdoc.de - apparantly used by PEAR, scattered documentation
http://phpdocu.sourceforge.net - lots more documen
Hello all!
as writen in the topic...
it cant load the php_mssql.dll
and i have no clue left what i did wrong
its PHP 4.2.3 with IIS on NT5
Thanks in advance!
Alex
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
php-windows Digest 16 Oct 2002 07:27:22 - Issue 1390
Topics (messages 16385 through 16392):
Re: read registry
16385 by: franky
16388 by: J Wynia
HTTP-authentication
16386 by: Davy Obdam
Re: PHP_SELF
16387 by: Cam Dunstan
Does anyone know the status of PHPD
When using the php_gd2.dll that comes with php 4.2.3 all truetype function
seaze to function... can this be correct?
Has anyone gotten them to work with this dll or is there another one and if
so.. where can I get it?
Thanx for your help,
Alexander
--
PHP Windows Mailing List (http://www.php
36 matches
Mail list logo