Re: [PHP] help, please, understanding my problem

2010-02-22 Thread Ashley Sheridan
On Mon, 2010-02-22 at 09:09 -0600, Stan wrote: I have a PHP page that has require_once(genMyOverlay.js.php); . . . echo body; echo script language=\JavaScript\doit(\mydiv\);/scriptbr; echo /body; genMyOverlay.js.php contains: createDiv() (see below) that creates a DIV ID=mydiv

Re: [PHP] help, please, understanding my problem

2010-02-22 Thread tedd
At 3:15 PM + 2/22/10, Ashley Sheridan wrote: Also, your script tags need a type attribute: script language=javascript type=text/javascript Actually, you only need this: script type=text/javascript The language attribute will throw an error in validation. Cheers, tedd -- ---

Re: [PHP] help, please, understanding my problem

2010-02-22 Thread Ashley Sheridan
On Mon, 2010-02-22 at 12:33 -0500, tedd wrote: At 3:15 PM + 2/22/10, Ashley Sheridan wrote: Also, your script tags need a type attribute: script language=javascript type=text/javascript Actually, you only need this: script type=text/javascript The language attribute will throw

Re: [PHP] help, please, understanding my problem

2010-02-22 Thread tedd
At 5:32 PM + 2/22/10, Ashley Sheridan wrote: On Mon, 2010-02-22 at 12:33 -0500, tedd wrote: At 3:15 PM + 2/22/10, Ashley Sheridan wrote: Also, your script tags need a type attribute: script language=javascript type=text/javascript Actually, you only need this: script

RE: [PHP] Help please!!

2005-01-14 Thread Jay Blanchard
[snip] Thanks guys for any help troubleshooting this. [/snip] Is the drive full? Enough memory? An unusual number of connections? Any other applications added to the system? what do you see when you run top? Have you looked at a MySQL process list? -- PHP General Mailing List

Re: [PHP] Help please!!

2005-01-14 Thread Brent Baisley
I would check what hitting the machine from the network. At the most basic level, just try netstat 1 on the command line. Also try iostat 1 to see what load the machine has. It may not be PHP or Apache but something else, maybe a denial of service attack. On Jan 13, 2005, at 10:02 PM, Brent

Re: [PHP] Help please.

2004-04-29 Thread Elliot J. Balanza
JUST FOR ALL OF YOU OUTTHERE TO KNOW... the problem was that site had Frontpage 2002 extensions installed. Incredibly enough, that was sufficient not to accept the files. Thanks again to all that answered. Vamp Jason Sheets [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED]

Re: [PHP] help please

2004-02-22 Thread adwinwijaya
Hello ajay, Sunday, February 22, 2004, 7:57:21 PM, you wrote: a hi! a i have a class called DB that i include in a page as include(classes/DB.php); a however when i run this page i get an error saying a Warning: main(/home/bikkar/public_html/ajay/classes/DB.php): failed to open a stream: No such

Re: [PHP] help please

2004-02-22 Thread ajay
hi! the code is ?php include(classes/DB.php); include(classes/PageMaker.php); $page = new PageMaker(main.css, USYD Basketball); $page-print_header(); printf(body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0);

Re: [PHP] HELP PLEASE!

