[PHP-WIN] Fast Template and PHP Varibles

2001-09-12 Thread Chris Burwell
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

[PHP-WIN] Fatal Error

2001-10-18 Thread Chris Burwell
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

[PHP-WIN] Instalation Problem

2001-11-10 Thread Chris Martinez
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

RE: [PHP-WIN] why doesn´t exec("dir"); work ?

2001-11-15 Thread Boget, Chris
> 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

[PHP-WIN] How to create and run background process at Win2K

2001-11-18 Thread Chris Lee
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

RE: [PHP-WIN] mulit dimensional array

2001-11-26 Thread Boget, Chris
> 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

[PHP-WIN] Self Submitting form

2001-10-14 Thread Chris Burwell
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

[PHP-WIN] FastTemplate Sending headers

2001-10-16 Thread Chris Burwell
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

[PHP-WIN] Compiling with Dev-CPP

2001-11-30 Thread Chris Murphy
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

[PHP-WIN] GD 2.0.1 DLL

2001-11-30 Thread Chris Murphy
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

RE: [PHP-WIN] Re: How to do a File browse operation in PHP

2001-12-17 Thread Boget, Chris
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

RE: [PHP-WIN] exe app with php

2001-12-17 Thread Boget, 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

[PHP-WIN] Re: Cookie Can't Display Name on other page

2001-12-21 Thread Chris Lee
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

[PHP-WIN] 500 Internal Server Error

2002-01-01 Thread Chris Burwell
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

[PHP-WIN] Cookies

2002-01-01 Thread Chris Burwell
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

[PHP-WIN] Re: 500 Internal Server Error

2002-01-01 Thread Chris Burwell
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

[PHP-WIN] Array within a Class?

2002-01-05 Thread Chris Hall
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

Re: [PHP-WIN] Array within a Class?

2002-01-05 Thread Chris Hall
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

[PHP-WIN] Re: [PHP] Using VS.NET for PHP Projects - Revisit

2003-01-07 Thread Chris Boget
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

RE: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Chris Kranz
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

RE: [PHP-WIN] Re: PHP Search

2003-01-17 Thread Chris Kranz
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

RE: [PHP-WIN] cookies problem

2003-01-18 Thread Chris Kranz
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

RE: [PHP-WIN] Re: Subject: cookies problem (FIXED)

2003-01-19 Thread Chris Kranz
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

RE: [PHP-WIN] Configuration of Apache Server

2003-01-19 Thread Chris Kranz
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

RE: [PHP-WIN] New guy to PHP Mail Parse question

2003-01-19 Thread Chris Kranz
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

RE: [PHP-WIN] forms, php

2003-01-19 Thread Chris Kranz
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

RE: [PHP-WIN] Moving an uploaded file keeps failing

2003-01-20 Thread Chris Kranz
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--

RE: [PHP-WIN] Moving an uploaded file keeps failing

2003-01-20 Thread Chris Kranz
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

RE: [PHP-WIN] PHP on IIS4 problem

2003-01-21 Thread Chris Kranz
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

RE: [PHP-WIN] Who is foo & what is bar?

2003-01-21 Thread Chris Kranz
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

RE: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Chris Kranz
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

RE: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Chris Kranz
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

[PHP-WIN] Wierd Windows Problems

2003-01-29 Thread Chris Deam
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.

Re: [PHP-WIN] Wierd Windows Problems

2003-01-30 Thread Chris Deam
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

[PHP-WIN] Re: Wierd Windows Problems

2003-01-30 Thread Chris Deam
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

[PHP-WIN] Problem closing COM object

2003-02-02 Thread Chris Kranz
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->

RE: [PHP-WIN] I get a "File Download" dialogue box

2003-02-10 Thread Chris Kranz
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

RE: [PHP-WIN] I get a "File Download" dialogue box

2003-02-10 Thread Chris Kranz
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

RE: [PHP-WIN] reading lines from a file

2003-02-11 Thread Chris Kranz
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

RE: [PHP-WIN] reading lines from a file

2003-02-11 Thread Chris Kranz
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:

RE: [PHP-WIN] quotes and backslashes

2003-02-12 Thread Chris Kranz
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

RE: [PHP-WIN] PWS or IIS?

2003-02-12 Thread Chris Kranz
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

RE: [PHP-WIN] PHP or Apache isn't playing nice

2003-02-12 Thread Chris Kranz
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

RE: [PHP-WIN] Re: PHP or Apache isn't playing nice

2003-02-13 Thread Chris Kranz
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

RE: [PHP-WIN] < Previous and Next > Buttons

2003-02-17 Thread Chris Kranz
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 >

RE: [PHP-WIN] Problems installation of Apache 2.0.44

2003-02-18 Thread Chris Kranz
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

RE: [PHP-WIN] Upload big files

2003-02-19 Thread Chris Kranz
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-

RE: [PHP-WIN] File Upload Help Needed

2003-02-25 Thread Chris Kranz
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

[PHP-WIN] file write issues...

2003-02-25 Thread Chris Kranz
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

RE: [PHP-WIN] File Upload Help Needed

2003-02-25 Thread Chris Kranz
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

RE: [PHP-WIN] File Upload Help Needed

2003-02-25 Thread Chris Kranz
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

RE: [PHP-WIN] file write issues...

