Is anyone here familiar with the FastTemplate class for PHP? If so maybe you
can help me. All i want to do is print a PHP varibles value out when my
template is phrased. I will give you an example. When I make a form in the
action="" part It usually reads action=\"$PHP_SELF\". Now that i have
swit
When I try to assign a php varible to a fast template value i get the
following fatal error:
Fatal error: Call to a member function on a non-object in
c:\web\re-write\news.php on line 43
Line 43 reads as follows: $tpl->assign(NEWSID, $newsid);
Any ideas on what is happening, and how i can fix t
y could not be "read".
My browser returns the following:
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:
There are no headers listed. Any help would be appreciated.
Thanks,
Chris
--
PHP Windows Ma
> why can´t I run exec("dir"); ?
What you want is:
exec( "dir", $dirContents );
foreach( $dirEntry as $dirContents ) {
echo $dirEntry;
}
I believe that'll work and do what you want...
Chris
Hi,
It is possible to create/run background process at Win2K / Apache
environment? If yes, how?
Regards,
Chris Lee
--
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
> i have set up an array like this...
> $myCart = "myShopping Cart";
I don't think you are allowed to have spaces in variable
names. Try removing the above space and see if that
doesn't fix your problem.
Chris
I am having trouble with a user registration script. It seems that the
script is not registering the varible $stage for some reason. This means
that my script will not move to the next stage in it's execution. I can't
figure out how to fix this. I should note that i am using php 4.0.6 with
apache
When i run my user login script i get the following errors:
Warning: Cannot add header information - headers already sent by (output
started at c:\web\fasttemplate\class.FastTemplate.php:333) in
c:\web\re-write\login.php on line 38
Warning: Cannot add header information - headers already sent by
Does anybody out there know how to compile PHP with Dev-CPP? I can't afford
MSVCPP - what can I say. Anyway - I am a relative Newbie, but would like to
compile it with extensions such as GD... Thanks for the help, I know its
probably something simple!
Chris
--
PHP Windows Mailing
Anybody have the GD 2.0.1 or higher DLL compiled? I would REALLY appreciate
a copy... I am hopeless for compiling... Thank you
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
ut a a form that just wanted a file name (and not necessarily the file),
I'd be leery of using such an input field.
Chris
he question
wants to do is client side.
Kevin, PHP can't do anything client side. You are going to have
to do that using some other technology (possibly including, if
possibel, just using a simple anchor tag).
Chris
wow sessions and cookie on the same page? why dont you just use one or the
other? I pref sessions. never the less.
your not setting the exp, path, or domain in your setcookie() you must do
all those.
setcookie('name', 'chris lee', time()+84700, '/',
'www.medi
I am running apache 1.3.X, MySQL 3.23.47, and PHP 4.1.0 on windows XP pro. I
have a user login script that compare the information the user enters into
the forms with the information in our database. After the user enters the
correct information a session should be started. My question is when my
I have a user authentication script that compares the information the user
enters t the information that is in a database table. When the user enter
the correct information (Username and password) Two cookies are set one for
the username and one for the password. My problem is when the user is
red
oes anyone
else encounter this problem, and has anyone solved this problem. Also, does
anyone know if this problem is going to be addressed in future releases of
PHP?
"Chris Burwell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am run
Just a quicky --
I have yet to see anyone define an array within a class, yet if it is
possible, would i be able to access that array with
$this->array["variable"];?
Thanks in advance.
------
Chris Hall
Web Applicat
dankeshane Micheal -- ill give it a shot and let ya know how it turns out :)
Chris Hall
hardwired industries
"Michael Sims" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At 03:04 PM 1/5/2002 -0800, Chris Hall wrote:
> >Just
ross anything like that so I'm stuck with HS.
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Line numbers...
Colours are nice, but I like it simple. And line numbers are about as
nice as I like :)
I pretty much stick to dreamweaver MX, but I disable most of the crap in
it. Just plain line numbers, and some colouring :)
Suites me just fine!!!
chris kranz
fatcuban.com
-Original
search, you could have a script to
index and categorise each page first. Pull out text and stick in in the
database with relations to what colour it is for instance. Would make
your actual search script run a lot faster that's for sure...
chris kranz
fatcuban.com
-Original Message-
From
I've had the same problem myself. Seems to happen with a default install
of IIS 5 etc. etc.
I've changed the php.ini so it should create and save the cookies, but
it just ignores them.
Sorry, no solution, I just made workarounds :(
chris kranz
fatcuban.com
-Original Message
surely if headers had already been sent, it would give an error telling
you so. In my files, the page is displayed properly, in full, with no
errors... but cookies are missing from the server and being sent.
chris kranz
fatcuban.com
-Original Message-
From: Neil Smith [mailto:[EMAIL
Make sure your browsing to the file thru your webserver...
http://localhost/test.php
and not locally...
file://c:/www/test.php
for instance... other than this, I've had this problem, but it was
configuration errors in httpd.conf. double check everything in here...
chris kranz
fatcuba
Make sure you have global variables set on in your php.ini
If you can't change this, then try doing $_POST['variable name'] to get
the form fields...
Unless your submitting your form using GET ofcourse, then use $_GET
chris kranz
fatcuban.com
-Original Message-
Fr
For starters.
$username = $_POST['username'];
in your form, you declare name, not username
is this code you've given from the page login.php? is it simply
submitting to itself?
chris kranz
<http://www.fatcuban.com/> fatcuban.com
-Original Message-
From: Ad
copies to
as an absolute directory. Windows doesn't handle relative file copies
too well. It's caught me out on that a few times. TBH, not sure on all
the syntax, as I do things very differently... a lot simpler to be
honest...
Good luck...
chris kranz
fatcuban.com
-Original Message--
move_uploaded_file("d:\\temp\\" . $_FILES['userfile']['tmp_name'],
"d:\\blah.txt");
see if that creates a file called blah.txt
if it does, then you gonna have to name your file, rather than just tell
it d:\
chris kranz
fatcuban.com
-Original Message
Also check that your browsing to the files across http://localhost and
not file://c:/www/blah.php
chris kranz
fatcuban.com
-Original Message-
From: Veselina Jecheva [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 9:11 AM
To: Patrick Chemali; [EMAIL PROTECTED]
Subject: Re
Hehe!!!
It's one of those classic terms that spans across many languages and
dates back quite a long time. Whenever I pickup a programming book,
somewhere in there, you'll find the infamous foo and bar...
chris kranz
fatcuban.com
-Original Message-
From: Mikey [mailto:[EMAIL
ybe I was dreaming, but I seem to remember it clearly, that's why I
used NetPBM instead at the time...
chris kranz
fatcuban.com
-Original Message-
From: Afan Pasalic [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 12:19 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sub
Sup:
http://gallery.menalto.com/modules.php?op=modload&name=GalleryFAQ&file=i
ndex&myfaq=yes&id_cat=3&categories=3+-+Gallery+Graphics+Toolkits&parent_
id=0
chris kranz
fatcuban.com
-Original Message-
From: Afan Pasalic [mailto:[EMAIL PROTECTED]]
Sent: Thursday
ing. Now I
know that it would be trivial to chanfe the php test to "Add", but again,
this exact code works fine on the Linux setup.
What could be so different about Apache/PHP/MySQL in a windows environment.
I am reluctant to post further code, but if you think it is necessary, I
will.
Okay, you are correct about the coding practices, but this is not really
helping me. One other thing I forgot to mention is that I have two such
buttons:
Search
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Okay, I fixed it. Here is the fix.
Instead of:
Search
Add
But what I don't understand is that the latter works both in IE and Netscape
on the Linux setup, but only the fix works on the windows setup. Any ideas?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
are
loaded every time the script is run.
I've tried several different methods of closing it, that's why this code
is a little longer than the examples around...
Code:
...
$ex->Application->ActiveWorkbook->Close("False");
$wkb->Release();
$ex->Quit();
$ex->
Need a bit more info to say for sure...
But check that PHP is setup properly on the web server, follow the
install instructions...
What server you running? Have you followed the config instructions
fully?
chris kranz
fatcuban.com
-Original Message-
From: news [mailto:[EMAIL PROTECTED
Sorry... I think I'm going blind :p
chris kranz
fatcuban.com
-Original Message-
From: news [mailto:[EMAIL PROTECTED]]
Sent: 10 February 2003 16:49
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] I get a "File Download" dialogue box
I am trying to configure run PHP4 on Apach
tell you what the code would be?
chris kranz
fatcuban.com
-Original Message-
From: George Pitcher [mailto:[EMAIL PROTECTED]]
Sent: 11 February 2003 11:59
To: Svensson, B.A.T. (HKG); [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] reading lines from a file
Yes, I suppose I do.
I want to be ab
scripts
on my live server, that's just asking for trouble, especially if you
make a mistake... (thinks back to his recursive directory delete
function)
Hehe :)
chris kranz
fatcuban.com
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
Sent: 11 February 2003 15:
Checkout the stripslashes() and addslashes() functions. Very cool for
stuff like this, and very easy :)
chris kranz
fatcuban.com
-Original Message-
From: Per Lundberg [mailto:[EMAIL PROTECTED]]
Sent: 12 February 2003 09:00
To: Bobo Wieland
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN
server once a month to try some
scripting, then maybe PWS is better, as you don't have to run it as a
service all the time, but if your gonna be doing stuff all the time,
again, IIS is a better bet.
Hope this helps...
chris kranz
fatcuban.com
-Original Message-
From: m1nt ch3w
This may just be me, and I could be wrong, but I've had problems with
relative paths and such using windows boxes before. Windows had always
been an ass to me on this.
You may need to try specifying the directory absolutely.
Are you getting any error messages?
chris kranz
fatcuba
Ah, missed this when I first looked at your problem.
If you can't change register_globals in the php.ini file, try using
$_GET[mod]
instead of $mod
chris kranz
fatcuban.com
-Original Message-
From: wisi [mailto:[EMAIL PROTECTED]]
Sent: 10 February 2003 03:57
To: [EMAIL PROT
ver record your currently on, and it should be fairly straight
forward...
Hope this helps anyway...
chris kranz
fatcuban.com
-Original Message-
From: Matt Babineau [mailto:[EMAIL PROTECTED]]
Sent: 17 February 2003 15:03
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] < Previous and Next >
You also need the file php4ts.dll in either the apache directory, the
windows root, or in the path directive...
chris kranz
fatcuban.com
-Original Message-
From: Luis Ferro [mailto:[EMAIL PROTECTED]]
Sent: 18 February 2003 15:07
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Problems
Also check the max upload size, and the max post size in your php.ini
files. These will also effect what and how much you can upload.
Not sure how to check the filesizes before you upload. That's something
I'd find useful...
chris kranz
fatcuban.com
-Original Message-
http://www.php.net/manual/en/features.file-upload.php
Surprisingly enough, straight from the manual ;)
chris kranz
fatcuban.com
-Original Message-
From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
Sent: 25 February 2003 17:13
To: PHP
Subject: [PHP-WIN] File Upload Help Needed
PHP
ailes". dunno why. tried changing it to fputs,
and also added the touch line in there incase it was having trouble
creating the file... which it's not, coz the file gets created fine.
any help please? :)
chris kranz
<http://www.fatcuban.com/> fatcuban.com
ave... This will only upload txt
or html files... But it will display the file properties even if the
file is denied. Also has a file size limit of about 10k. This is a cut
down script of something straight of my website, and that runs on both a
win xp box, and a linux box. Only difference is $home_d
very good resources in there.
chris kranz
fatcuban.com
-Original Message-
From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
Sent: 25 February 2003 17:13
To: PHP
Subject: [PHP-WIN] File Upload Help Needed
PHP List,
I'm new to PHP and I'd like to create a Fil
empting to write a null string, which
apparently gives an erro :)
Thanks for the help anyway ;)
chris kranz
fatcuban.com
-Original Message-
From: Sven Schnitzke [mailto:[EMAIL PROTECTED]
Sent: 26 February 2003 09:30
To: 'Chris Kranz'
Subject: AW: [PHP-WIN] file write issues...
PHP won't do this, and
you quickly get a flooded machine with no memory or CPU power :p
chris kranz
fatcuban.com
-Original Message-
From: Michael Power [mailto:[EMAIL PROTECTED]
Sent: 28 February 2003 11:58
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Re: destroying COM objects
&g
Have you set up your SMTP server in the PHP configuration?
"Orlando castañeda" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I am trying to send an e-mail like this:
There are no errors, but the e-mail is never sent !
I apreciate any help !
Tito
[EMAIL PROTECTED]
[EMAIL PROTECT
I have seen several PHP scripts that act as an interface to .htaccess files.
They are able to add, change, and delete users from a nice, web-based
interface. The only problem is that they don't work on Windows.
I read a post somewhere where someone said that this is because the scripts
use "crypt
#x27;t make too much
difference to your scripting. It can still be dynamic as you like...
There may be some way of putting the array into the POST_VARS and then
getting JS to read it out of there, but that's just an idea, and I dunno
if that'd be supported at all.
chris kranz
fatcuban.com
Or...
Extension_dir = c:\php\extensions
I think as default they've unpacked there?
Not meaning to split hairs :p
chris kranz
fatcuban.com
-Original Message-
From: J.Veenhuijsen [mailto:[EMAIL PROTECTED]
Sent: 03 March 2003 08:05
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: ph
Something like...
$array_length = count( $myArray );
$myArray[$array_length + 1] = $new_data;
This what your after? I think there might be a function for this tho,
but I'm a bit thick :p
chris kranz
fatcuban.com
-Original Message-
From: Matt Babineau [mailto:[EMAIL PROTECTED]
I am running the latest version of PHP on Windows 2000 Server & the latest
version of Apache. I have a PHP script that is used to process a POST
request. Simple enough, right? Well, whenever thsi script is called, I get
a 405 Method Not Allowed error. The script is in a folder off of the
"htdoc
$path_to_file = "http://www.yourwebsite.com/pdf/this_file.pdf;
If( file_exists( $path_to_file ) )
{
//do stuff
}
chris kranz
fatcuban.com
-Original Message-
From: Herhuth, Ron [mailto:[EMAIL PROTECTED]
Sent: 11 March 2003 16:43
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] te
I've used COM objects to write to Excel spreadsheets and had no-end of
problems. But never tried reading from it, well, did minimal reading to
find the next blank cell, so I guess it would be much the same. It's
pretty simple stuff using the COM object to access it tho.
chris kranz
fa
ly
running php.exe for this one script, you might also consider making a
custom php.ini file and putting it in with the php.exe folder. Although
if you use php on your webserver on the same machine, this wouldn't be
worth doing...
chris kranz
fatcuban.com
-Original Message-
From: Mi
.
Just an idea...
chris kranz
fatcuban.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 24 March 2003 21:30
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Can't get domxml working
Hi everyone!
I've been trying to include php_domxml.dll for quite
Can you not run your external programs in a batch file? Or will that
also run under "cmd /c" ?
chris kranz
fatcuban.com
-Original Message-
From: Dave Marr [mailto:[EMAIL PROTECTED]
Sent: 24 March 2003 18:15
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Unable to Fork error using
Regards,
Chris Avontuur
Web Development
Medical Imaging IT
Philips Medical Systems Nederland B.V.
Building QV-222
phone +31 40 27 65625
so i have something like this...
$xlsFile = $_FILES['fileupload']['tmp_name']; //the file we're reading is
the one we just uploaded
$conn= new COM("ADODB.Connection") or die( "did not connect" );
$conn->Open("Driver={Microsoft Excel Driver
(*.xls)};DBQ=$xlsFile;ExtendedProperties=Excel 8.0;");
you should be able to ... in word ... open up the html page from word
itself, and then save it as a word doc... thinking in my head, soemthing
along the lines of...
$file="bios.html"
$word=new COM("Word.Application") or die("Cannot start word for you");
$word->visible =0 ;
$word->Documents->Open($
OS: Win 2k
Web Server: Apache 1.3.27
PHP: 4.1.2
MySQL: 3.23.39
really can't tell if this is a coding issue, a software issue, or just a
random bug somewhere...
basically we have a fairly large intranet, serving up several thousand
pages/hits everyday to mainly mac/pc users. somewhere, in all this
> Chris, not sure if this is related to my question aka mysql_pconnect
>
> are u using mysql_pconnect or plain mysql_connect to connect to the
> database? This is the behaviour I'm getting, but with
> apache1.3.27/php4.3.2/mysql4.013
>
that was my first question to
>
> and for this i need to splitt the title retrieved from db to two
> strings ..
>
$array = explode( "/r/n", $stringToSplit );
print $array[0]; //first part
print $array[1]; //second part
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
at might fix it. Maybe also move the
rename command to after the file close statements, although it might work as
it is.
The Chmod statement will probably work now too
Hope that helps..
Regards
Chris Neale
Contract Developer
Somerfield Store Ltd.
-Original Message-
From: George Pitcher
Any recommendations for a free windows editor suitable for PHP that has FTP
built-in?
Also, recommendations for a decent free editor without FTP would be
welcomed. I am making recommendations to my students who are learning
PHP/MySQL and for whom Emacs is a bit much to ask :) Integrated FTP wo
[EMAIL PROTECTED] (Stephen) wrote in
news:[EMAIL PROTECTED]:
> I have to agree with these two, although the latest non beta version
> has a small problem with its code highlighting. However, this has
> (apparently) been fixed in beta. It is the best program I have found,
> and it can open a huge
it has built in
FTP, though I've always tested on my local system and then used a batch file
from the command line to upload.
C
-Original Message-
From: Chris L [mailto:[EMAIL PROTECTED]
Sent: 10 September 2003 15:34
To: [EMAIL PROTECTED]
Subject: free windows editor with ftp?
Any r
[EMAIL PROTECTED] (Chris Neale) wrote in
news:[EMAIL PROTECTED]:
> I'd recommend the Zend IDE. I've started using it recently in favour
> of ConText, and the new version (still in Beta) has syntax
> hightlighting and a code analyser. It also indents your code neatly
> fo
e the spreadsheet as a
csv file to make it work.
Regards
Chris
-Original Message-
From: arslanli [mailto:[EMAIL PROTECTED]
Sent: 11 September 2003 08:10
To: [EMAIL PROTECTED]
Subject: excel tables to mysql tables
I have 4500 records in excel tables waiting to be insert into mysql
stru
start a new page, below I have $y starting at 110 just
for the margin
$y = 110;
}
What am I doing wrong here? I've searched through tons of google's to find
an example of someone doing this but all I can find are endless amounts of
manual entries on the same functions. Little hel
in
c:\inetpub\wwwroot\chris\dbtest\pages.php on line 40
Line 40 is shown directly below:
--
$buffer = $tbuf;
Here is a bigger part of the fuction if it helps...
---
while($row = mysql_fetch_array($sql))
{
// Setup for use with templates.
$variable1=$row["title"];
I have php pages working along witha Mysql in a Windows 2000 server. What I
want it's adding ssl to the pages.
At the moment I'm using Apache, but this can be change to another webserver
if neccesary.
I've tried to set the system up, but the result is the server turns out to
be unstable. My pages
e
> instead.
> More info here: http://www.php.net/manual/function.sprintf.php
Or you can use number_format() and you won't have to remember
all those printf() formatting strings... :p
Chris
On 13 Jan 2001 14:22:24 -0800, James Duncan <[EMAIL PROTECTED]> wrote:
>the client's last request. If I do a client pull I will have all the clients
>polling the server every minute or so asking for new data regardless if any
>exists or not. This could cause serious overloading of the server, wher
On 14 Jan 2001 07:16:11 -0800, Angus Mann <[EMAIL PROTECTED]> wrote:
>Does anyone know of an editor that has good syntax colouring and also can
>handle braces matching?
Textpad (http://www.textpad.com/). It's pretty customizable, allows a fair
amount of configuration per file-type and has a few
On 14 Jan 2001 19:40:28 -0800, Toby Butzon <[EMAIL PROTECTED]> wrote:
>Ok, so you want to replace ONLY the word "boy" with the word "girl"... you
>don't want to touch "boys".
>
>Perhaps str_replace("boy ", "girl ", $myStr) would do the trick?
Better yet, preg_replace("/\bboy\b/i", "girl", $myStr)
On 16 Jan 2001 03:57:10 -0800, Matt Williams <[EMAIL PROTECTED]> wrote:
>we're just considering setting up Apache/Linux for our intranet server. Is
>there any way that we can get the users windows logon username available to
>the scripts on the intranet machine.
If they're using IE, just enable H
ot;
What qualifies as "complete"? After each page is parsed and served to the
client? After a certain amount of time when the requesting browser hasn't
made another request?
Chris
king to do above and I
found that $HTTP_REFERER just wasn't doing it for me...
Chris
On 21 Feb 2001 20:45:52 -0800, Randall Barber <[EMAIL PROTECTED]> wrote:
>Now, within PHP, I try to call pdf_set_font($pdf, "Times-Roman", 12, =
>"host", 1);
>Do to a lack of information in the PHP manuals (for instance, where =
>fonts need to reside; how you call them if they don't reside there
p code in a
> string?
check out eval();
Chris
llowing message:
Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver]COUNT field
incorrect , SQL state 07001 in SQLExecute in ...
Can anyone tell me what I'm doing wrong?
Thanks, Chris.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTEC
ou have to clear the password field and hit OK. Crazy, huh?
>
> - Ken
There is a suggestion in the PHP online documentation that has worked for
me (except in Opera 5, which seems to ignore the Realm). Add a timestamp
to the Realm that changes with each new session. IE 5.0 will prompt for a
d
On 5 Mar 2001 10:56:59 -0800, Bacon Luvva <[EMAIL PROTECTED]> wrote:
>Is there a way to transparently download from another server such that
>no url is ever seen in the status bar using PHP.
Have you tried something like this:
http://some.other.server/file");
?>
--
PHP Windows Mailing List (htt
ps, I found the
difference - PHP was doing 5,000 queries and Cold Fusion was doing 500.
Chris
--
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]
pages (frames), it is probably
better to just get OmniHTTPD from http://www.omnicron.ab.ca -- it comes
with PHP installed, and is easy to set up. It is a bit slower than PWS
(it runs PHP as a CGI), but it is more stable.
Later, Chris.
--
PHP Windows Mailing List (http://www.php.net/)
To unsub
How can i access a dde server using php?
--
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]
On 15 Mar 2001 06:12:43 -0800, Martin Lindhe <[EMAIL PROTECTED]> wrote:
>the execution can take a long time, so i would want to execute it
>on a regular interval instead, so the data can be fetched from
>the database only, with close enough up-to-date information.
>
>however php (of course) execut
iries for ActiveX, Perl, C and Java. PHP is not mentioned
anywhere...
thanks for helping...
chris.
--
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]
hi,
check your sql query, especially the table and column names.
mysql for windows is not case sensitive, whereas mysql for linux is.
so under linux, not only the spelling must match but also the used case.
chris.
-Original Message-
From: Mujahid [mailto:[EMAIL PROTECTED]]
Sent: lundi 19
How can i access a dde server using php?
--
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]
7; has no fraction (behind the . or ,
depending on locality, its on the hour)
I realy hope this wont become a windows support mailing list though, thats kinda
outside of the scope of php-gtk? :)
-- Chris
Josh Seward wrote:
> Hello,
>
> Is there a way to have php run a script at a cer
moments of the day :)
-- Chris
Steph wrote:
> Seconds? I thought milliseconds?
>
> Oh well, suck it and see, Josh!
> ;)
>
> - Original Message -----
> From: "Chris Chabot" <[EMAIL PROTECTED]>
> To: "Josh Seward" <[EMAIL PROTECTED]>
101 - 200 of 227 matches
Mail list logo