2004-02-20 Thread Nitin Mehta
look at the html code, this is no problem related to php, but the HTML. Hope that helps Nitin - Original Message - From: 3mip1s4la/Nath/Pisanty [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 21, 2004 7:24 AM Subject: [PHP] HELP PLEASE! this is my first post, so

Re: [PHP] HELP PLEASE PHP

2004-01-29 Thread John Nichel
Hello Patrick. Where to start, where to start Patrick wrote: Hi, I have an situation on my hands I have a form that I am stuck using PHP for thanks to my friends choice of hosting company, I have no idea on how to setup a form in PHP other than HTML or in Flash, I need some one any one to

Re: [PHP] HELP PLEASE PHP

2004-01-29 Thread Jas
John Nichel wrote: Hello Patrick. Where to start, where to start Patrick wrote: Hi, I have an situation on my hands I have a form that I am stuck using PHP for thanks to my friends choice of hosting company, I have no idea on how to setup a form in PHP other than HTML or in Flash, I need

Re: [PHP] HELP PLEASE PHP

2004-01-29 Thread memoimyself
Hello Patrick, I have good news and even better news for you. The good news is that you can make all your form-related woes disappear in less than a day. The even better news is that everything you need to know in order to solve your problem can be found in one convenient location:

Re: [PHP] HELP PLEASE PHP

2004-01-29 Thread Jas
Man, you really are a card Erik. Fellow manual reader, Jas [EMAIL PROTECTED] wrote: Hello Patrick, I have good news and even better news for you. The good news is that you can make all your form-related woes disappear in less than a day. The even better news is that everything you need to

Re: [PHP] Help Please in using fopen in PHP

2003-08-14 Thread Jason Wong
On Monday 11 August 2003 18:23, [EMAIL PROTECTED] wrote: I am currently learning php and Mysql a scripting language and DB i just feel in love with. I am currently having problem in opening file to put data collected from clients when the purchase from an online shop. The scripts is as

Re: [PHP] HELP PLEASE

2003-06-08 Thread David Otton
On Sun, 8 Jun 2003 13:31:25 +0300, you wrote: AGES AND TRYING TO FIND A GOOD RSS CREATOR , PLEASE HELP, NOTE THAT I TRIED http://www.phpclasses.org . PHP Classes Repository BUT I DIDN'T MANAGE PLEASE HELP ME A simple RSS document is pretty easy to generate. It's just text... even

RE: [PHP] HELP PLEASE ! Need PHP Advice !!!

2003-02-27 Thread Victor Stan
First of all, are they paying you to automate or to repurpose the content for the web? Taking a page designed for print and then automating it into a page for the web is the wrong approach, your problem is not technical it is a design problem. Technically it is easy, I think, does Quark not have

Re: [PHP] HELP PLEASE ! Need PHP Advice !!!

2003-02-27 Thread Justin French
Right, well there's a few issues here. 1. You're asking if there's a way to parse a QXD file so retrieve the text from it. I doubt this can be done. I had a quick google for it, to no luck. I also bothered to open up a Quark 3.32 file in my text editor, to check out the source. It looks

Fwd: Re: [PHP] help please

2003-02-25 Thread Chris Hayes
There is no need to post this thrice. Anyway. What went wrong? Did you get an error message? Are both sites on the same machine? At 18:40 25-2-03, you wrote: Hello all, I am having problems with a script. The script works great on one of my sights, however, when I transferred it to

Re: [PHP] help please

2003-02-25 Thread Chris Hayes
://www.nypalet.com/Mail.html . I do not know jack about PDP, I got the script from www.flashkit.com. Thanks so much for the response. Mark J - Original Message - From: Chris Hayes [EMAIL PROTECTED] To: bionicegg [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 1:07 PM Subject: Re: [PHP] help please

Re: [PHP] help please

2003-02-25 Thread John Nichel
Do you need an answer for each of the times that you posted it? 1) Posting code is good, however telling us it doesn't work is no good. What are the error messages, if any? Why is it not working, ie what did you expect it to do? 2) What version of php on the old site as compared to the new

RE: [PHP] help please

2003-02-25 Thread Van Andel, Robbert
It would be helpful to find out what error messages you are getting when you run the script. if(!mail($ToName. .$ToEmail.,$ToSubject, $EmailBody, From: .$FirstName..$Email.)) die(Unable to send message); would be a good start. I'm not sure if there is a system error you could replace unable to

Re: [PHP] help please

2003-02-25 Thread John Nichel
, 2003 1:20 PM Subject: Re: [PHP] help please Do you need an answer for each of the times that you posted it? 1) Posting code is good, however telling us it doesn't work is no good. What are the error messages, if any? Why is it not working, ie what did you expect it to do? 2) What version

Re: [PHP] Help Please

2003-02-23 Thread Tom Rogers
Hi, Sunday, February 23, 2003, 10:43:36 PM, you wrote: HI Hi All, HI i am new to qmail and linux so bear with me.first of all i would like to clearly state my situation here.we have to HI servers linux+windows.we have qmail installed on linux.wesite is hosted on windows.now i want to create

