Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-05 Thread Pierre Joye
that's totally unrelated. His problem is a basic installation issue. Either the OCI client is missing or he is loading the wrong version (11G in 5.3 requires version 11). A wrong ISAPI would give a different error, like "this module is built for xyz but foo is used" API error check. Cheers, On W

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-05 Thread Kris Craig
Have you tried running PHP as a FastCGI module instead of ISAPI? I'm not sure if it's still performing better or not, but at very least it is a lot easier to setup. --Kris

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Fred Silsbee
Joye Subject: Re: [PHP-WIN] error message appears "cannot find php_oci8.dll" To: "Fred Silsbee" Cc: "Justin Dearing" , php-windows@lists.php.net Date: Tuesday, April 5, 2011, 12:02 AM I'm not sure where you looked but the manual is full of complete solution to install

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Pierre Joye
gt; > There is NO working,complete set of directions to install php on windows. > > I could find NO directions as to what to put on the line isapi in the IIS 5.1 > properties. > get, head, post, debug > > --- On Mon, 4/4/11, Justin Dearing wrote: > > From: Justin Dearing &g

Re: [PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Fred Silsbee
, debug --- On Mon, 4/4/11, Justin Dearing wrote: From: Justin Dearing Subject: Re: [PHP-WIN] error message appears "cannot find php_oci8.dll" To: "Fred Silsbee" Date: Monday, April 4, 2011, 8:16 PM Edit your PHP.ini to remove the php_oci8 module. Aldo that DLL belongs in t

[PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Fred Silsbee
error message appears  "cannot find php_oci8.dll" appears just after fresh use of browser for a php file. Occurs only once after boot under Win XP Prof SP3 It did not help to put the file nearly everywhere forgot to mention that this message does not det

[PHP-WIN] error message appears "cannot find php_oci8.dll"

2011-04-04 Thread Fred Silsbee
error message appears  "cannot find php_oci8.dll" appears just after fresh use of browser for a php file. Occurs only once after boot under Win XP Prof SP3 It did not help to put the file nearly everywhere C:\ C:\php C:\php\ext C:\windows C:\windows\system32 PHP 5.2.6 using MySQL 5

[PHP-WIN] Error while inserting data into mysql

2011-03-01 Thread nagendra prasad
Hi All, I have 2 simple php pages. One with the form just like some sales voucher. Another is to print in a proper format and to insert the form database into mysql. When I enter some data in the sales voucher everything is going well, however when it comes to the second php for inserting data int

Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-17 Thread Niel Archer
It occurred to me that you may be over complicating things. Could the filenames for UV photos not be added as an extra column to the main table? If that's acceptable you would have the filename available in the previous page and could pass that through the session variable instead of the species_n

Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-17 Thread Niel Archer
> Oh foo! I posted before sending the code! This time it will be there. Sorry > Bill > > > Thanks to help from the forum, I am a step closer to being able to > display a whole bunch of UV fluo

Re: [PHP-WIN] Re: [Bulk] Fwd: Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-16 Thread Lars Mueller
Am 17.01.2011 03:24, schrieb Bill Mudry: When I tried this, I found more information on mysql_real_escape() at: > http://php.net/manual/en/function.mysql-real-escape-string.php > With this proof that it is a valid function, it is hard to understand the error I got when I used your second sug

[PHP-WIN] Re: [Bulk] Fwd: Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-16 Thread Bill Mudry
Thunderbird/3.1.7 To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Error: Not a proper resource --- with code this time! Am 15.01.2011 17:35, schrieb Bill Mudry: Lars, thank you for your effort and willingness to help. Unfortunately, we have a way to go yet for success: $uvquery = &q

Re: [PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-16 Thread Lars Mueller
Am 15.01.2011 17:35, schrieb Bill Mudry: $uvquery = "SELECT `uv_filename` FROM 'uvphotos' WHERE `species_name`= $speciesname"; That should probably be ... FROM `uvphotos` WHERE `species_name` = '$speciesname'"; or better: ...WHERE `species_name` = '".mysql_real_escape($speciesname)."'"; --

[PHP-WIN] Error: Not a proper resource --- with code this time!

2011-01-15 Thread Bill Mudry
Oh foo! I posted before sending the code! This time it will be there. Sorry Bill Thanks to help from the forum, I am a step closer to being able to display a whole bunch of UV fluorescent pho

[PHP-WIN] Error: Not a proper resource

2011-01-15 Thread Bill Mudry
Thanks to help from the forum, I am a step closer to being able to display a whole bunch of UV fluorescent photos (of wood) but now I have come up with an "not a proper resource" error after the SELECT statement in trying to go the next step with a mysql_query statement. I am largely sure that i

Re: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-18 Thread Richard Quadling
On 18 October 2010 15:54, wrote: > Requested test results at bottom > H.H. > > -Original Message- > From: Richard Quadling [mailto:rquadl...@gmail.com] > Sent: Friday, October 15, 2010 6:44 AM > To: Holcombe, Howard @ CSG - CSE; php-windows > Subject: Re: [PHP-

RE: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-18 Thread Howard . Holcombe
Requested test results at bottom H.H. -Original Message- From: Richard Quadling [mailto:rquadl...@gmail.com] Sent: Friday, October 15, 2010 6:44 AM To: Holcombe, Howard @ CSG - CSE; php-windows Subject: Re: [PHP-WIN] error of "Could not open input file" from PHP CLI On 14 Oc

Re: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-15 Thread Richard Quadling
gt; phpinfo(); > ?> > > X:\work\hholcomb\PHP\extract_5.3.3_VC6> > > -Original Message- > From: Richard Quadling [mailto:rquadl...@gmail.com] > Sent: Thursday, October 14, 2010 1:24 PM > To: Holcombe, Howard @ CSG - CSE; php-windows > Subject: Re: [PHP-WIN] err

Re: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-14 Thread Richard Quadling
@gmail.com] > Sent: Thursday, October 14, 2010 8:16 AM > To: nevvermind > Cc: Holcombe, Howard @ CSG - CSE; php-windows@lists.php.net > Subject: Re: [PHP-WIN] error of "Could not open input file" from PHP CLI > > On 14 October 2010 12:50, nevvermind wrote: >> That link was

Re: [PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-14 Thread Richard Quadling
On 13 October 2010 15:28, wrote: > > HELP > > I have just started to work with PHP. > > When I attempt to execute a PHP script I always get the error msg >       Could not open input file: > > I did not find anything about this being a known problem in the archive > so presume I am doing somethi

[PHP-WIN] error of "Could not open input file" from PHP CLI

2010-10-13 Thread Howard . Holcombe
HELP I have just started to work with PHP. When I attempt to execute a PHP script I always get the error msg Could not open input file: I did not find anything about this being a known problem in the archive so presume I am doing something wrong. How can I resolve this problem? Howard

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-11 Thread Pierre Joye
hi, On Sun, Apr 11, 2010 at 5:33 PM, Ferenc Kovacs wrote: >> > I did silly error. I had put suhosin directory into extensions directory >> > then I decided to make clean PHP compilation just to be sure I'm able to >> > compile PHP. Suhosin contains patch for crypt but PHP sources was not >> > pa

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-11 Thread Ferenc Kovacs
On Sun, Apr 11, 2010 at 12:41 PM, Pierre Joye wrote: > hi, > > On Sun, Apr 11, 2010 at 10:51 AM, Tomasz Krawczyk > wrote: > > Hi > > > > crypt.obj : error LNK2001: unresolved external symbol _crypt > > Release\php5.dll : fatal error LNK1120: 1 unresolved externals > > NMAKE : fatal e

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-11 Thread Pierre Joye
hi, On Sun, Apr 11, 2010 at 10:51 AM, Tomasz Krawczyk wrote: > Hi > > crypt.obj : error LNK2001: unresolved external symbol _crypt > Release\php5.dll : fatal error LNK1120: 1 unresolved externals > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio > 9.0\VC\Bin\

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-11 Thread Tomasz Krawczyk
Hi crypt.obj : error LNK2001: unresolved external symbol _crypt Release\php5.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\Bin\cl.exe"' : return code '0x2' Stop. I did silly error. I had put

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-10 Thread Pierre Joye
hi, everything looks normal but this error. Can you try to run buildconf, configure, nmake again? Also delete the debug/release directory before. Cheers, On Sat, Apr 10, 2010 at 9:53 AM, Tomasz Krawczyk wrote: > Pierre Joye pisze: >> >> hi, >> >> It works just fine for us. Can you paste the co

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-10 Thread Tomasz Krawczyk
Pierre Joye pisze: hi, It works just fine for us. Can you paste the compilation log to pastebin pls (output generated when you called nmake)? Btw, he php internals windows list more appropriate for this question. Cheers, 2010/4/10 Tomasz Krawczyk : Hi I'm trying to compile PHP 5.3.2 with VC

Re: [PHP-WIN] error compiling php-5.3.2

2010-04-09 Thread Pierre Joye
hi, It works just fine for us. Can you paste the compilation log to pastebin pls (output generated when you called nmake)? Btw, he php internals windows list more appropriate for this question. Cheers, 2010/4/10 Tomasz Krawczyk : > Hi > > I'm trying to compile PHP 5.3.2 with VC9 but I get this

[PHP-WIN] error compiling php-5.3.2

2010-04-09 Thread Tomasz Krawczyk
Hi I'm trying to compile PHP 5.3.2 with VC9 but I get this error Creating library Release\php5.lib and object Release\php5.exp crypt.obj : error LNK2001: unresolved external symbol _crypt Release\php5.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Fi

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-26 Thread Pierre Joye
On Fri, Feb 26, 2010 at 10:24 AM, Sachin Srivastava wrote: > In the link that is provided by you, there is a link to > http://pecl2.php.net/downloads/php-windows-builds/php-libs/binary-tools.zip > which does not contain any freetype libraries. Also i downloaded the > php-5.3.1 zip source from php

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-26 Thread Sachin Srivastava
In the link that is provided by you, there is a link to http://pecl2.php.net/downloads/php-windows-builds/php-libs/binary-tools.zip which does not contain any freetype libraries. Also i downloaded the php-5.3.1 zip source from php site. Another thing, the php-5.2.x builds fine with my setup, bu

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-26 Thread Pierre Joye
Then try using the link I gave you. Do not use the libraries on gnuwin32 (see the link). On Fri, Feb 26, 2010 at 8:35 AM, Sachin Srivastava wrote: > Hello, > > Thanks for the reply. > > I installed the freetype v2.3.5 using the setup found at > http://gnuwin32.sourceforge.net/packages/freetype.ht

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-25 Thread Sachin Srivastava
Hello, Thanks for the reply. I installed the freetype v2.3.5 using the setup found at http://gnuwin32.sourceforge.net/packages/freetype.htm I am compiling php as: cd C:\php-5.3.1 cscript /nologo win32\build\buildconf.js cscript /nologo configure.js --enable-snapshot-build --enable-cli --e

Re: [PHP-WIN] Error compiling php-5.3.1

2010-02-25 Thread Pierre Joye
hi, It works just fine here (and all our build boxes). Where did you get the freetype library and how do you compile PHP? Please try again using this simple howto: http://wiki.php.net/internals/windows/stepbystepbuild Cheers, -- Pierre On Thu, Feb 25, 2010 at 3:17 PM, Sachin Srivastava wrote

[PHP-WIN] Error compiling php-5.3.1

2010-02-25 Thread Sachin Srivastava
Hello, I am compiling php and its giving me this error: (I am using freetype -2.3.5 ) Generating Code... rc /fo Release_TS\php5ts.dll.res /d FILE_DESCRIPTION="\"PHP Script Interpreter\"" /d FILE_NAME="\"php5ts.dll\"" /d PRODUCT_NAME="\"PHP Script Interpreter\"" /IRelease_TS /d MC_INC

Re: [PHP-WIN] Error Question!

2008-05-23 Thread bitslayer
Matthew, It seems, from looking at your supplied code, that you have a variable-naming typographic error. The variables have to match: $projects_results = mysql_query($projects, $conn) or die(mysql_error()); $project_data = mysql_fetch_array($project_results)) -- Jeff White is: [EMAIL PROTECTE

Re: [PHP-WIN] Error Question!

2008-05-23 Thread James Crow
Matt, You may want to watch out for is sql injection attacks. Just to be on the safe side consider something like: $projects = "select name, type, location, date_added from uploads where user_id = '" . mysql_real_escape_string($_SESSION['user_id'], $conn) . "'"; The reason for the error is $pro

[PHP-WIN] Error Question!

2008-05-23 Thread Matthew Gonzales
Hello Everyone, I keep getting this error: *Warning*: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in *C:\wamp\www\login\testroom\upload.php* on line *107, *for this particular area of code. Code: //Check to see what files they have uploaded in the past $p

RE: [PHP-WIN] Error reporting

2007-07-31 Thread Gustav Wiberg
c: 'php-windows@lists.php.net' Subject: RE: [PHP-WIN] Error reporting Ha hawellthat's slightly embarrassing! But turns out it's not the issue after all. It must be the permissions issue, but unfortunately I haven't had a chance to get back and test it. Thanks for tha

RE: [PHP-WIN] Error reporting

2007-07-31 Thread Bruce Cowin
nday, July 30, 2007 1:02 AM To: Stut Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Error reporting Thanks for the quick response. I load the page by going to the URL, not by doing a file/open. I checked the phpinfo page and there is only one php.ini mentioned there. I think your 3rd scenar

Re: [PHP-WIN] Error reporting

2007-07-30 Thread Stut
Bruce Cowin wrote: Thanks for the quick response. I load the page by going to the URL, not by doing a file/open. I checked the phpinfo page and there is only one php.ini mentioned there. I think your 3rd scenario is the most likely so I'll look into that. You need to check phpinfo from both

RE: [PHP-WIN] Error reporting

2007-07-29 Thread Gustav Wiberg
ut Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Error reporting Thanks for the quick response. I load the page by going to the URL, not by doing a file/open. I checked the phpinfo page and there is only one php.ini mentioned there. I think your 3rd scenario is the most likely so I'll

Re: [PHP-WIN] Error reporting

2007-07-29 Thread Bruce Cowin
Thanks for the quick response. I load the page by going to the URL, not by doing a file/open. I checked the phpinfo page and there is only one php.ini mentioned there. I think your 3rd scenario is the most likely so I'll look into that. Thanks again. Regards, Bruce >>> Stut <[EMAIL PROTECT

Re: [PHP-WIN] Error reporting

2007-07-29 Thread Stut
Bruce Cowin wrote: I originally sent this to the general list with no replies. As I'm it concerns writing to the Windows event log, I thought I'd try my luck on this list. I'm running PHP 5.1 on IIS. My dev environment is all local on my machine. My php.ini has the following error reporting s

[PHP-WIN] Error reporting

2007-07-29 Thread Bruce Cowin
I originally sent this to the general list with no replies. As I'm it concerns writing to the Windows event log, I thought I'd try my luck on this list. I'm running PHP 5.1 on IIS. My dev environment is all local on my machine. My php.ini has the following error reporting settings: error_repor

Re: [PHP-WIN] Error: illegal character I need help

2007-07-27 Thread Stephen
imited knowledge on PHP and as I say this is sample code from a guy who shut his business down beacuse he stopped and was giving the code away. It was orriginally made in PHP 4 so this could be why it is not working, beacuse I am running PHP 5. ""Jeff White"" <[EMAIL

Re: [PHP-WIN] Error: illegal character I need help

2007-07-26 Thread Niel Archer
> > At first glance, in your message I noticed that the second backslash ( > \"checkbox"\ ) is after the double quote. The backslash should be before the > double quote for proper escaping in JavaScript. That could be your problem > possibly. Not a PHP question really. However, at a guess I would

RE: [PHP-WIN] Error: illegal character I need help

2007-07-26 Thread Jeff White
m: Stephen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 8:24 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Error: illegal character I need help I am trying to get a sample code that I got from the internet to work on my website. Every time that I check the error logs I get t

[PHP-WIN] Error: illegal character I need help

2007-07-26 Thread Stephen
I am trying to get a sample code that I got from the internet to work on my website. Every time that I check the error logs I get tis message: Error: illegal character Source File: http://192.168.0.102/wle_form.php?run=&; Line: 969, Column: 55 Source Code: if(document.AuthChangesForm.eleme

[PHP-WIN] Error With fsocketopen() Call

2007-05-09 Thread James Crow
Hello all, I am having a problem sending an email from PHP 4.1.3/IIS 5.0. I am using a PHP Class called phpmailer. The problem occurs when the mailer tries to open a socket to my SMTP server. I can get the same error with this little bit of code: // Begin test code $fp = fsockopen("smtp.examp

[PHP-WIN] Error 500 in IIS weblog

2005-02-28 Thread Menashe
Hi, I'm running php 5.03 on windows 2003 as isapi. Everything looks OK, and i can see all the php pages, but when I checked the IIS log file I saw that all the requests to php pages are with the error 500. Does someone had this problem ? How can i fix it, i tried to change all the parameters i k

[PHP-WIN] error handling

2005-01-18 Thread phpWalter
What error handling routines/classes/etc do you use, and why? Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Error when trying to get global variables

2005-01-13 Thread Louis Young
Hi there I've used a tool called asp2php to convert all my asp files to php files, but now in ASP you have the global.asa file. I've converted this to global.php. So now part of it looks as follows: function Application_OnStart() { extract($GLOBALS); $Application["ConnectionString"]="PROVIDER=

RE: [PHP-WIN] error. no database selected problem solved!

2004-10-26 Thread Zareef Ahmed
lto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 7:18 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] error. no database selected problem solved! Thanks for all of your input. I didn't realize that I had to 1st create the database: mysql> create database phonelist; Database "ph

[PHP-WIN] error. no database selected problem solved!

2004-10-26 Thread Patrick Roane
Thanks for all of your input. I didn't realize that I had to 1st create the database: mysql> create database phonelist; Database "phonelist" created. and than follow that up with: mysql> use phonelist Database changed next: mysql> create table table01( id INT(100) PRIMARY KEY, firstNa

[PHP-WIN] error. no database selected.

2004-10-26 Thread Patrick Roane
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(15), lastName VARCHAR(15), email VARCHAR(20), phone VARCHAR(15) ); There must

Re: [PHP-WIN] error working with squirrellmail

2004-09-06 Thread Luis Moreira
On line 104, obviously... Luis Moreira wrote: Apparently, you are calling the SPRINTF function with the wrong number of arguments Jose Castilla Gallardo wrote: Hi, i have installing php with squirrelmail and when run squirrelmail found this messages: "PHP Warning: sprintf(): Too few arguments

[PHP-WIN] error working with squirrellmail

2004-09-05 Thread Jose Castilla Gallardo
Hi, i have installing php with squirrelmail and when run squirrelmail found this messages: "PHP Warning: sprintf(): Too few arguments in webmail\src\login.php on line 104 " Do you know what happend??? Saludos ___ -- Saludos __

[PHP-WIN] Error After Installing Mambo

2004-08-13 Thread Q . Reyes
I'm getting this message after I install Mambo: "Can\'t create/write to file \'W:\tmp\#sql_116c_0.MYI\' (Errcode: 2) SQL=SELECT ROUND(v.rating_sum/v.rating_count) AS rating, v.rating_count,\na.*, u.name AS author, u.usertype\nFROM mos_content AS a\nINNER JOIN mos_content_frontpage AS f ON f.cont

[PHP-WIN] Error opening dictionary with php pspell function pspell_new

2004-08-05 Thread Glyn Burton
I'm trying to get up and running using the pspell functions on Windows. It seems everything is installed OK. I can use aspell from the Windows command prompt fine. PHP thinks the pspell module is loaded OK. However, when I try to execute the pspell_new function I get the following: - "Warning:

Re: [PHP-WIN] error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread Luis Moreira
<[EMAIL PROTECTED]> Sent: Tuesday, January 27, 2004 9:06 AM Subject: [PHP-WIN] error with variables after php 4.1.1 (but not priors) > Hi, > > I was using PHP 4.1.1 for windows without any problem. But I can't put a > newer version into my server. > In versions after PHP

[PHP-WIN] error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread Josep
Hi, I was using PHP 4.1.1 for windows without any problem. But I can't put a newer version into my server. In versions after PHP 4.1.1 if I pass a simple form value to a next php document, the value "loose" its value :-(. I haven't touch anything in php.ini file. Here the code example (that works

[PHP-WIN] Error opening files sent via PHP script with IE on XP

2003-11-25 Thread Jarl E. Gjessing
I have made a website where registered users can download documents from a protected area. Only problem is, that users using windows XP and internet explorer cannot use the Open, when they klik the link. I have tried various browsers under Linux and Windows 2000, they dont have any problems. I pass

[PHP-WIN] Error parse regular expression for Multi-Edit 9

2003-11-21 Thread Vladimir Iahnenco
Hi All, Attached php.exe to the list of multi-edit 9 compilers. Does anybody has the php error parse regular expression string? -- Best regards, Vladimir --- mailto: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] error [warn] getsockname and localhost not recognized

2003-11-10 Thread Dan McFall
WinMe, easyphp 1.6 and 1.7(worked previously with 1.6 but now won't work with 1.6 or 1.7) [warn] getsockname Can anyone enlighten me as to cause and solution for this warning when attempting to load a localhost page? I can ping as localhost and as 127.0.01, mysql works but when I try to open any p

RE: [PHP-WIN] Error connecting to MySQL Database

2003-10-27 Thread Gerardo Rojas
Message- From: Yosvel Reyes [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 9:31 AM To: PHP Windows Subject: [PHP-WIN] Error connecting to MySQL Database Hi All: I'm a PHP beginner and just I am trying to connect using PHP to a MySQL Database with the following

[PHP-WIN] Error connecting to MySQL Database

2003-10-27 Thread Yosvel Reyes
Hi All: I'm a PHP beginner and just I am trying to connect using PHP to a MySQL Database with the following code "; } } else{ echo "Cant execute the SQL statement"; } } else

[PHP-WIN] error mysql_num_rows()

2003-10-21 Thread sdogos elias
Hi, i made i search script and in localhost it works ok. But when i 'll publish the script in the web i see that error msg Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/expressfilm.gr/www/demo/results.php on line 51 Here is the code of the scripot i

Re: [PHP-WIN] Error calling php_info

2003-10-18 Thread Alan McDonald
phpinfo() no underscore Alan "Donatas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Getting CHM version of PHP manual would be the right thing to do. It's > index/search is the best way to learn about functions you need. > > Good luck ;) > > Donny > > Yosvel Reyes wrote: > > >Hi Al

Re: [PHP-WIN] Error calling php_info

2003-10-17 Thread Donatas
Getting CHM version of PHP manual would be the right thing to do. It's index/search is the best way to learn about functions you need. Good luck ;) Donny Yosvel Reyes wrote: Hi All: Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS I'm Just a php beginner and I'm testing some

Re: [PHP-WIN] Error calling php_info

2003-10-16 Thread Frank M. Kromann
Hi, The correct function name is phpinfo(); without the underscore. - Frank > Hi All: > > Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS > > I'm Just a php beginner and I'm testing some code like > > php_info(); > ?> > > and this code just not work for me i got the follow

[PHP-WIN] Error calling php_info

2003-10-16 Thread Yosvel Reyes
Hi All: Sorry if this message has been send more than once... I have some problems with my account. Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS I'm Just a php beginner and I'm testing some code like and this code just not work for me i got the following error Fatal erro

[PHP-WIN] Error calling php_info

2003-10-16 Thread Yosvel Reyes
Hi All: Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS I'm Just a php beginner and I'm testing some code like and this code just not work for me i got the following error Fatal error: Call to undefined function: php_info() in D:\Program Files\Apache Group\Apache2\htdocs\Ete

[PHP-WIN] Error 404 problem

2003-10-07 Thread Rahman Haqparast
Hi. I have this funny problem. I recieve Error 404 (page not found) when I call the php files in a newly created folder. I have set my IIS so I can browse my web folders. It shows the newly created folder but when I click on the files in the folder, I recieve Error 404. I use php 4.3.2 and my OS is

[PHP-WIN] Error with IIS

2003-07-08 Thread Klaus Reichl
Hello everybody ! I want to run PHP 4.3.2 on my IIS 5 on Win2000 Server. When i want to open an .php file I always receive the error message "The specified module can't be found". I assume it is an beginners error I made, I took all steps explained on MS Technet http://www.microsoft.com/technet/tr

[PHP-WIN] Error with IIS

2003-07-04 Thread Klaus Reichl
Hello everybody ! I want to run PHP 4.3.2 on my IIS 5 on Win2000 Server. When i want to open an .php file I always receive the error message "The specified module can't be found". I assume it is an beginners error I made, I took all steps explained on MS Technet http://www.microsoft.com/technet/tr

[PHP-WIN] Error from PHP with COM: Creating simple Words doc

2003-06-02 Thread Wee Keat [VisualDensity]
Hi all... I was trying out PHP and COM on my WinXP machine with IIS 5 and I used the following code, which was an example from the PHP manual: /* # the code # */ Version}\n"; //bring it to front $word->Visible = 0; //open an empty document $word->Do

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-28 Thread Dash McElroy
Take a look at http://www.php.net/manual/en/function.pdf-rect.php. Works just fine. -Dash vipula wrote: Hi, I'm trying to draw a table in a PDF with php. At the moment I can draw it as a combination of lines by giving cordinates. Is there any easy or systamatic way to do this. Thanks in advance

Re[2]: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread hippo
Dobrý den, Thursday, March 27, 2003, 10:56:28 AM, napsal jste: > Hi, > I'm trying to draw a table in a PDF with php. At the moment I can draw it as > a combination of lines by giving cordinates. Is there any easy or systamatic > way to do this. > Thanks in advance. > -Vipula Of course bad thre

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread vipula
Hi, I'm trying to draw a table in a PDF with php. At the moment I can draw it as a combination of lines by giving cordinates. Is there any easy or systamatic way to do this. Thanks in advance. -Vipula -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread Ryan
It sounds like it's happening before line 18. Did you close a statement on that last line executed. What's the code before line 18? P.Bijl wrote: U? Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in c:\apache\htdocs\news1\nieuws.php on line 18 17. 18. while ($list = mysql_fe

AW: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-25 Thread Sven Schnitzke
Take a look at line 17; most likely there is a ';' missing to indicate the end of the previous statement. -- Sven > -Ursprüngliche Nachricht- > Von: P.Bijl [SMTP:[EMAIL PROTECTED] > Gesendet am: Dienstag, 25. März 2003 01:20 > An: [EMAIL PROTECTED] > Betr

RE: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-24 Thread Flint Doungchak
I'm not sure, but I think you have to do this on line 19 echo "" . $list->foo . "other text"; -Flint > -Original Message- > From: P.Bijl [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2003 4:20 PM > To: [EMAIL PROTECTED] > Subject: [PHP

[PHP-WIN] Error, does anyone see anything wrong?

2003-03-24 Thread P.Bijl
U? Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in c:\apache\htdocs\news1\nieuws.php on line 18 17. 18. while ($list = mysql_fetch_object($query)) { 19. echo "$list-> blablaetcetc.. Thanx, P -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

SV: [PHP-WIN] Error In CGI Application

2003-02-14 Thread Henrik Hornemann
You probably dont generate any html output. regards Henrik Hornemann > -Oprindelig meddelelse- > Fra: Jey [mailto:[EMAIL PROTECTED]] > Sendt: 14. februar 2003 13:59 > Til: [EMAIL PROTECTED] > Emne: [PHP-WIN] Error In CGI Application > > > I have installed P

[PHP-WIN] Error In CGI Application

2003-02-14 Thread Jey
I have installed PHP 4.3.0 on Windows 2000 Server. And then I edited the php.ini file accordingly. And added the extension .php in IIS 5. And when I try to run a php script I get the following error: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers

Re: [PHP-WIN] error - permissions?

2003-02-01 Thread Stephen Edmonds
IL PROTECTED]> Sent: Saturday, February 01, 2003 3:14 AM Subject: [PHP-WIN] error - permissions? > Hi > I get this error in a login page I've created. I am using root for testing > purposes only on localhost, but it keeps comming up with access denied. > > I am wondering if t

[PHP-WIN] error - permissions?

2003-01-31 Thread Pat Johnston
Hi I get this error in a login page I've created. I am using root for testing purposes only on localhost, but it keeps comming up with access denied. I am wondering if this is a Windows 2000 permissions problem or are new users denied in MySQL? Any idea? Regards, PJ Warning: mysql_connect() [fu

[PHP-WIN] Error

2002-10-04 Thread Ivo Stoykov
Hi I've faced following problem running php 4.2.2 & 4.2.3 with apache 2.0.40 & IIS and DBG php debugger, version 2.11.2, by Dmitri Dmitrienko Opening a page with errors I've got message "Instruction at "0x1009553e" referenced memory at "0x". The memory can not be written" Neither debugg

[PHP-WIN] error from PHP...any ideas?

2002-09-17 Thread Matt Babineau
IIS 5, Win2K, Running as ISAPI, HTTPS, PHP 4.2 PHP has encountered an Access Violation at 01152A55 Any ideas how to deal with this? I got this on my development server. Should I just use PHP as a CGI instead of ISAPI? Matt Babineau MCWD / CCFD - e:

Re: [PHP-WIN] Error after a while???

2002-09-12 Thread Constantin Baciu
ich Gray" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can you post some code to look at? > > -Original Message- > From: M.B. [mailto:[EMAIL PROTECTED]] > Sent: 11 September 2002 20:32 > To: [EMAIL PROTECTED] > Subje

RE: [PHP-WIN] Error after a while???

2002-09-12 Thread Rich Gray
Can you post some code to look at? -Original Message- From: M.B. [mailto:[EMAIL PROTECTED]] Sent: 11 September 2002 20:32 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Error after a while??? Hi, I have a database and a site which has members and so on.. but now I have service (also for

[PHP-WIN] Error after a while???

2002-09-11 Thread M.B.
Hi, I have a database and a site which has members and so on.. but now I have service (also for a long time) http://www.wjp.cjb.net a guestbook service. But yesterday somebody mailt me to say that this error was on his guestbooksite: Warning: mysql_num_rows(): supplied argument is not a valid

[PHP-WIN] error compiling example-extension

2002-07-18 Thread Marco Glatz
hi there, i tried to compile the example-extension from the manual under Win32 with VC++ 6.0, but i get these error-messages: test.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) int __cdecl zend_parse_parameters(int,void * * *,char *,...)" (__imp_?zend_par

[PHP-WIN] Error In Script

2002-06-07 Thread Evans, Josh
I created this script to ping a host and if a response is not received then insert into a database and ping it after x amount of minutes. The script works fine until it starts to ping the hosts that it didn't receive a response from the database then it goes to page cant be displayed. I need to s

FW: [PHP-WIN] Error compiling php4ts.dll on Win2000

2002-06-05 Thread Michael Davey
Ooops! > -Original Message- > From: Michael Davey [mailto:[EMAIL PROTECTED]] > Sent: 05 June 2002 18:16 > To: Christian > Subject: RE: [PHP-WIN] Error compiling php4ts.dll on Win2000 > > > Did you compile your own version of resolv.lib from the DNS

[PHP-WIN] Error compiling php4ts.dll on Win2000

2002-06-05 Thread Christian
Hello guys, I get the following error message when compiling : D:\Travail\php-4.2.1\main\php_network.h(28) : fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory The piece of code is : #ifdef PHP_WIN32 # ifndef WINNT # define WINNT 1 # endif # undef FD_SETSIZE

[PHP-WIN] Error - (include_path='c:\php4\pear') in Unknown on line 0

2002-04-01 Thread Aleem
I am getting the wierdest PHP error. I couldn't find anything on the web regarding this error. The exact error is as follows: [01-Apr-2002 02:45:41] PHP Warning: Failed opening '/apache/htdocs/php.php' for inclusion (include_path='c:\php4\pear') in Unknown on line 0 I have put up online copies

[PHP-WIN] Error after installation

2002-03-17 Thread Erik Pepping
When i run a script test.php after installation on windows 2000 with IIS4 I get the mesage in a browser window: Security Alert! PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STAT

Re: [PHP-WIN] Error::

2002-03-14 Thread KONUS
h 14, 2002 10:48 PM Subject: Re: [PHP-WIN] Error:: > No way. YOu do not need to reformat. Make sure you have your mysql my.cnf > file setup properly on your c:/ drive and the paths are configured with the > correct paths to mysql. > > > "Konus" <[EMAIL PROTECTED]>

  1   2   >