Yeap I did, but still didn't work...I think it's an issue with Windows
XP. Anyway, I found another source of webserver which is just as
painless as PHPTriad was.
http://www.nusphere.com/
Thanks for your help and suggestions.
-Peter
- Original Message -
From: "Vail,
How do the BCMath functions work?
I tried using them for some precision iterative processes and they kept
giving me incorrect answers (correct only to about 4 decimal places).
In the end I changed the precision setting in php.ini to 14 and used
standard math functions which gave the same results
Check to see how many copies of php.ini are on your system. Although it
shouldn't affect the module version, the php.ini in the c:\php (or whatever)
folder is read by the CGI executable instead of the one in c:\windows
<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED
Hi.
I'm changing my website to one based on My-SQL which will help with
organization and searching etc. Hopefully, the code for all the pages will
be stored in the database too.
However, I cannot get PHP to parse / execute the code stored in the
database. The script
$query = mysql_query("SELECT *
ot be found" is displayed and if
nothing is entered it goes to the homepage.
Thanks for your help guys!
"Peter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi.
> I'm changing my website to one based on My-SQL which wil
I've got a page which uses gd to make an image and outputs it to the
browser.
The image is generated by submitting a form with the relevant data.
If the form is submitted using POST, clicking File > Print in IE5.5 prints
the image as if no data was submitted by the form.
Using GET, the image print
Have you got any other extensions to run ok?
I found that I had to enclose the path to the extension dir in quotes so it
read "C:\Program Files\php\extensions" instead of /extensions
Have you had a look to see if the file is actually there and hasn;t been
deleted?
Also, check you haven't got more
Does register_globals = On in the php.ini file?
Instead of using $var in your script try using $_GET['var'] (you don't use
post if the variable is in the URL)
"D.Terziev" <[EMAIL PROTECTED]> wrote in message
002001c20a2f$9a1ae630$0100a8c0@azure">news:002001c20a2f$9a1ae630$0100a8c0@azure...
> H
Try extension_dir = d:\php\extensions
or extension_dir = d:/php/extensions/
etc
"Chris Knipe" <[EMAIL PROTECTED]> wrote in message
001b01c20a61$56f0c3c0$[EMAIL PROTECTED]">news:001b01c20a61$56f0c3c0$[EMAIL PROTECTED]...
> Hi,
>
> I got some problems loading php extensions (php_gettext.dll)...
I'm sure there is a a variable with this in, but it only works if you are
using NT or logged on to an NT Domain. I saw it somewhere in the manual but
can't find it now!!
"Carl Whittaker" <[EMAIL PROTECTED]> wrote in
message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I was just wondering if a
the site say in jpg format
when the image is displayed on any page a watermark is disply over part of
the image .. to try and bluff other people into thinking the watermark is
part of the image...
Cheers
Peter
"the only dumb question is the one that wasn't asked"
--
i dunno i found iis to be a pain in the butt so now i just use apache on
win2k :)
-Original Message-
From: James Mclean [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 19 June 2002 3:37 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] IIS/PHP
All,
Consider the following code.
$last_error_messa
Can you access other PHP files without a problem?
"Anonymous" <[EMAIL PROTECTED]> wrote in message
news:002e01c217fa$bfbfb4f0$3200a8c0@skurk...
hi...
when i try to access a .php file on my webserver that doesnt exist i get the
CGI Error instead of a 404 Error
since I want to use custom error pag
I don't know myself, but you could try setting the environment variable,
then getting the machine to open a page on the server which prints out all
the variables, like phpinfo().
"Carl Whittaker" <[EMAIL PROTECTED]> wrote in
message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I posted a little
is mysql running on port 10106? I run mine on the default port but I don't
think it was that one!
Have a look in the configuration files.
"Marco Lanini" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> i have a little big problem with my configuration.
>
dunno this is PHP list not VB :)
try asking a VB list
mmm VicBitter mm
-Original Message-
From: Mike [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 25 June 2002 3:53 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Implement Javascript into vB code
How wou
in that case wouldn't u just go
some javascript tricks
?
-Original Message-
From: Mike [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 25 June 2002 4:13 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Implement Javascript into vB code
Sorry guys, let me rephrase my question
You can do
if(!isset($_POST['email'])) {
go_back();
} else {
print "Thanx";
}
or
if($_POST['email'] == "") {
go_back();
} else {
print "Thanx";
}
"Jan - Cwizo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
>
> I am a building a guestbook as a course of my
PHP variable names are case sensitive aren't they?
It might just be that config.php can be found by Win2000 without the
$includepath-as if you were typing include("config.php");
"Chris Schmidt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sorry.
>
> I have
It depends.
If you have a domain linked to your IP address then you're only going to be
able to see what's at that IP.
If you use some kind of domain forwarding (i.e frames, meta refresh tag or
PHP header(Location: xxx)) then you could have each domain linking to a
redirection page, and each redir
Are you using the CGI version of PHP then and does this give you internal
server errors as well?
The only way around this I think would be to write an error handling
document for Apache, written in PHP. This PHP script could then check to see
if the file exists. If it doesn't, then return a 404 e
if you just say
$some_var = "this"
that defines the variable. but if you had something like
if ($some_var == "that")
without setting $some_var to something beforehand you would probably get an
error.
"Uwe Birkenhain" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PRO
do a search for it in the manual :) if it works on php unix it will work with php
windows :)
-Original Message-
From: James Mclean [mailto:[EMAIL PROTECTED]]
Sent: Monday, 1 July 2002 2:15 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] filemtime()
Hi,
Anyone know if the fun
also make sure there are no blank lines before opening the php tags
then try your page... you may find that some of the other messages you are getting
will dissapear when the headers are set
Cheers
Peter
include("config.php");
does not work;
where is config.php in relation to the document that is calling it?
eg say your using http://www.blah.com/foo.php and that needs the config.php file..
if you use just include("config.php"); then config.php must be in the same place as
foo.
wot messages do you have coming up on your browser?
-Original Message-
From: news.per.connect.net.au [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 2 July 2002 1:40 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Followed install.txt... and NOTHING
I am using Windows XP Professional v
M
To: Peter
Subject: Re: [PHP-WIN] Followed install.txt... and NOTHING
I get no messages... its as if the PHP scripting wasnt present!
- Original Message -
From: "Peter" <[EMAIL PROTECTED]>
Newsgroups: php.windows
To: "news.per.connect.net.au" <[EMAIL PRO
Sounds like Office has affected your browser and your browser doesn't
recgnise the graphics as a graphic it can open. Either that or the class is
outputting the wrong headers for the image file.
Try:
not sure if this would make any difference though. You could try
reinstalling or upgrading your b
try this..
and maybe add $PHP_SELF for the action.
Cheers
> -Original Message-
> From: fungi [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 11 July 2002 12:14 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] strange error
>
>
> I have problem testing PHP on my own server
] strange error
>
>
> still doesn't work..
> i changed the register_globals from "off" to "on" in php.ini
> and tested the original code. This time it works, but it still displays
> undefined variable "cisco"
>
> why?
>
>
lobals suppose to be on or off?
> I heard of it is set to on will cause some security problem
> "Fungi" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D
> :[EMAIL PROTECTED]
> > yes it is on
> >
> > "Peter" <[EMAIL PROTECTED]>
> > ???:[
; > and it seems like alot of new comers to php is having this problem
> >
> > "Fungi" <[EMAIL PROTECTED]> źśźgŠóślĽóˇsťD
> > :[EMAIL PROTECTED]
> > > I just did...
> > > it works, but it still says undefined variable
sorry my bad .. make it like this..
if( $submit ) // make a clause so that only when submit is
> pressed will this part run
> {
> echo( "$cisco" );
> }
> $cisco = " ";
> ?>
etc
> -Original Message-
> From: Peter [mailto:[EMAI
You need a program to control the ASP process. This is proably some sort of
command line tool and you just put whatever you would type in the
commandline into the exec() function. (in quotes of course!)
"Noah Spitzer-Williams" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL P
> On 22 Jul 2002 at 15:11, Wayne A. Darby wrote:
>
> > I am new to php and am trying to implement a chat client that is based
> > in php. I am using MySQL, APACHE, & PHPNUKE and I can type in the
> > address and hit my site just fine. When I try to click on a link I
> > recieve the error message
You could do it through regedit.
If you have to logon to the network, go to HKEY_CURRENT_USER > Software >
Microsoft > Windows > Current Version then check in Run and RunOnce to see
if MySQL is there. If it is delete that entry (make sure you know you're
deleting the right one though!)
Now do this
Scott's explaination makes it look a bit like the if syntax in MS Excel
If($first, $second, $third)
"Kit Kerbel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> What, if you please, does this syntax denote exactly.
>
> ($i==0?($i):($i*20))
>
>
> ___
the host name you want touse has to be a valid hostname .. so you can't just
make on up and go beauty i'll use that one .. it has to be added to ur dns
in order for virtual hosts to work
> -Original Message-
> From: Sean M. Mayhew [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 24 July 2002
Nicole,
if you have StarOffice or OpenOffice on your machine or have access to it it
can save into MS Word Doc format.. just use the save as..
cheers
> -Original Message-
> From: Nicole Amashta [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 25 July 2002 1:36 PM
> To: [EMAIL PROTECTED]
> Su
You could also make a function to simplify things if you have lots of links
function dolink($href, $text) {
$text = "$text";
return $text;
}
then calling
echo dolink("page1.php","Link to page 1");
would output a link to page1.php with the text Link to page 1
"Tim Blackwell" <[EMAIL PROTECTED]
kit ,
1st off have a look in the manual it will have it all there...
2nd normally a session will end when the user closes the browser..
> -Original Message-
> From: Kit Kerbel [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 30 July 2002 12:11 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN
>
>
> hi guys
>
> im stuck with check boxes now
>
> n id b really gratefull if anyone d help plx
>
> the thing is i cnt get the cheked value from a
> checkbox
>
>
> sign me up
> fo weekly news letter and updates
>
try this
sign me up
> fo weekly news letter and updates
or what ever
> -Original Message-
> From: Kevin Stone [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 31 July 2002 4:01 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Does System() work?
>
>
> I'm trying to run a simple script that pings and address and outputs the
> results using the system() functio
Isn't there a setting in php.ini which restricts the maximum file size that
can be uploaded?
Does your program work for small files?
"Daniel MassóN" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Hi there !! ... im Daniel im new in the list !!
>
> Hi there
which does not work:
$my_mail = ""
mail ($my_mail, "No need for reply -- PHP test!", "hi Peter\nLine 2\n");
3. I have a XP-firewall.
As all the other programs work well (several messengers work fine: AOL,
MSN) what did I do wrong, forget etc.
Can anyone help me?
st I
take here some other address?. I am really sorry. I have no idea. You
must tell me exactly.
with friendly greetings,
Peter
Piotr Pluciennik wrote:
> So, you should have an access to smtp server. Then in
> php.ini set lines as below according to address of
> your server and your ma
, tell me what to do exactly. In the XP environment.
with friendly greetings,
Peter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
Thanks for this answer. No, I do not have an ISP. I only have a raw
line: fast ADSL without any whatever, but guaranteed fast.
I do not understand your kind of english, but it seems to me from your
last sentence that I should give up.
with friendly greetings
Peter van Summeren
Ross
am an ISP provider.
Well than, where/how can I become ISP provider? Because I want to be
independent.
with friendly greetings,
Peter van Summeren
B.A.T. Svensson wrote:
>>Thanks for this answer. No, I do not have an ISP. I only have a raw
>>line: fast ADSL without any whatever, bu
Hi,
anybody who can help?
I Try to post data from form test1.html and read in new_entry.php form (environment:
Windows XP Prof. , Apache, PHP 4.0.5)
test1.html
new_entry.php This one should display the posted variables
$value) {
print "$key = $value";
}
?>
up to now.
Has anyone an idea, how I can get rid of this problem?
Thanks.
Peter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Paco
You should submit them again for inclusion - these would be really useful
for lot's of people. Myabe they just got missed. The maintainer for MSSQL
is Frank Kromann.
Cheers
Peter
"Paco Ortiz" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">n
06 on Win2K CGI
version.
Any help much appreciated
Peter
--
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, e-mail: [EMAIL PROTECTED]
I think you could add the 'fixcrio' command to your QMail startup. Not
really fixing the problem, but a workaround nonetheless.
HTH
Peter
"Eric Rosebrock" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey there, I pos
d you could use is to send your mail by going through a COM object.
PHP supports COM pretty well, so you could access CDONTS or any of the
multitude of mailers and send mail that way rather than through the native
PHP method.
Good luck
Peter
"Eric Rosebrock" <[EMAIL PROTECTED]
Hi all,
Could someone please tell me how to make MySQLi available on Apache 1,3,
PHP 4,0 and MySQL 4 (the installation from dev5beta3.exe).
Thank you in advance.
Kind regards
Peter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
(originally posted to php-db, but I realized that this list is far more germane
for the question - apology to those reading it twice).
I don't even know if this is possible, or if I'll have to go the route of .NET
development to get this sort of functionality (I'm sure it's possible if I jump
thro
What's the work around?
Thanks,
Peter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all
NT4 Server SP6 IIS4
I installed PHP 4.0.6 according to the instructions posted on php.net and ran
the ubiquitous "hello world" script to verify that all was working as
advertised.
My webserver rsponded with a popup window as follows:
php.exe - invalid current directory
The process can
down the service, and restarted the
>server as Standalone, the admin tool seemed to remember to activate things
>standalone on the next reboot.
>
>good luck,
>
>Warren Vail
>Tools, Metrics & Quality Processes
>(415) 667-7814
>Pager (877) 774-9891
>215 Fremont 0
nd "C:\php\php.exe
-c c:\foo %s %s" into the IIS configuration for each site, but
neither has had any effect. Is what I'm trying to do possible?
Thanks very much for your time.
Peter Witkop
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
session.save_path is correct (/tmp) in Unknown on line 0
I have provided a directory called tmp as a sub directory of the directory
in which the little program resides. It is not read only. Phpinfo() shows
session.save_path as /tmp.
Would anyone help me please?
Peter Finch
--
PHP Windows Mailing List
Many thanks indeed. That did the trick. Peter Finch
"Scott Hurring" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> you have to setup the directory for sessions in your
> 'php.ini' file.
>
> It defaults to
I am having problems installing php (4.2.1) on Personal Web Server on
Windows 95 using the InstallShield installer and specifying the standard
installation. I have set up a php directory given it full privileges
including execute and tested that it is in my webspace. When I try and run a
test php
on the top of every pages that you need the sessions make sure you have
session_start() put this before any html out put and you shouldn't have any
problems
> -Original Message-
> From: Kieran Hall [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 26 August 2002 9:01 AM
> To: [EMAIL PROTECTED]
>
// No steps associated with lot. HUH?
// Major error...
}
} else {
// no newport operation loaded in sys_load
}
} else {
// No newport operation available, shouldn't be trying to
import
// from newport anyway...
}
Peter Silbermann
Tyco Electronics Inc.
Fiber Optic Buisness Unit
Active Products Group
Device Validation
908-704-3303 (Work)
610-570-2185 (Mobile)
[EMAIL PROTECTED]
?>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
how r u getting $game? that's the undefind var.
> -Original Message-
> From: Anyang [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 2 October 2002 11:38 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] i need help with an undefined variable
>
>
> I wrote a php script for a page that I hosted
t; Sent: Wednesday, 2 October 2002 1:43 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] i need help with an undefined variable
>
>
> Like i said, the other server understood it at a function of the
> address bar
> so if index.php?game=foobar then $game = foobar and it would
Any advice on this would be much appreciated:
I am trying to send a simple email. in the php file, i have entered:
when i load the page, i get the following:
Warning: Server Error in C:\inetpub\wwwroot/php/tests/test.php on line 2
test.php being the file containing the PHP mail code
this is
e seen a load of
> different free mail services and how to install (I didn't have to do
> that so I'm not going to try to tell you how to do it ...)
>
>
> Peter Haywood wrote:
>
> > Any advice on this would be much appreciated:
> >
> > I am trying to send a si
Hello All,
I'm having trouble installing PHP on a W2K workstation. I've got mySql
and Apache working on it fine but I can't get it to display a PHP test page.
When I do http://localhost/ it shows the test HTML page fine. When I do
http://localhost/test.php I get an error message saying that
ur website at
http://www.triplehash.com. The Professional Edition is the one with PHP
support.
You can send bug reports to us through the "Contact Us" section of our
website.
Hope to see you there!
Regards
Peter
P.S. I hope you don't consider this as SPAM. I don't know w
I wonder how could I get the module name causing instability in PHP4.0.5
ISAPI module (binary distro) under w2k.
After my admins updated and fixed the win2k server I've noticed some
'Access violations at 0x##' errors on the script only after calling
one second and more time.
The only thing lea
much too trivial, I'm a newbie in PHPland :-)
Thanks for any suggestion,
Peter
--
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, e-mail: [EMAIL PROTECTED]
a big buffer for the string so that
performance gets better (something like SetLength() in Delphi). How can I do
this?
Xuse me if the answer is much too trivial, I'm a newbie in PHPland :-)
Thanks for any suggestion,
Peter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscri
avoid using external files for the accumulation, since we
need some good performance and typically disk v.s. memory cannot compete
(the server has enough RAM;-).
"Peter Illes" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
>
not finding out how...
Happy New Year,
Peter
--
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, e-mail: [EMAIL PROTECTED]
Alain, thanks for the link.
Peter
-Original Message-
From: alain samoun [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 31, 2001 6:56 PM
To: Peter Illes; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Re: Performance tuning #2
No faq, but an archive at:
http://marc.theaimsgroup.com/?l=php
var-parameter version...
Thanks again, Peter
-Original Message-
From: Alek Andreev [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 31, 2001 2:35 PM
To: Peter Illes
Subject: Re: [PHP-WIN] Re: Performance tuning #2
There are two ways to do that:
Method 1: Add each new part of the result
r any help/pointers,
Peter
--
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, e-mail: [EMAIL PROTECTED]
s:
(space or +) => AND
# => OR
- => NOT
( ) => ( )
It is actually not too complicated, but I wanted to use some pre-created
general parser instead of rolling our own stuff.
Thanks, Peter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECT
Brian,
Go and get PHPTriad. That setups up Apache/PHP/MySQL for you. It's very
starightforward and you don't have to mess around with any settings at all.
Hope this help.
-Peter
"Brian" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PRO
Hi all,
I too was eager to try the pear default install with the new windows binary
but even now it's downloading a file that doesn't have it. Can we perhaps
have a direct URL to the fixed file or a new link to it from the php site?
Thanks,
Peter
--
PHP Windows Mailing List (http://w
Help please
I'm trying to put some national characters out with this function:
imagestring ($image, $font_size, 5, 5, "Hej æøå from Peter", $colour);
The national characters comes out unreadable. What can I do?
Peter Henriksen
Denmark
--
PHP Windows Mailing List (http://w
d
libpq.dll and libpq.lib and copied it to winnt/system32 folder (i tried php
dll extensions dir as well) but i still have same warning and pg_*
functions are not avilable.
Your help is very appreciated
Peter Kmet
--
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
need help:
what do you suggest to use:
$mc = new myclass();
or
$mc = &new myclass();
because in any tutorial I can see the first form, but on page "what references do" in
PHP manual I found out the second form
so?
5o
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, vi
why?
there is written, that not using & sign will assign only copy ov object created - that
means, you have one object 2 times in memory (in the first case)
5o
Dvdmandt wrote:
> I do believe you want the first version...
> "Peter Misun" <[EMAIL PROTECTED]> skrev i
Sven Schnitzke wrote:
> This is conceptual. If you want to know if &new() is 'cheaper'
> than new() you might want to ask the developers list or take
> a look at execution time for 1 [&]new()s or so.
yes, this is what I want to know
I'll ask in php.dev developers list forum
5o
--
PHP W
but I couldn't find case, in which is better to use the first form
why should I have copy, if there is an original where I'm not having control over it
?!?
5o
Per Lundberg wrote:
> On Fri, 2003-06-06 at 11:23, Peter Misun wrote:
> > need help:
> > what do you sugg
.
>
> Simos Anagnostakis
> Dept. of Primary Education
> University of Crete
> Campus Rethymno 74100
> tel +302831077623 fax 77596
--
Mgr. Peter Misun
MicroStep-MIS, Ilkovicova 3, 841 04 Bratislava, Slovakia
tel: +421/ 2/ 602 00 127, 111, fax: +421/ 2/ 602 00 180
--
PHP Windows Mai
here is answer I was waiting for:
Per Lundberg wrote:
> On Fri, 2003-06-06 at 14:17, Peter Misun wrote:
>
> > but I couldn't find case, in which is better to use the first form
> > why should I have copy, if there is an original where I'm not having
> > con
problem was with switch in W2k server
there is - Performance Options -> Application response - and it can be switched to
"Applications" or "Background services"
after switching from second one to first one (app...), everything works fine now
(without CGI Error)
to the mail server
> > directly and send mail the time is correct, so it appears to have
> > something to do with PHP. Does anyone have any thoughts on this?
> > =20
--
Mgr. Peter Misun
MicroStep-MIS, Ilkovicova 3, 841 04 Bratislava, Slovakia
tel: +421/ 2/ 602 00 127, 111, fax
file_url));
$str = chunk_split(base64_encode($str));
$message .= "$str\n";
$message .= "\n";
//message ends
$message .= "--MIME_BOUNDRY--\n";
mail("[EMAIL PROTECTED]","Purchase Order",$message,$hea
Howdy
I have a script that lists files from a directory. What I want to do is
spilt the result up so that files are displayed into a html table that
is 8 colums wide and how ever many rows are needed.
( my script is below )
Any help would be aprechiated
Cheers
Peter
Heres my script
$dir
Raul,
Thank you very much for your help it works like a charm :)
--
Peter Houchin
Sun Rentals
-Original Message-
From: Raul IONESCU [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 23 July 2003 4:52 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] combo boxes
Be more specific. Send
user name I even know my password .
QUESTION?
I can't seem to get a html file with the PHP code to work. ?
any ideas
Peter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o the default switch cause the
variable are lost
any help. is it still a problem of configuring php etc
Peter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
use single quotes and concat the
variables outside of the quoted line. Better performance, less problems
with variables not being expanded correctly.
Beckman
--
$_POST[elementName], like $elementName
> = $_POST[elementName], then continute use your original SQL sentence
> when the register_globals was on.
Waste (albeit very minor) of variable space. Concat them.
Beckman
--
1 - 100 of 136 matches
Mail list logo