RE: [PHP] HELP please quickly

2003-01-22 Thread Timothy Hitchens \(HiTCHO\)
You first file just requires loading into an array and you can use unique array functions to remove duplicates etc.. The other files simply load into an array and use preg to strip out what you want and follow the same checking and removal of duplicates. Checkout: preg_match and array functions

Re: [PHP] HELP please quickly

2003-01-22 Thread Rick Emery
In that case, I don't know of any PHP classes to help you. - Original Message - From: Didier McGillis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 7:53 AM Subject: Re: [PHP] HELP please quickly No. The numbers are coming from two text files. The first text

RE: [PHP] HELP please quickly

2003-01-22 Thread Didier McGillis
], [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Date: Wed, 22 Jan 2003 23:26:10 +1000 You first file just requires loading into an array and you can use unique array functions to remove duplicates etc.. The other files simply load into an array and use preg to strip out what you want

RE: [PHP] HELP please quickly

2003-01-22 Thread Clarkson, Nick
] Subject: Re: [PHP] HELP please quickly In that case, I don't know of any PHP classes to help you. - Original Message - From: Didier McGillis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 7:53 AM Subject: Re: [PHP] HELP please quickly No. The numbers are coming

Re: [PHP] HELP please quickly

2003-01-22 Thread Thomas Seifert
it into an array which one is better? From: Timothy Hitchens \(HiTCHO\) [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Didier McGillis' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Date: Wed, 22 Jan 2003 23:26:10 +1000 You first file just requires

RE: [PHP] HELP please quickly

2003-01-22 Thread Didier McGillis
. The second file is 7.1MB and seems to fail telling me Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 81 bytes) So it seems to be on hurrdle at a time. From: Clarkson, Nick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Date: Wed, 22

Re: [PHP] HELP please quickly

