Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Chris
Pretty much the same exact thing. C:\PHP>php -m [PHP Modules] bcmath bz2 calendar com ctype domxml ftp gd msql mysql odbc overload pcre session standard tokenizer wddx xml xslt zlib [Zend Modules] C:\PHP>php -i | find "ext" Content-type: text/html

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Chris
My badI do have msql.dll in c:\php and it is part of the env path. Thanks, Chris ""Chris"" wrote in message news:6d.87.02305.a4c48...@pb1.pair.com... Hello Richard, and thanks for your assistance. I do have it in the path. I have done a search on the server for ms

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Chris
Hello Richard, and thanks for your assistance. I do have it in the path. I have done a search on the server for msql.dll and it doesnt exist. Where does it come from and how do I get it? Thanks, Chris "Richard Quadling" wrote in message news:r2v10845a341004280743obc4213eay229

[PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Chris
Hello, and thanks for your assistance in advance. I am running windows 2008 64 bit/PHP 4.49 and mysql. When I run my application, I get an error. When I check the php.log file it states: PHP Warning Unknown() Unable to load dynamic library c:\php\extensions\php_msql.dll - The specified modu

[PHP-WIN] Unable to load dynamic library php_ifx %1

2010-02-23 Thread Chris
on line 0. On another server, I have the same setup but using the Sqlserver dll. Any Suggestions? Thanks, Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] php_printer.dll and PHP 5.3.0

2009-11-17 Thread Chris Black
n for 5.2, I can do the 5.3 versions later this week. They are usuaally available at http://downloads.php.net/pierre/ . Cheers, On Mon, Nov 16, 2009 at 9:37 PM, Chris Black > wrote: Hello, Does anyone know where I can get a working copy of php_printer.dll for php 5.3.0? I have tried dow

[PHP-WIN] php_printer.dll and PHP 5.3.0