2003-02-27 Thread Chris Kranz
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...

RE: [PHP-WIN] Re: destroying COM objects

2003-02-28 Thread Chris Kranz
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

[PHP-WIN] Re: Send mail

2003-03-01 Thread Chris Morris
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

[PHP-WIN] .htaccess and crypt

2003-03-01 Thread Chris Morris
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

RE: [PHP-WIN] PHP array to JS function ???

2003-03-03 Thread Chris Kranz
#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

RE: [PHP-WIN] Re: php.ini

2003-03-03 Thread Chris Kranz
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

RE: [PHP-WIN] ARRAY Question!

2003-03-04 Thread Chris Kranz
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]

[PHP-WIN] 405 - Method Not Allowed

2003-03-07 Thread Chris Morris
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

RE: [PHP-WIN] testing to see if a file exists in a directory

2003-03-11 Thread Chris Kranz
$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

RE: [PHP-WIN] Excel Spreadsheet as a datasource

2003-03-18 Thread Chris Kranz
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

RE: [PHP-WIN] php as exe in windows

2003-03-24 Thread Chris Kranz
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

RE: [PHP-WIN] Can't get domxml working

2003-03-24 Thread Chris Kranz
. 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

RE: [PHP-WIN] Unable to Fork error using exec() or system()

2003-03-24 Thread Chris Kranz
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

[PHP-WIN] .

2003-03-31 Thread chris . avontuur
Regards, Chris Avontuur Web Development Medical Imaging IT Philips Medical Systems Nederland B.V. Building QV-222 phone +31 40 27 65625

[PHP-WIN] COM - ADODB connection...

2003-08-21 Thread Chris Kranz
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;");

[PHP-WIN] Re: MS Word COM Object formatting

2003-08-22 Thread Chris Kranz
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($

[PHP-WIN] problems with mysql connections not closing

2003-09-01 Thread Chris Kranz
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

[PHP-WIN] Re: problems with mysql connections not closing

2003-09-02 Thread Chris Kranz
> 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

[PHP-WIN] Re: stuck with substr now .......

2003-09-02 Thread Chris Kranz
> > 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

[PHP-WIN] RE: Problem writing to a file

2003-09-09 Thread chris . neale
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

[PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Chris L
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

Re: [PHP-WIN] free windows editor with ftp?

2003-09-10 Thread Chris L
[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

[PHP-WIN] RE: free windows editor with ftp?

2003-09-11 Thread chris . neale
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

[PHP-WIN] RE: free windows editor with ftp?

2003-09-11 Thread Chris L
[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

[PHP-WIN] RE: excel tables to mysql tables

2003-09-11 Thread chris . neale
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

[PHP-WIN] printer extension problems

2003-12-02 Thread Chris Pecor
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

[PHP-WIN] Question about $tbuf in php-4.3.4-installer.exe

2003-12-09 Thread Chris Bunting
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"];

[PHP-WIN] win + php + ssl + mysql

2004-02-11 Thread Chris Kwan
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

RE: [PHP-WIN] RE: decimal numbers

2001-01-10 Thread Boget, Chris
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

Re: [PHP-WIN] DOM

2001-01-13 Thread Chris Adams
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

Re: [PHP-WIN] PHP Editor

2001-01-14 Thread Chris Adams
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

Re: [PHP-WIN] String Replacement

2001-01-14 Thread Chris Adams
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)

Re: [PHP-WIN] passing windows username to apache

2001-01-16 Thread Chris Adams
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

RE: [PHP-WIN] Sessions/security

2001-01-17 Thread Boget, Chris
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

RE: [PHP-WIN] Page names as variables?

2001-01-23 Thread Boget, Chris
king to do above and I found that $HTTP_REFERER just wasn't doing it for me... Chris

Re: [PHP-WIN] PDFLib

2001-02-21 Thread Chris Adams
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

RE: [PHP-WIN] how to execute PHP code on the fly

2001-02-22 Thread Boget, Chris
p code in a > string? check out eval(); Chris

[PHP-WIN] Microsoft Access prepared statement with parameters problem

2001-03-03 Thread Chris Poirier
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

Re: [PHP-WIN] Re: IE 5.5,authentication,PHP sessions: IE never stops

2001-03-05 Thread Chris Poirier
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

Re: [PHP-WIN] transparent

2001-03-06 Thread Chris Adams
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

[PHP-WIN] Benchmark humor

2001-03-09 Thread Chris Adams
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]

Re: [PHP-WIN] Personal Web Server

2001-03-11 Thread Chris Poirier
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

[PHP-WIN] Acessing a DDE server

2001-03-15 Thread Chris Hills
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]

Re: [PHP-WIN] PHP+Apache question

2001-03-15 Thread Chris Adams
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

[PHP-WIN] php_fdf.dll ?

2001-03-19 Thread Chris Leesch
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]

RE: [PHP-WIN] Windows and Linux

2001-03-19 Thread Chris Leesch
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

[PHP-WIN] Accessing a DDE server

2001-03-25 Thread Chris Hills
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]

[PHP-WIN] Re: [PHP-GTK] Time

2001-03-30 Thread Chris Chabot
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

[PHP-WIN] Re: [PHP-GTK] Time

2001-03-30 Thread Chris Chabot
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]>

<    1   2   3   >