2003-01-22 Thread Marek Kilimajer
] To: [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Date: Wed, 22 Jan 2003 14:15:32 - I'm pretty new to PHP so I can't help you with the code per se, but how about as an outline; Open the first file and read values into an array. Open the 2nd file and read in the first line. Compare

RE: [PHP] HELP please quickly

2003-01-22 Thread Clarkson, Nick
( { fwrite ($results, $buffer); } } } ? -Original Message- From: Didier McGillis [mailto:[EMAIL PROTECTED]] Sent: 22 January 2003 14:33 To: [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Cool. Thanks for the information. I try and organize my thoughts like

RE: [PHP] HELP please quickly

2003-01-22 Thread Didier McGillis
it is placed back into the code. Any thoughts. From: Clarkson, Nick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Date: Wed, 22 Jan 2003 15:21:32 - I managed this bit of code, but I doubt it does exactly what you want, but it's a start. And just to add to it I

Re: [PHP] HELP please quickly

2003-01-22 Thread Rick Emery
Are the numbers coming from a mysql database? If so, mysql can handle this chore. - Original Message - From: Didier McGillis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 7:21 AM Subject: [PHP] HELP please quickly Here is a brief description of what I want

Re: [PHP] Help Please

2002-12-10 Thread BABA Yoshihiko
SpiderWebb wrote: From: SpiderWebb [EMAIL PROTECTED] Subject: Help nedded Date: 09 December 2002 16:46 I dont know if this is possible in PHP (Newbie) im working on a project where each product has 3 diffierent prices depending on the amount sold so say for example 1- 100 price A 101-299 price B

Re: [PHP] Help Please

2002-12-10 Thread BABA Yoshihiko
Forget my previous advice. I'd misunderstood it. BABA Yoshihiko wrote: This seems a matter of database design. For simple solution, use COUNT in SQL. But having a record for each item would probably exceed the limit of either harddisc or database one day. -- BABA Yoshihiko -- PHP

Re: [PHP] Help please.

2002-11-01 Thread Jason Wong
On Friday 01 November 2002 22:04, Steve Jackson wrote: Please use a descriptive subject! I have called it in another page by doing get_shipping($shipping) And then Echo test $shipping; $returned_variable = get_shipping($shipping); echo $returned_variable; Or you can use the returned

Re: [PHP] Help Please

2002-08-15 Thread Rasmus Lerdorf
This means that you do not have the PHP module loaded properly. Do you have a LoadModule line for PHP in your httpd.conf file? -Rasmus On 15 Aug 2002, paul wrote: Hello Again Everyone, Thank you to those of you who sent me suggestions. Unfortunately none so far have solved the problem.

Re: [PHP] Help Please

2002-07-29 Thread Dennis Moore
you cannot print or echo anything back to the browser before running the header() function... - Original Message - From: Varsha Agarwal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 29, 2002 4:00 PM Subject: [PHP] Help Please Hi, I am trying to run a sample program.

Re: [PHP] Help Please

2002-07-29 Thread 1LT John W. Holmes
Hi, I am trying to run a sample program. It connects to a postgres database verifies user name and password and if correct, displays the login screen. But in that program wherever there there are setcookies() or header() functions, I get following error Warning: Cannot add header

Re: [PHP] Help Please

2002-07-29 Thread Martin Clifford
You can't send headers after the page has left the server. If you try to write to the HTML file in ANY way, even a hard return in your code, then you are telling the server that the headers have been completed and should be sent to the client (browser). Martin Clifford Homepage:

Re: [PHP] Help Please

2002-07-29 Thread Martin Clifford
That's not entirely correct, though. If you are using output bufferng, then you can. Also, for example, say this is your file, with the makeshift line representing the top of the text editor: Start ?php header(Location: index.php?msg=blah); ?

Re: [PHP] Help Please

2002-07-29 Thread Varsha Agarwal
Hi, I did not find any print or echo stetement in the sample example before hearder or setcookie function. Is there any way to find out what really is causing error or trace the program. Actually i am very new to this cookies and all stuff. Is there any way of tracing the program? I am using it

RE: [PHP] Help Please

2002-07-29 Thread Matt Schroebel
-Original Message- From: Varsha Agarwal [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 4:27 PM To: Dennis Moore; [EMAIL PROTECTED] Subject: Re: [PHP] Help Please Hi, I did not find any print or echo stetement in the sample example before hearder or setcookie function

Re: [PHP] Help Please

2002-07-29 Thread Martin Clifford
Copy and paste the code (minus and indisclosurables) and we can take a look at it :o) Martin Clifford Homepage: http://www.completesource.net Developer's Forums: http://www.completesource.net/forums/ Varsha Agarwal [EMAIL PROTECTED] 07/29/02 04:27PM Hi, I did not find any print or echo

Re: [PHP] Help Please

2002-07-29 Thread 1LT John W. Holmes
Show us the first 6 lines of processing.php. ---John Holmes... - Original Message - From: Varsha Agarwal [EMAIL PROTECTED] To: Dennis Moore [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, July 29, 2002 4:27 PM Subject: Re: [PHP] Help Please Hi, I did not find any print or echo

Re: [PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Stephen Phillips
Hi, It sounds like you are experiencing a similar problem to one I had. It seems there are some problems with setting cookies when using IIS, and as I understand it one of the ways that sessions work is by storing the data in a cookie on the clients machine. On the page at www.php.net it

Re: [PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Wolfram Kriesing
On Tuesday 02 April 2002 15:34, Stephen Phillips wrote: Hi, It sounds like you are experiencing a similar problem to one I had. It seems there are some problems with setting cookies when using IIS, and as I understand it one of the ways that sessions work is by storing the data in a

Re: [PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Hiroshi Ayukawa
I have the same problem, while I'm using Apache for web server / Win2k. It seems that it depends on register_globals=On or Off. When the register_globals=On, it works well. But when the register_globals=Off I've got the same situation; session doesn't work. I guess this is a bug of

Re: Re: [PHP] help please - strange session behaviour on IIS with

2002-04-02 Thread Adam Voigt
I run this setup on Win2k Advanced Server talking to a Microsoft SQL 2000 Server, with sessions of both cookie type and URL-SessionID server side based, with absolutely no problems. Adam Voigt [EMAIL PROTECTED] On Wed, 03 Apr 2002 04:37:07 +0900, Hiroshi Ayukawa [EMAIL PROTECTED] wrote: I have

Re: [PHP] HELP PLEASE!

2002-03-28 Thread heinisch
At 27.03.2002 21:20, you wrote: Even if I didn´t read your code exactly, the fault is the do while loop replace it with something like this while ($row = mysql_fetch_array($result)) { for($i=0,$i count($row);$i++) { // add something to make it fancy like a table or so

Re: [PHP] HELP PLEASE!

2002-03-28 Thread hugh danaher
: Thursday, March 28, 2002 12:33 AM Subject: Re: [PHP] HELP PLEASE! At 27.03.2002 21:20, you wrote: Even if I didn´t read your code exactly, the fault is the do while loop replace it with something like this while ($row = mysql_fetch_array($result)) { for($i=0,$i count($row);$i

RE: [PHP] help please -- error compiling php 4.1.2 (4.0.6 compiles fine)

2002-03-02 Thread Scott Brown
I dont know if Rasmus or someone else on the Dev team wants to know more -- but I found that by making the following change to filestat.c, 4.1.2 at least compiled on my system... #if defined(HAVE_SYS_STATVFS_H) defined(HAVE_STATVFS) # include sys/statvfs.h /* *#elif defined(HAVE_SYS_STATFS_H)

Re: [PHP] Help please

2002-02-16 Thread Bogdan Stancescu
Since you're assuming Javascript anyway, you can use a input type=button instead of input type=submit and use the same javascript code as for the a href, just that you append a document.forms[0].submit(). HTH Bogdan webmaster mbtradingco wrote: I'm trying to contro l the way a new window

RE: [PHP] Help please

2002-02-16 Thread webmaster mbtradingco
the enviar, and see what I need the submit button to do. Thanks. -Mensaje original- De: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Enviado el: Sábado, 16 de Febrero de 2002 20:43 Para: webmaster mbtradingco CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Help please Since you're assuming

RE: [PHP] Help please

2002-02-16 Thread webmaster mbtradingco
the enviar, and see what I need the submit button to do. Thanks. -Mensaje original- De: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Enviado el: Sábado, 16 de Febrero de 2002 20:43 Para: webmaster mbtradingco CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Help please Since you're assuming

Re: [PHP] Help please

2002-02-16 Thread Bogdan Stancescu
. -Mensaje original- De: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Enviado el: Sábado, 16 de Febrero de 2002 20:43 Para: webmaster mbtradingco CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Help please Since you're assuming Javascript anyway, you can use a input type=button instead

RE: [PHP] Help please

2002-02-16 Thread webmaster mbtradingco
window an works. If I add a _blank target it also works, but the new window never works. Thanks. -Mensaje original- De: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Enviado el: Sábado, 16 de Febrero de 2002 21:51 Para: webmaster mbtradingco CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Help please

Re: [PHP] HELP PLEASE!! Get query error when inserting into MySql

2001-10-27 Thread Valentin V. Petruchek
What if you single quotes like this: '$REMOTE_ADDR' ??? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 27, 2001 3:20 PM Subject: [PHP] HELP PLEASE!! Get query error when inserting into MySql Hi There, I have a query whenever I try to insert

Re: [PHP] Help, please!

2001-10-18 Thread Papp Gyozo
check: http://www.php.net/manual/en/function.ini-set.php - Original Message - From: Valentin V. Petruchek [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 4:00 PM Subject: [PHP] Help, please! Hello, Professionals! I've such problem: i need

Re: [PHP] Help Please

2001-07-03 Thread Tyler Longren
yes...do this: print HTTP_REFERER; tyler - Original Message - From: John Holcomb [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 4:17 PM Subject: [PHP] Help Please Is there an environmental variable like in Active Server Pages ( HTTP_REFERRER ) that tells you

RE: [PHP] Help Please

2001-07-03 Thread Tim Taubert
yes there is one $HTTP_REFERER but it isn't supported by all browsers... bye Tim - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ -

Re: [PHP] Help Please

2001-07-03 Thread Tyler Longren
Sorryyou'll need a '$' before the HTTP_REFERER part - Original Message - From: Tyler Longren [EMAIL PROTECTED] To: John Holcomb [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 4:23 PM Subject: Re: [PHP] Help Please yes...do this: print HTTP_REFERER; tyler

Re: [PHP] Help Please

2001-07-03 Thread mike cullerton
on 7/3/01 9:48 AM, Martín Marqués at [EMAIL PROTECTED] wrote: On Mié 04 Jul 2001 00:43, you wrote: Sorryyou'll need a '$' before the HTTP_REFERER part Even better! Execute phpinfo() and see all the http variables available! Or var_dump($GLOBALS); yes, but since you won't be

Re: [PHP] Help Please

2001-07-03 Thread mike cullerton
on 7/3/01 9:56 AM, Martín Marqués at [EMAIL PROTECTED] wrote: Even better! Execute phpinfo() and see all the http variables available! Or var_dump($GLOBALS); yes, but since you won't be 'referred' from anywhere, you won't see $HTTP_REFERRER :) ouch! You're totally right! :-) P.D.:

RE: [PHP] Help please.

2001-04-06 Thread Johnson, Kirk
http://www.php.net/manual/en/migration4.php -Original Message- From: Chris [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 12:19 PM To: php Subject: [PHP] Help please. Hi, I am trying to find some info on upgrading from php3 to php4. I can't seem to find any docs

Re: [PHP] Help please.

2001-04-06 Thread Chris
Yes, thank you, but this has nothing to do with what I asked, this is about CODE migration. http://www.php.net/manual/en/migration4.php -Original Message- From: Chris [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 12:19 PM To: php Subject: [PHP] Help please.

Re: [PHP] Help please.

2001-04-06 Thread Steve Werby
"Chris" [EMAIL PROTECTED] wrote: I am trying to find some info on upgrading from php3 to php4. I can't seem to find any docs about upgrading, just installing. Is this the same thing? Do I have to re-compile apache just to go from php3 to php4? Upgrading from PHP3 to PHP4 consists of

Re: [PHP] Help please

2001-03-14 Thread David Robley
On Wed, 14 Mar 2001 23:18, Peter Houchin wrote: Hi, when i try and access my database from a web page i get this error MySQL Connection Failed: Can't initialize character set 12 (path: default) can some one please help me out with the "Can't initialize character set 12 (path: defualt) cuz

RE: [PHP] Help please

2001-03-14 Thread Peter Houchin
12:00 PM To: Peter Houchin; Php-General@Lists. Php. Net Subject: Re: [PHP] Help please On Wed, 14 Mar 2001 23:18, Peter Houchin wrote: Hi, when i try and access my database from a web page i get this error MySQL Connection Failed: Can't initialize character set 12 (path: default) can some

Re: [PHP] Help Please: Php configuration

2001-03-05 Thread archana sharma
Thanks a lot!!! Yes it is working now with both cgi as well as php4isapi.dll. I removed php4isapi.dll from filter, which was crashing my web server. From: "Phil Driscoll" [EMAIL PROTECTED] To: "archana sharma" [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [P

Re: [PHP] Help Please: Php configuration

2001-03-04 Thread Michael Hall
I don't know a thing about IIS ... but the archives can be found at http://www.php.net/support.php Good Luck Michael On Sun, 4 Mar 2001, archana sharma wrote: Hi All, I am new in PHP world. I am trying to configure my php with IIS4. Here is the info what I downloaded and installed:

RE: [PHP] Help Please, MySQL is driving me insane

2001-01-26 Thread Jason Bouwmeester
I just installed mySQL yesterday from mysql.com (or .net or whatever it was). It installed fine, there was a note about what to do if you didn't install it to c:\mysql properly - I installed mine to a different directory, followed the instructions and all went fine. Might be one place to start.

Re: [PHP] Help Please, MySQL is driving me insane

2001-01-26 Thread Shane McBride
Have you started the server? If not go to the command prompt and: 1. cd c:\mysql\bin (assuming this is where it was installed. 2. type mqsqld-opt (optimized for pentium class PC) That should start the server. If you need more help let me know. - Shane - Original Message - From: "Chris"