2009-11-16 Thread Chris Black
Hello, Does anyone know where I can get a working copy of php_printer.dll for php 5.3.0? I have tried downloading from a few different resources and it does not appear to work. Also the PECL printer does not seem to exist any more. -- PHP Windows Mailing List (http://www.php.net/) To unsu

[PHP-WIN] Re: [PHP-DB] ntwdblib.dll not found in any of the 5.2.8 zip files

2008-12-21 Thread Chris
Fred Silsbee wrote: --- On Sat, 12/20/08, Fergus Gibson wrote: From: Fergus Gibson Subject: Re: [PHP-DB] ntwdblib.dll not found in any of the 5.2.8 zip files To: fredsils...@yahoo.com Date: Saturday, December 20, 2008, 6:06 PM On Sat, Dec 20, 2008 at 7:59 AM, Fred Silsbee wrote: ntwdblib.

[PHP-WIN] PHP SYSTEM() on IIS

2007-09-28 Thread chris chia
as user A instead of SYSTEM? I have asked for advice from Windows IIS developer and was told that it is not a problem from IIS server.I was told that ASP or ASP.net can change the ownership of any process running on the server, so anyone has any idea how I can approach

[PHP-WIN] Schedule Windows Job with WMI

2007-04-20 Thread McDevitt, Chris
I am trying to use WMI to schedule a Job. Here is the error and my code. Fatal error: Uncaught exception 'com_exception' with message 'Source: SWbemObjectExDescription: Invalid parameter ' in C:\Apache2.2\htdocs\com.php:46 Stack trace: #0 C:\Apache2.2\htdocs\com.php(46): variant->Create('"Cleanup

[PHP-WIN] Re: [PHP-DB] php portfolio

2007-04-19 Thread Chris
Matt Anderton wrote: awesome guys. thanks a lot. one thing I think I DO have going for me -- true I have only flown solo, never worked on a team, but my current project was designed entirely to someone else's specs. I knew there would be lots of changes as it went along and I think I did a dec

[PHP-WIN] Re: [PHP] Problem

2006-03-16 Thread chris smith
On 3/16/06, Bikram Suri <[EMAIL PROTECTED]> wrote: > Hi, > > I do phpinfo(); and I see the include path set to c:\php5\Pear. I have wamp > installed on my machine but before wamp I had done a standalone installation > of PHP 5 in c:\PHP5 diretory. I have since uninstalled it and deleted the > c:\PH

Re: [PHP-WIN] Form problem variables are being sent in the query string

2005-08-22 Thread Chris
Your form should be defined like this: method="post"> The post method is what keeps the variables off the URL string, the action is the page to submit the data to. Chris Jim MacDiarmid wrote: I have 2 form fields one is a checkbox and the other is a hidden field. The check

Re: [PHP-WIN] PHP and Apache

2005-03-01 Thread Chris
No, mod_php.c does nto have to exist. Provided that c:/PHP/php5apache.dll acctually exists, your problem is likely that you have got php5ts.dll in your system path (copying it to the WINNT/System32/ directory works. Chris Logan B wrote: Hi, I'm using Apache 1.3 on my Windows XP Pro box wit

RE: [PHP-WIN] php.ini detail

2005-02-21 Thread Chris Ramsay
problem is linked with the way the argument seperator is being handled - hence your problem with any more than one argument at a time... HTH Chris Ramsay -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: Parsing a PHP file - Newbie alert

2005-02-16 Thread Chris Ramsay
[snip] i could be wrong (been a while since I looked up phpinfo function) but i do believe you must do echo phpinfo(); Please feel free to correct me... [/snip] Indeed, you can just do: HTH ;) -- Chris Ramsay, Web Developer The Danwood Group Ltd. Tel #: +44 (0)1522 882 288 DDI #: +44 (0

Re: [PHP-WIN] sharing files over network with XP Home and PHP?

2005-01-23 Thread Chris
DvDmanDT wrote: Errm.. I did search accutually.. But didn't find anything.. Partly cause I'm running home edition.. There's no security tab there.. And the folders are shared.. Apache is running as SYSTEM, and I'm as User or something like that.. Any more ideas? I don't know if this would work o

Re: [PHP-WIN] Escaping quotes in form validation

2004-12-20 Thread Chris
From your minimal details, I assume you're trying to print the value of a textbox/textarea to a webpage? You would need to use htmlentities() to escape the quotes if that's the case. Chris S.D.Price wrote: Hi can anyone help. I have a news blog system where a user can add news st

[PHP-WIN] Re: error. no database selected.

2004-10-26 Thread Chris
Have you tried using the function "mysql_select_db" to select the database? Patrick Roane wrote: Ok, No syntax errors this time, but when I hit enter (after I type in the code below), I get 'error 1046, no database selected' CREATE TABLE phonelist( id INT(100) PRIMARY KEY, firstName VARCHAR

[PHP-WIN] CGI binary vs. ISAPI module

2004-10-25 Thread Chris Ollar
I'm brand new to PHP. Which is a better method to use for attaching and running PHP scripts on a PWS for Win 98? CGI binary or ISAPI module My ultimate goal is to impliment an attendance database using PHP and MySQL. Thanks to all in advance. -chris -- PHP Windows Mailing List

[PHP-WIN] My brain hurts....

2004-10-15 Thread Chris Ollar
lp of course. I'm going to stick with MySQL and PHP for now. They look like solid choices and I believe they'll do what I want. newbie Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Church Database

2004-10-15 Thread Chris Ollar
I be better off paying someone to do this? Project wise is this a small, medium, or large undertaking. Thanks to all who respond! Chris Ollar -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP & Win98

2004-10-15 Thread Chris Ollar
Will PHP attach to Win98 Personal Web Server? Thanks to all who respond - Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Apache, mod_ssl, OpenSSL, PHP 5.0.2 causes php to crash

2004-09-25 Thread Chris
I'm on Windows XP SP1, Apache 1.3.31, and PHP 5.0.2. PHP5's ISAPI module crashes often with the error message (via error.log): [warn] Loaded DSO c:/php/php5apache.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) The website where I received the

[PHP-WIN] PHP Access Violation

2004-08-05 Thread Chris
n 2k3 IIS6 server. When this access violation happens, I also get a DCOM error in my logs. Any suggestions or ideas will get greatful. Thanks, Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Unable to load php_mysql.dll

2004-08-02 Thread Chris
own on line 0" Note that i've set - cgi.force_redirect = 0; - fastcgi.impersonate = 1; Still the same problem. Any help please. Nadim Attari Alienworkers.com I don't think that relative path is pointing to where you think it is (if it's pointing anywhere at all). Try setting the

[PHP-WIN] PHP Access Violation

2004-07-29 Thread Chris
n 2k3 IIS6 server. Thanks, Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Installing PHP 5.0 on IIS6/win2003

2004-07-28 Thread Chris
Don't know of any how tos out there, but just finish an install of 5 running IIS6 on a 2k3 server. We found an exe to install, but we also downloaded the binaries. If you still need help email me at [EMAIL PROTECTED] and I'll let you know what we did to get it working. Chris Shru

[PHP-WIN] Re: setup of MSSQL with PHP

2004-07-05 Thread Chris
Hey have you uncommented the mssql.dll in php.ini? I have the same setup and it works. You might try calling the server using its ip address or its dns name. Also, how are you setup for the php extension on the server? Are you using the php.exe or the php4isapi.dll for the extension? "Steve Howie"

[PHP-WIN] Re: PHP5 IIS6 2003 Access Violation

2004-07-01 Thread Chris
I read an article that said to replace the php5isapi.dll with the one from RC2. The article is at http://bugs.php.net/bug.php?id=28799 "David Charles" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I can set up the latest version of 4 to run under IIS6 as isapi dll in 5 > minutes. N

[PHP-WIN] Hello and first question

2004-05-26 Thread Chris Patrick Carias Stas
under linux. I tried installing apache with php instead of IIS but the same thing happens. I installed the cgi and de module version of php, but the same error occurs. Any sugestions? Chris

[PHP-WIN] Re: [PHP] Replace of ' in a query

2004-02-17 Thread Chris Shiflett
an use this function: http://www.php.net/mysql_escape_string However, you should also validate your data before doing anything else. Make sure it is exactly what type of data you are expecting, then escape the string just prior to constructing your SQL statement. Hope that helps. Chris = Chris Shif

[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

[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] 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] Re: size for background image /CBKERNDTER

2003-10-23 Thread Chris B. Kerndter
U cant set a size for a background img, it tiles automatically. Plese refer to any HTML or CSS Reference Greetings, [EMAIL PROTECTED] "Rinku Shivnani" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I want to set one image as background and on whole page. But I cant do it as

[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] 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: 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

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] 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

