en through a lot of google searches, without finding it. (And too many
google pages of actionScript, since it is nice and helps me translate
activescript to actionscript).
--David
-Original Message-
From: Jim MacDiarmid [mailto:[email protected]]
Sent: 12. maj 2013 01:35
17, were it registers successfull)
Php5activescript is desupported according to php.net, but I can not find an
replacement way of connection PHP to windows Script Host ?
Hope somebody can help with this.
Cross posted to PHP-install - sorry to the people who are on both lists.
--David S.
ot;";
> ?>
>
> I know the form is connecting an retrieving okay because if I change the
> WHERE client id = '' to a specific number of a client ID in the database
> then it comes back with that information, so essentially it is not pulling
> through the numbers ent
Richard,
As pointed out on other branches of the thread, PDO_ODBC is currently your best
option for accessing SQL Server via PDO and technologies that rely on PDO. We
are investigating producing a PDO driver for SQL Server Driver going forward.
David Sceppa
Program Manager - Microsoft SQL
Does anyone have any experience with this?
I'm using the COM function with PHP4 and have run into problems. I can
instantiate a COM object, and call simple function. Now I have come on
to calling a more complicated function that returns an instance of an
interface. The function is running correctl
I'd say that on Windows, when you, or software you install, modifies the
PATH environment variable, and a service, like apache, relies on a directory
being in the path, you have to restart Windows in order for that service to
"see" the new path.
In other words, services get the new path only afte
Frank,
Thank you for your answer.
I am already using php-win.exe.
The DOS console window is not when I start the php script. But the
console window appears only when I call proc_open.
Any other idea for the method I could use to hide this black window ?
Thank you very much.
David V.
Try
: CreateProcess failed
Do you know how I could use proc_open without this DOS command window ?
I use : PHP 5.2.2-dev (cli) (built: Mar 6 2007 20:08:25)
And : Windows XP Home SP2
Thank very much for your answer.
David V.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sent: 22 February 2007 1:41
To: David Felton; [email protected]
Subject: RE: FAO Dmitry - proc_open() update
Hi David,
I didn't have plans to backport this patch to PHP-4.
Dmitry.
> -Original Message-
> From: David Felton [mailto:[EMAIL PROTECTED]
> Sent: Thursday,
Not sure if this mailing list is the best place to ask you a question
Dmitry?
I noticed in the latest version of PHP 5 (5.2.1) you have fixed an issue
that has been causing us real problems:
"Improved proc_open(). Now on Windows it can run external commands not
through CMD.EXE. (Dmitry)"
We hav
ews:[EMAIL PROTECTED]
Here's a concept:
Visual php.net.
Please microsoft please?
Isn't it time to kill off ASP yet?
On 2/4/07, David Lindstrom <[EMAIL PROTECTED]> wrote:
> With Phalanger and its VS integration package, you get color highligthning
> and debugging support, and sinc
With Phalanger and its VS integration package, you get color highligthning
and debugging support, and since Phalanger compiles into .NET assemblies,
you can have quite some fun.
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
""Bruce Cowin"" <[EMAIL PROTECTED]> skrev i meddel
Take a look at Phalanger - http://www.codeplex.com/Phalanger, might be of
interest to you (it's free).
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
"Jarrett Meyer" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
To: PHP Windows List
Is it possible to compos
Hello,
I'm having trouble building PHP-5.1.4 with CYGWIN on Windows XP. If
this is the wrong list for this question, please let me know which group
would be better and I'll move the question there.
I have already built the following other tools and am referencing them
in my PHP configure line:
Try echo "...";
Matt Murphy wrote:
?>
I tried it using getenv('username') and it worked ok
http://php.net/manual/en/function.getenv.php
Alex Blundell wrote:
HI, I have been searching the internet for days trying to find a way of
getting the windows username (%username%) of the current logged on user and
submitting it, along side
its not supposed to be 'include "$page.php";' is it?
what is the code that sets the '$arp' variable?
Ken Yarbrough wrote:
I recently allowed one of my friends to host their site on my server, and we
realized that when you click a link, it doesn't include the content into the
main page. I'm n
> Here's my piece: I was running MySQL 4.0.2x and PHP 5.0.1. Upgraded
> MySQL to 5.0.15 and found PHP no longer working (Apache 2.0.5x).
> Upgraded PHP to 5.0.5 and copied the included libmysql.dll to the
> system32 directory and everything appears to be running just fine.
Please don't thread
During my Googling I've read a lot about people having problems with Mysql and
PHP 5, due to the built in support for MySQl being removed. I don't think this
is the same issue. Thanks.
-Original Message-
From: Nico [mailto:[EMAIL PROTECTED]
Sent: 29 November 2005 4:21
To: Da
Hi guys. I have a custom-written PHP extension which is working great on my
windows 2000 test server. When I try and run it on the windows 2003 server
production server the extension faisl to load. I get a message along the lines
of
Application popup: Warning : Unknown(): Unable to load dynami
Wayne Khan wrote:
Hi all,
I am using Sokkit 3.5, and my parse errors are not showing up in the
browser. I'm sure its something to do with php.ini, and trust me I've
tried
changing it, but it still doesn't show the parse errors. The result is
that
I spent a lot of time looking for that extra (
Panos Laganakos wrote:
Is it possible to handle the X/HTML events through PHP or, its only
possible through JS?
i.e. could I handle an onload event?
i suppose you could use something ajax-style to do it. try usinga
javascript xmlhttprequest.
--
PHP Windows Mailing List (http://www.php.ne
[EMAIL PROTECTED] wrote:
hello. can someone please tell me how to install the mysqli extension for
windows? I use mysql 4.1, php 4.3.1 and apache 1.3.23. I just upgraded from
mysql 3.x to 4.1 and now that I have to use the mysqli functions I get the
error: "Cannot instantiate non-existent clas
it should have quotes before the 'net' and after 'servicename'
also, if php's safe_mode is on, you can only run programs in the
safe_mode_exec_dir folder, which would need to be 'C:/WINDOWS/system32'
if you are using the net command.
Jayvd wrote:
I'm trying to start and stop a service wit
Ross Honniball wrote:
$x = 0; // Numeric zero
$y = 'Some kind of string';
if ($x == $y) echo 'they equal using ==';
if ($x === $y) echo 'they equal using ===';
The above will echo 'they equal using =='.
The values don't look very equal to me.
Can anyone explain the logic behind this?
I'm he
Marcos R. Cardoso wrote:
i'd try using serialize() to turn the object into a string which can
then be put in the session, and then unserialize() when you want it back
out again
sessions work by using cookies, and cookies can't take php objects
;)
I'm trying to use an object as a session var
Tony Aldemir wrote:
A rookie question:
Whenever I download and unzip any PHP related solution, the term "unzip it
to your web server's document root" is used. I am using APACHE and my doc
root is the default "C:\Program Files\Apache Group\Apache2\htdocs".
Now if I put all of the PHP code I de
Armando wrote:
Greetings!
I'm developing a login system in php and wondering if someone could
possibly provide some advice, as I'm still relatively new to php.
First, I'm limited to using cookies only for my session variables, so
for instance, remembering users who wish to not have to login
Sabin Finateanu wrote:
Hi! I'm trying to run trace route for an address in a PHP script. My
question is how can I make it display the output line by line as it
appears instead of waiting for the command to finish executing an then
outputting the whole result, and what command should I use: sys
Afolabi Richard wrote:
I am a fascinated PHP newbie who need help.
I an using WAMP5 version 1.1 - for Windows Apache MySql and PHP.
I want to use the short variable $variable instead of the $_POST[variable] but the
$variable is not working when I echo it. I configured "global_register = On" i
> http://www.vanheusden.com/query_ntp.php
> This site has one, maybe you can try to contact him/her..
- I came across that one too, but didn't think to contact the page owner
for the source, I'll give it a go.
Cheers.
> And here is a manual...
> (found with google: php+how+to+query+ntp)
> ht
Hi guys. has anyone come across a PHP script to query an NTP (Network Time
Protocol) server and process the response?
I've found one in Perl, but unfortunately nothing in PHP.
Thanks.
**
This email and any files transmitted wit
ddiffa wrote:
Okay I at loss. I have tried but i can seem to get the
php_gd2.dll to work properly. Any help this is what i have
done so far.
I have in my php.ini file,
; Directory in which the loadable extensions (modules)
reside.
extension_dir = "C:\PHP\extensions"
I have also uncomme
Aaron,
The easiest way that I have found to do this is to use
SysInternals (http://www.sysinternals.com) pskill utility.
You'll find it on their site under:
- Windows NT/2K/XP/2K3
- Utilities
- PsTools vx.y
I just shell out a pskill command.
Hope this helps.
David M. Patterson
Consu
that the do offsite file
backups of their servers, something I have taken for
granted but have heard horror stories.
There site is http://www.netrillium.com
Have fun in your search,
David
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
s related to
a very old connecter to mssql (like 6.5). I have explained this to this
list a few time before so it might be in some archives some where.
MS say it is PHP
PHP say it is MS
You choose !!
--
Ti2GO,___
David
--
Thank you for your time, ___
David |David Elliott |Software Engineer|
_| [EMAIL PROTECTED] | PGP Key ID 0x650F4534 |
| I am the cholesteral that clogs your ateries. - DarkWing Duck |
pgpdpAjgxnxpV.pgp
Description: PGP signature
works i
> can not seem to find one and my ISP will not allow me to use it without
> loggin in first
Try http://www.pmail.com/overviews/ovw_mercury.htm
--
Thanks, ___
David |David Elliott |Softw
$PHP_SELF is the name of the current page.
-Dave
At 11:11 AM 1/13/2005, Louis Young wrote:
Hi
I have a header which I just include every time from all my pages, but the
headers caption needs to change according to the page which has been
loaded. I've tried global variables, but as soon as I jump
om/stylesheets/pagebreaks.html
However this is for CSS2 comparable browsers IE4 and above, I have not
tested it with other browsers.
--
BFN, ___
David |David Elliott |Software Engineer|
_
27;Show friendly HTTP
error messages'
--
Cheers, ___
David |David Elliott |Software Engineer |
_| [EMAIL PROTECTED] | PGP Key ID 0x650F4534 |
| SGT Schultz of Borg - "I assimilate nawwthing...
"Irvin Piraman" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Is there a free PHP code auditing tool available for windows?
>
> Thanks.
>
> Irvin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This might also be of some help.
Change your result and fetch lines to read:
$result = mysql_query($sql,$db) or die (mysql_error());
$myrow=mysql_fetch_array($result) or die(mysql_error());
David
-Original Message-
From: Robert Schipper [mailto:[EMAIL PROTECTED]
Sent: Thursday
kie, so I'm wondering if I can fool php to
think that it's sitting on port 80 since that's what the browser will see.
Now I used to be a programmer at one time, but I don't know anything about
php. I'm wondering if set-cookie with a variable HTTP_HOST may be where the
..probably not a good
idea...)
Any help/comments/suggestions would be greatly appreciated.
Thanks,
David Hamilton
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e by server_ip
but it's at the request of remote_host).
This may not be possible, but I thought I'd ask.
Thanks,
David
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
incompatible.php
Just my 2 cents in the hopes that it helps someone.
David
-Original Message-
From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 17, 2004 9:43 AM
To: [EMAIL PROTECTED]
Cc: neil
Subject: RE: [PHP-WIN] Re: include_path and relative vs. absolute paths
M
Apache 2.0.49 and PHP5.0.0.0RC3, on attempting to restart Apache, Windows is coming up
with the following error...
Faulting application Apache.exe, version 2.0.49.0, faulting module ntdll.dll, version
5.1.2600.1217, fault address 0x00033aed.
Any ideas?
Hello!
I'm running Apache 2.0.49 with PHP 5.0.0.0RC3 which comes with MySQL Client
API 3.23.57! I'm also running a MySQL Server at 4.0.20a-NT.
Where can I find a newer MySQL Client API for PHP5?
Regards,
Dave.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
I can set up the latest version of 4 to run under IIS6 as isapi dll in 5
minutes. No problem.
But with PHP5 RC3, making just the standard ini edits, nothing fancy, I
cannot get this access violation errors message to go away.
The wierd thing is, a blank html page with a .php extension will serve
The Win32 implementation of mail() is notoriously flaky. the approach I take
is to write the raw email directly out to the pickup folder in mailroot. A
function along these lines should help you out:
function sendMail($mailto, $mailfrom, $subject, $text, $format)
{
$maildrop="c:\\i
ment,
in whatever capacity (& related or supportive fields).
---
Also note that any of you can get a nice kickback just for sending a client our
way; terms negotiable but generally we'll pay around 10% of the budget per
successful client referral.
Our services are available to other
Why!!??
I've PHP5-RC2 installed and IIS5 (Win XP Pro SP1).
I had PHP4.3.1 ISAPI installed before and worked fine with IIS.
But now, PHP5's ISAPI module is NOT working. I've configured IIS the same
way as with PHP4, but using the php5isapi.dll instead of php4isapi.dll.
I've got an error when tryin
I've downloaded the PHP5 RC2 an there are the libraries,
you only have to enable this extension in php.ini, copy libmysql.dll to your
%windir%\system32
and set the read & execute prermissions for the "Internet Guest Account" to
both libmysql.dll and php_mysql.dll (in your extensions directory)
"Pn
Yep that's spot on.
-Original Message-
From: Phil Driscoll [mailto:[EMAIL PROTECTED]
Sent: 13 April 2004 8:52
To: Stan Shaw; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP Site unix to Windows Migration errors
On Tuesday 13 April 2004 20:29, Stan Shaw wrote:
> Thank you, that eliminated th
Or maybe as a tutorial on devarticles, devshed, codewalkers or phpbuilder
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Sent: 14 April 2004 12:55
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] REST Tutorial
Sourceforge maybe?
On Wed, 2004-04-14 at 12:55, Belind
It's just complaining that a variable hasn't been initialised before you use
it. Just switch error_reporting in your php.ini file to be
error_reporting = E_ALL & ~E_NOTICE
which means 'Show all errors, except for notices'
-Original Message-
From: Gerardo Rojas [mailto:[EMAIL PROTECTED]
S
In the PHP on Windows chapter of Programming PHP, there is mention of a
constant, PHP_OS, that can be used to determine the OS running the
server that PHP is on.
The example code is as follows,
However, rather than checking this value, I'd like to see if flat out. I
tried this,
But it didn'
Yes there is this workaround:
if you run this query first
@mssql_query( "SET TEXTSIZE 1024000", $db);
then when you want to retrieve a field of type ntext or whatever use the
following syntax in your sql:
SELECT CAST(fieldname AS TEXT) ...
-Original Message-
From: Svensson, B.A.T. (HKG)
no, the machine you are running it on must have php/gtk installed.
-Original Message-
From: Dean Hayes [mailto:[EMAIL PROTECTED]
Sent: 30 March 2004 1:01
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Re: PHP Script to Windows Program
I have heard pf php-gtk but don't u need to install tha
Try:
$errorCode = $TK->OpenOutputFile("D:\\public\\k1\\compiledCIO\\$filename");
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 22 March 2004 4:32
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] back slash issue
I have a situation where I need to use backslashes as
Can anyone help me out with a regular expression to remove all non-ascii
characters from a String?
I've got as far as:
$newfilecontents = ereg_replace("[^\x01-\x7f]","",$newfilecontents);
but this seems to strip all the characters from the String!
Any help would be appreciated. Thanks.
**
-
From: David Felton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 11:27 AM
To: Harpreet; [PHP-WIN]
Subject: RE: [PHP-WIN] Paging using PHP and sql server
Check out this tutorial:
http://www.phpnoise.com/tutorials/9/1
-Original Message-
From: Harpreet [mailto:[EMAIL
Check out this tutorial:
http://www.phpnoise.com/tutorials/9/1
-Original Message-
From: Harpreet [mailto:[EMAIL PROTECTED]
Sent: 10 March 2004 4:26
To: [PHP-WIN]
Subject: [PHP-WIN] Paging using PHP and sql server
I have created a few reports using sql server and PHP. The reports work ju
Sorry, you should be using Integrated Windows Authentication rather than
basic integration.
-Original Message-
From: Paul Menard [mailto:[EMAIL PROTECTED]
Sent: 25 February 2004 3:37
To: David Felton; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Best way to check for user 'Administ
If you enable basic authentication on the webserver and then disable
anonymous access, php will run under the credentials of the currently logged
in user. If you do this the 'is_writeable()' trick would work as you
expeted.
-Original Message-
From: Paul Menard [mailto:[EMAIL PROTECTED]
S
mandt¤hotmail.com
Mail: dvdmandt¤telia.com
"David Felton" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> The first option is faster, although this might be a slight improvement
to
> make it more readable:
>
> Localizzazione :
>
> Coordinate Geograf
The first option is faster, although this might be a slight improvement to
make it more readable:
Localizzazione :
Coordinate Geografiche :
Continente :
Confini :
- you'll need to have short_quotes enabled to be able to do this.
-Original Message-
From: zanzamarr [mailto:[EMAIL
lol
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Sent: 16 February 2004 4:49
To: php-windows
Subject: Re: [PHP-WIN] Convert time
On Mon, 2004-02-16 at 17:46, Svensson, B.A.T. (HKG) wrote:
> There might be also a floor function you can instead of casting, but
Same here. :-(
"Cyruss" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> > I'm using W2K and Apache 1.3.29. When I try to uncomment some extensions
> > in the php.ini and try to reload Apache, then Apache crashes.
--
PHP Windows Mailing List (http://www.php.net/)
To unsub
No. What I said was correct, as Ron wanted rows 25-35.
-Original Message-
From: Stuart [mailto:[EMAIL PROTECTED]
Sent: 06 February 2004 12:45
To: David Felton
Cc: Nadim Attari; [EMAIL PROTECTED]; Herhuth, Ron
Subject: Re: [PHP-WIN] SQL to select a set of records
David Felton wrote
No it doesn't. you'll need to do something like this in MS-SQL (using a
sub-select):
SELECT TOP 10 dbo.Table_MIS_Files.File_ID
FROMdbo.Table_MIS_Files
WHERE dbo.Table_MIS_Files.File_ID NOT IN
(SELECT TOP 25 dbo.Table_MIS_Files.File_ID
FROMdbo.Table_MIS_Files)
-Ori
Yeah it was the MyDoom worm, hope you guys didn't open any of those
attachments earlier ;-)
-Original Message-
From: toby z [mailto:[EMAIL PROTECTED]
Sent: 29 January 2004 1:26
To: Roy Henderson; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] test
> Not one which was appreciated here ... my re
ne
managed to solve this problem, or do I have to share a common php.ini
between the different versions of php?
Thanks in advance,
David Rainsford
Software Engineer
Australian Council for Educational Research
19 Prospect Hill Road, Camberwell VIC 3124
t: 03 9277 5662
f: 03 9277 5500
e: [EMAIL PR
d out from our other email?
--
DSig `
David Tod Sigafoos ( O O )
___oOOo__( )__oOOo___
Using 'The Bat' 2.02.3 CE
Using 'OS' Windows XP Service Pack 1
--
PHP Windows Mailing List (http://w
x27;s not the code.
m> using: windows xp and iis 5
m> -- gil
--
DSig `
David Tod Sigafoos ( O O )
___oOOo__( )__oOOo___
Using 'The Bat' 2.02.3 CE
Using 'OS' Windows XP Servi
I recommend subscribing to the cURL and PHP mailing list at
[EMAIL PROTECTED] for all you cURL and PHP needs.
PS you should be using for cURL PHP extension for working with PHP, not the
standalone version.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 09 Dece
I'm not sure if you need the mode octal in the mkdir funcion in windows.
Anyway I hope you read a comment in the php's online mkdir function manual:
mkdir will create directories with undesired/unexpected owner/group
settings in certain circumstandes when SAFE_MODE is on. See the bug report:
http
try copying the dlls it needs to the winnt/system32 directory
-Original Message-
From: brent [mailto:[EMAIL PROTECTED]
Sent: 19 November 2003 1:41
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] loading php_gd2.dll
Hi. I'm having difficulty getting the php_gd2.dll to load.
Running W2K server
The error just means you are printing something out before you call
session_start();
you just need to call session_start() *before* you print anything out to the
page, so it's best off called at the top/start of your php page.
-Original Message-
From: Voodoo [mailto:[EMAIL PROTECTED]
Sent
I've never seen a language where you couldn't do things like "echo foo() ;"
and I've seen a good many languages. It's so universal, I don't know that
it has a name, other than "expression evaluation". Language processors
typically evaluate inner subexpressions first, then use the value in
evalu
I feel I need to stand up for Java a little here.
Java itself it not particularly slow. Lagginess in GUI applications is often
more the fault of developers who don't understand threading and the Java AWT
event-dispatch/repainting scheme, who block the GUI and create apps that
appear slow or prone
08001 in
SQLConnect in c:\apachegroup\apache13\apache\users\dmstoner\odbctest.php on
line 13 failed to connect
What am I doing wrong???
Any help much appreciated.
-David
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
if an include fails for whatever reason the script will continue executing
and just issue a warning.
If a require fails the script will throw an error and exit (it won't execute
the remainder of the script).
-Original Message-
From: Rinku Shivnani [mailto:[EMAIL PROTECTED]
Sent: 20 October
Has anyone found a way of running a PHP script as a NT/2000 service? Would
be nice not to have to leave the console logged in all the time.
Regards
The information in this e-mail is confidential and may also be the subject of legal
privilege. It is intended solely for the addressee. If you are no
I have a PHP page that for some reason is taking an ungodly long time to
execute. I suspect that this is simply b/c Im running Apache 1.3 /
MySQL 4.013-nt, PHP 4, Zend studio 3.0, and MySQL GUI on a 266 MhZ win2K
server. (Yes people, I know Im choking the poor thing, but I cant
afford a new se
Greetings,
I am new to PHP and MySql so be gentle. I have just installed the latest
versions of PHP and MySql under Windows XP and IIS. PHP works and MySql
works as I can log into the MySql prompt and create tables and such.
However from a php script in a web page the mysql_connect time outs afte
Dear Chris
I use 1st page 2000 which can be found at http://www.evrsoft.com, and the
add on for ftp can be found at http://www.evrsoft.com/1stpage/modules/ which
needs to be copied into the same directory of 1st page 2000.
--
Kind Regards
David
Anagram Systems
http://www.anagram-sys.co.uk
Dear Frank
You probably need to get a book, but here are two examples, one using if statements,
and the other using the switch/case statement.
Untitled
Untitled
--
Kind Regards
David
Anagram Systems
http://www.anagram-sys.co.uk/
http://www.web-planets.com/davec
Sorry outlook screwed my code a bit
Dear Frank
You probably need to get a book, but here are two examples, one using if statements,
and the other using the switch/case statement.
Untitled
Untitled
--
Kind Regards
David
Anagram Systems
http://www.anagram
Thanks
passed that on to the programmer worked a treat
Regards
"Sven" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi david,
>
> although you can supress those notices in your php.ini, you can correct
your
> syntax errors like this:
>
> AdminMai
Hi,
Can anyone tell me if the following is a bug in php or a coding error on my
part. When I run the following piece of code I get an error:
Code:
$empty = new VARIANT();
$word = new COM("word.application") or die("Unable to instantiate Word");
$word->Visible = 1;
$word->Documents->Add();
$word->
have error_reporting =
> E_ALL & ~E_NOTICE, but you have E_ALL only... This displays Notices...
>
> --
> // DvDmanDT
> MSN: [EMAIL PROTECTED]
> Mail: [EMAIL PROTECTED]
> "David Adade" <[EMAIL PROTECTED]> skrev i meddelandet
> news:[EMAIL PROTECTED]
> &
state)) {
$state=$HTTP_POST_VARS['state'];
}
$package_type=$HTTP_GET_VARS['package_type'];
if(empty($package_type)) {
$package_type="1";
}
***
Hope this helps
Regards
"Mikey" <[EMAIL PROTECTED]> wrote in messa
Hi
I am migrating scripts that are currently working on a linux box to a
windows 2000 box. I get the following errors when I try
to access the scripts
Notice: Undefined variable: link in
D:\inetpub\www.dcomms.net\cgi-bin\adsl\admin\main.php on line 2
Notice: Use of undefined constant main - assum
outside unless
you change the machine that the server is on. Unless someone else may know a
way...
David Smith
-Original Message-
From: Derick Zhao [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2003 6:40 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] how to connect to a php sever through a
Hi,
Can someone compile vpopmail extension for me ?
http://www.ionium.org/php/php_vpopmail-0.1.tar.gz
I need a php_vpopmail.dll ...
I have nothing for compiling this, so if someone can do easily ...
Thanks.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
Here is the explode function: explode($delimiter, $string);
This function looks in $string for the specified delimiter then splits up
$string by $delimiter and returns those values into an array.
I am using the explode() function to divide up a string into an array by
commas. According to the PHP.
Hi,
I am trying to create a form that has checkboxes displayed.
If the box is checked then show below the checkbox input items related to
the parent checkbox.
If the user has not entered his name then do not display the submit button.
Can this be done using PHP 4.3.1 under Windows and IIS.
Pls. h
. help. Thanks.
Edward David
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1 - 100 of 262 matches
Mail list logo