[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] 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: 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] 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: 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] 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] BTW: Help With CGI Timeout

2003-07-21 Thread Chris
BTW I can run a regular cgi script out of my cgi-bin directory for a much greater period of time without being shut down by the time limit. Chris wrote: > I have a script that uploads a data file and inserts several thousand > records into a database table. The script seems to time out w

[PHP-WIN] Help With CGI Timeout

2003-07-21 Thread Chris
myself. What I am trying to determine is, is it possible/reasonable to ask my hosting provider to increase the CGI time out limit. If so, how would I instruct them in this matter? Or possibly, are there other solutions? Thanks for opinions Chris -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Export-Import

2003-04-06 Thread Chris and Trish Kaelin
Does anyone know of a quick way export data from several tables in an Access database and then import that data into corresponding tables in an MySQL database? Chris Kaelin http://www.wrightrelayforlife.com _ Protect your PC

[PHP-WIN] PHP Editor

2003-04-03 Thread Chris and Trish Kaelin
Does anyone have any recomendations for a good inexpensive / free editor for PHP files? Chris Kaelin _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus -- PHP Windows Mailing

[PHP-WIN] Output to Excel File

2003-04-01 Thread Chris and Trish Kaelin
a similar method in PHP ot create a MS Excel spreadsheet? Chris Kaelin _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

[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] Re: Global & POST & uploading files

2003-03-25 Thread chris
On Tue, 25 Mar 2003 13:13:05 -0500, Afan Pasalic <[EMAIL PROTECTED]> wrote: While was working on staging server (Global On) everythign was working ok: Product name: Product Ser.#: Upload 1st image: Upload 2nd image: Upload 3rd image: But, pushing to other server (Global Off) - can't rea

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

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] 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

[PHP-WIN] how do you get eapi support in php4apache.dll?

2003-03-23 Thread chris
I downloaded and recompiled the source with MS Visual Studio 6 with eapi defined, but the resulting dll is exactly the same, and apache still gives warnings and crashes under load. -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP Windows Mailing List (http://www.

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] 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

[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] 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]

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] 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

[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

[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

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

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] 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 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

[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
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

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] 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] < 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] 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] 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] 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] 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] 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] 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] 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] 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

[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->

[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

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] 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] 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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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: 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] 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

  1   2   3   >