[PHP] Help on compiling PHP for MIPS, Bus Error thrown

2010-01-22 Thread Angel Sánchez
Hi guys! I've been trying to cros-compile PHP for an embedded MIPS device with no luck, so I decided to build a developing environment inside a virtual machine with QEMU for developing PHP inside first. I have been trying different options for configure and all I get is a Bus Erro 138 when

Re: [PHP] Help setting up php

2007-07-13 Thread Richard Lynch
On Thu, July 12, 2007 8:25 am, Karl Schmitt wrote: Can someone please help me? I am new to installing and working with php and webservers. I am using IIS 6. I can not get php to load the ini file. This line: Configuration File (php.ini) Path C:\WINDOWS tells you that PHP *looked*

Re: [PHP] Help setting up php

2007-07-13 Thread Joker7
In news: [EMAIL PROTECTED] - Richard Lynch wrote : On Thu, July 12, 2007 8:25 am, Karl Schmitt wrote: Can someone please help me? I am new to installing and working with php and webservers. I am using IIS 6. I can not get php to load the ini file. This line: Configuration File

[PHP] Help setting up php

2007-07-12 Thread Karl Schmitt
Can someone please help me? I am new to installing and working with php and webservers. I am using IIS 6. I can not get php to load the ini file. I have followed multiple guides including those listed on the install pages and even went back and let the installer run, which changed

Re: [PHP] Help setting up php

2007-07-12 Thread Robert Cummings
On Thu, 2007-07-12 at 09:25 -0400, Karl Schmitt wrote: Can someone please help me? I am new to installing and working with php and webservers. I am using IIS 6. I can not get php to load the ini file. Your webserver is looking for it here: C:\WINDOWS\php.ini Is it there? Cheers,

[PHP] Help with the php bug in the Squirrelmail plugin's script

2007-03-09 Thread Jevos, Peter
Hi I'd like to ask you for the help I'm using Squirellmail with plugin Shared calendar. This is simple nice plugin written by Paul Lesniewski But I found the bug in this plugin. The bug seems to be related with variable and memory. The scripts are really slow and sometimes takes 20-30 seconds

Re: [PHP] Help with the php bug in the Squirrelmail plugin's script

2007-03-09 Thread Tijnema !
If there are no people willing to, i am, but i don't have a lot of time. I hope it isn't urgent. Tijnema On 3/9/07, Jevos, Peter [EMAIL PROTECTED] wrote: Hi I'd like to ask you for the help I'm using Squirellmail with plugin Shared calendar. This is simple nice plugin written by Paul

Re: [PHP] Help with getting PHP to see Pear.

2006-01-24 Thread Sumeet
Payne wrote: Hi, I just installed SuSE 10 and I am having a problem with my phpnuke site and my maia site. PHPNUKE gives me this error... *Warning*: main(db/mysql.php): failed to open stream: No such file or directory in */srv/www/htdocs/bse/db/db.php* on line *53* *Warning*: main(): Failed

Re: [PHP] Help with getting PHP to see Pear.

2006-01-24 Thread Jesús Fernández
if you look to your phpinfo it says: '--without-pear' Maybe you'll need to install it with pear support or is it right just to add pear to the include_path? -- Esú - http://esu.proyectoanonimo.com http://www.proyectoanonimo.com

[PHP] Help with getting PHP to see Pear.

2006-01-23 Thread Payne
Hi, I just installed SuSE 10 and I am having a problem with my phpnuke site and my maia site. PHPNUKE gives me this error... *Warning*: main(db/mysql.php): failed to open stream: No such file or directory in */srv/www/htdocs/bse/db/db.php* on line *53* *Warning*: main(): Failed opening

[PHP] Help with getting PHP to see Pear.

2006-01-23 Thread Payne
Hi, I just installed SuSE 10 and I am having a problem with my phpnuke site and my maia site. PHPNUKE gives me this error... *Warning*: main(db/mysql.php): failed to open stream: No such file or directory in */srv/www/htdocs/bse/db/db.php* on line *53* *Warning*: main(): Failed opening

RE: [PHP] Help with getting PHP to see Pear.

2006-01-23 Thread Albert
Payne wrote: How can I get php to see pear, it is installed. I have install modules with pear for maia and horde but neither seem to see pear. I'm running SuSE 9.3 and had to add /usr/share/php to the include path in /etc/php.ini to be able to use the installed PEAR extensions. To enable

Re: [PHP] Help needed on php/mysql

2004-11-02 Thread Garth Hapgood - Strickland
tdtable width=35% /table/td /tr /table /td td width=15nbsp;/td /tr /table !-- body_eof //-- !-- footer //-- ?php require('includes/footer.php'); ? !-- footer_eof //-- /body /html ?php ? Seeing the page might help. On Nov 1, 2004, at 2:52 AM, Garth Hapgood

Re: [PHP] Help needed on php/mysql

2004-11-02 Thread Lists
width=60% /td tr /tr /form /table/td tdtable width=35% /table/td /tr /table /td td width=15nbsp;/td /tr /table !-- body_eof //-- !-- footer //-- ?php require('includes/footer.php'); ? !-- footer_eof //-- /body /html ?php ? Seeing the page might help

Re: [PHP] Help needed on php/mysql {Scanned}

2004-11-02 Thread Garth Hapgood - Strickland
% /table/td /tr /table /td td width=15nbsp;/td /tr /table !-- body_eof //-- !-- footer //-- ?php require('includes/footer.php'); ? !-- footer_eof //-- /body /html ?php ? Seeing the page might help. On Nov 1, 2004, at 2:52 AM, Garth Hapgood

[PHP] Help needed on php/mysql

2004-11-01 Thread Garth Hapgood - Strickland
I have written a registration page in php and have a number of edit boxes and drop-down lists. The lists are pulling data out of their respective tables, whereas the edit boxes are just for saving data. Now my main table where all my data is being saved is called Business. Onto this I have a

Re: [PHP] Help needed on php/mysql

2004-11-01 Thread Lists
Seeing the page might help. On Nov 1, 2004, at 2:52 AM, Garth Hapgood - Strickland wrote: I have written a registration page in php and have a number of edit boxes and drop-down lists. The lists are pulling data out of their respective tables, whereas the edit boxes are just for saving data. Now

[PHP] Help - GUI using PHP

2004-07-20 Thread T UmaShankari
Hi all, A GUI having a drwable area and a button in a frame is required. The points colected by drawing in the drawable area needs to be stored in a datastructure in php. can we do this using php? If so for displaying graphics what should be done? This GUI has to be embedded in a browser and

Re: [PHP] Help - GUI using PHP

2004-07-20 Thread Chris Hayes
A GUI having a drwable area and a button in a frame is required. The points colected by drawing in the drawable area needs to be stored in a datastructure in php. can we do this using php? If so for displaying graphics what should be done? This GUI has to be embedded in a browser and

[PHP] HELP TO compile PHP in linux

2003-07-23 Thread Nabil
HI all; Please help me to compile php as i m not so expert in Linux, i have one installed php 4.1.2, and i downloaded the 4.3.2 one.. I need to upgrade because i need the new one with iodbc support not unixODBC. and i need it with ofcourse ( mysql - gd - iodbc (odbc) - mssql - apache ) I

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

2003-02-27 Thread justin brenton
can anyone give me some good advise on how abouts I should go about maintaining a newspaper website. here is what is currently in place and how i want it to be managed right now the newspapers are published in a quark file from that file pictures have to be placed in photoshop and resized ,

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

2003-02-27 Thread Victor Stan
- From: justin brenton [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 7:24 AM To: [EMAIL PROTECTED] Subject: [PHP] HELP PLEASE ! Need PHP Advice !!! can anyone give me some good advise on how abouts I should go about maintaining a newspaper website. here is what is currently in place

[PHP] Help with Extending PHP

2003-02-27 Thread Michel M. dos Santos
Hi, I have a doubt about extending functions in PHP. I want to use C++ language rather than C pure. I saw that dotnet module has cpp file. Is it possible ? Thanks a lot, Michel M. dos Santos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

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

[PHP] Help with getting php going!

2003-02-27 Thread Karl James
Hey guys I finally got my phpinfo file to show on apache server But when I try to do a hello world or browser check I get a 500 error message Can anyone help me out, and educate me what Im doing wrong. This is my script html head titlePHP Test/title /head body ?php if

Re: [PHP] Help with getting php going!

2003-02-27 Thread Leif K-Brooks
Please don't send MS Word content in your email. It crashed Mozilla before I was able to reply. Karl James wrote: Hey guys I finally got my phpinfo file to show on apache server But when I try to do a hello world or browser check I

[PHP] help with getting php going(2)

2003-02-27 Thread Karl James
Title: Message Hey guys I finally got my phpinfo file to show on apache server But when I try to do a hello world or browser check I get a 500 error message Can anyone help me out, and educate me what Im doing wrong. This is my script html head titlePHP Test/title /head body ?php if

Re: [PHP] help with getting php going(2)

2003-02-27 Thread Kim Kohen
G'day Karl Hey guys I finally got my phpinfo file to show on apache server But when I try to do a hello world or browser check I get a 500 error message FWIW, I've seen this error when I've had mac line endings instead of unix. cheers kim -- PHP General Mailing List

[PHP] Help Need in PHP File Upload

2002-12-10 Thread ppf
Hi: I need to upload a file during form submittion, I had done all the coding on my local Linux box It work fine over here. When i moved the code to my Client machine File upload is not working well. Server side code first check where file upload is successful by

RE: [PHP] Help Need in PHP File Upload

2002-12-10 Thread Rich Gray
:21 To: [EMAIL PROTECTED] Subject: [PHP] Help Need in PHP File Upload Hi: I need to upload a file during form submittion, I had done all the coding on my local Linux box It work fine over here. When i moved the code to my Client machine File upload is not working well. Server side code first check

Re: [PHP] Help with the PHP

2002-11-29 Thread Maxim Maletsky
Try this: http://www.sourceforge.net/projects/phptriad and dowload there phptriad. It is a simplified distribution of PHP. Also, try reading the articles on the web. You might want to start from PHP Beginner (www.phpbeginner.com). There are also some installtion tutorials for you. -- Maxim

[PHP] Help with the PHP

2002-11-28 Thread Ted Frank
Hello, I am trying to make my free home page and my friend told me to download the php because it is for the web and i want to make a web page. so i downloaded the php with the flash plugin and i put it on my desktop and nothing showed up - i just want to make the free home page but the php

Re: [PHP] Help with the PHP

2002-11-28 Thread Hatem Ben
PROTECTED] Sent: Thursday, November 28, 2002 8:47 PM Subject: [PHP] Help with the PHP Hello, I am trying to make my free home page and my friend told me to download the php because it is for the web and i want to make a web page. so i downloaded the php with the flash plugin and i put it on my

[PHP] HELP! Problem configuring PHP

2002-07-31 Thread Markas
Hello, people. So the problem. I have apache running with php-module. Recently I've upgraded the 4.0.6 version up to 4.2.2. All my php configuration directives in httpd.conf (php_flag, php_admin_flag, php_value, php_admin_value) are not working now. When I change libphp4.so back to 4.0.6 the

Re: [PHP] HELP! Problem configuring PHP

2002-07-31 Thread EdwardSPL
Hello ! You may try this installation steps : http://www.linuxguruz.org/z.php?id=32h=php+mysql+apache Before the installation steps, please uninstall all of the sources code packages that you have ever installed... Markas wrote: Hello, people. So the problem. I have apache running with

[PHP] Help I killed PHP on mysever...

2002-04-09 Thread Chuck \PUP\ Payne
I have done something stupid and not PHP won't work. Everytime you click on a link that is .php it wants you to download the file. What have I done and how can I fix it. Chuck Payne -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Martin Towell
um - pray which OS and web server are you running? -Original Message- From: Chuck PUP Payne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 4:33 PM To: PHP General Subject: [PHP] Help I killed PHP on mysever... I have done something stupid and not PHP won't work. Everytime

Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Chuck \PUP\ Payne
SuSE 7.3(linux) Apache. on 4/9/02 2:43 AM, Martin Towell at [EMAIL PROTECTED] wrote: um - pray which OS and web server are you running? -Original Message- From: Chuck PUP Payne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 4:33 PM To: PHP General Subject: [PHP] Help

Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Miguel Cruz
On Tue, 9 Apr 2002, Chuck PUP Payne wrote: I have done something stupid and not PHP won't work. Everytime you click on a link that is .php it wants you to download the file. What have I done and how can I fix it. Are you running Apache? Maybe you commented out or deleted this line in your

Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread phplists
) Apache. on 4/9/02 2:43 AM, Martin Towell at [EMAIL PROTECTED] wrote: um - pray which OS and web server are you running? -Original Message- From: Chuck PUP Payne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 4:33 PM To: PHP General Subject: [PHP] Help I ki

Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Chuck \PUP\ Payne
huck PUP Payne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 4:33 PM To: PHP General Subject: [PHP] Help I killed PHP on mysever... I have done something stupid and not PHP won't work. Everytime you click on a link that is .php it wants you to download the file. What hav

Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Mika Tuupola
On Tue, 9 Apr 2002, Chuck PUP Payne wrote: I have done something stupid and not PHP won't work. Everytime you click on a link that is .php it wants you to download the file. What have I done and how can I fix it. This happens when you recompile and reinstall php as a module

Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Chuck \PUP\ Payne
No, I have reinstall. So much I about to throw my box. PHP just wont load now everything I have work now it lost. Chuck on 4/9/02 3:28 AM, Mika Tuupola at [EMAIL PROTECTED] wrote: On Tue, 9 Apr 2002, Chuck PUP Payne wrote: I have done something stupid and not PHP won't work. Everytime you

RE: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread James Cox
PUP Payne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 8:31 AM To: Mika Tuupola Cc: PHP General Subject: Re: [PHP] Help I killed PHP on mysever... No, I have reinstall. So much I about to throw my box. PHP just wont load now everything I have work now it lost. Chuck on 4/9/02 3:28 AM

Re: [PHP] Help I killed PHP on mysever...

2002-04-09 Thread Chuck \PUP\ Payne
://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/ -Original Message- From: Chuck PUP Payne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 8:31 AM To: Mika Tuupola Cc: PHP General Subject: Re: [PHP] Help I killed PHP on mysever... No, I have reinstall. So much I about

[PHP] Re:[PHP] HELP ME PLEASE: php not run on IIS 4.0

2002-03-25 Thread Liam
on 25/03/2002 10:19:46 AM: Hi, Im trying to install PHP 4.1.2 under Windows 2000 Server and IIS 4.0 * If I configure PHP as a MODULE, all run but SESSIONS DON'T WORK * If I configure PHP as a CGI, SESSIONS WORK but ORACLE MODULE for PHP not load Any ideas? Anybody can help me? Advanced thanks

[PHP] HELP ME PLEASE: php not run on IIS 4.0

2002-03-25 Thread Berlina
Hi, Im trying to install PHP 4.1.2 under Windows 2000 Server and IIS 4.0 * If I configure PHP as a MODULE, all run but SESSIONS DON'T WORK * If I configure PHP as a CGI, SESSIONS WORK but ORACLE MODULE for PHP not load Any ideas? Anybody can help me? Advanced thanks, Berli -- PHP General

[PHP] Help with the PHP patch.

2002-03-02 Thread Sean Kennedy
Hello, I have PHP 4.1.1 installed on my apache web server, but how do apply the patch for it? Thanks, -GENESiS DESiGNS -Sean Kennedy -http://www.gdesigns.vcn.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help required MySql + PHP

2001-12-05 Thread Karthikeyan
Dear Members, I installed RedHat 7.1, Apache, PHP4 and MySQL in a Intel Pentium processor system. Everything works fine (i.e. MySQL, PHP, etc). But when I want to connect MySQL through PHP. It is giving an error 'call to unknown function mysql_connect in line in __' . Can any one provide a

[PHP] Help converting ASP-PHP

2001-10-19 Thread MrBaseball34
PHP Newbie, so please don't flame me bg! I am converting an organizer example from an ASP book to PHP and need some help. Need some help with the following code : /* intMonth and intYear are variables passed into a function datCurrent, intCurrentMonthDays and intWorkDays are local

[PHP] Help - error loading PHP into Apache

2001-09-26 Thread Michael Champagne
Help! I'm trying to install a development Apache + PHP environment on the same machine as our test environment (Apache + mod_SSL + PHP). I followed the same procedure that I used to set up our test system (which works fine) and everything compiles and builds fine. However when I try to start

[PHP] Help me install php in netscape web server ...

2001-07-10 Thread Nguyen Thanh Tung
I use php4.0.6, zip file. I install PHP in Netscape as shellcgi, it ran Ok. But now I want to install it as NSAPI, I do all thing but php not run. ( I do the same as introducing in readme.txt) I installed PHP in Netscape Enterprise Web Server run on Win2000 advance server. Please tell

[PHP] Help with a php Registration Form

2001-04-17 Thread Michael Leone
I am trying to write a Registration form that send an email to a specific address. The source to the page is at http://www.probesnj.org/etownreg.txt Its 400 lines long and I probably just spelled something wrong or missed a semi-colon, but I can't find it and I would appreciate it anyone who

Re: [PHP] Help with a php Registration Form

2001-04-17 Thread Kurth Bemis
At 01:35 PM 4/17/2001, Michael Leone wrote: whats the problem taht you having? I am trying to write a Registration form that send an email to a specific address. The source to the page is at http://www.probesnj.org/etownreg.txt Its 400 lines long and I probably just spelled something wrong or

Re: [PHP] Help with a php Registration Form

2001-04-17 Thread Kurth Bemis
At 01:44 PM 4/17/2001, Michael Leone wrote: double check ALL of your for loops as well as any place that you may have used a curly bracket. ~kurth Im getting this pesky parse error at line 392 which is the last line of the document. At 01:40 PM 4/17/2001 -0400, you wrote: At 01:35 PM

[PHP] HELP...Installation of PHP on Debian Linux!

2001-04-09 Thread Frank K
I am having trouble installing PHP4 on my linux machine. I downloaded to source and i did a ./configure then a make then a make install. That all went good. Now i am trying to find the libphp4.so file. I did a couple search commands but it could not find it. Can anyone help me with finding this

Re: [PHP] HELP...Installation of PHP on Debian Linux!

2001-04-09 Thread Kurth Bemis
At 12:48 PM 4/9/2001, Frank K wrote: RTFM! read the fscking manual...it explains everything in the "installation" section ~kurth I am having trouble installing PHP4 on my linux machine. I downloaded to source and i did a ./configure then a make then a make install. That all went

Re: [PHP] HELP...Installation of PHP on Debian Linux!

2001-04-09 Thread Wayne Topa
Subject: [PHP] HELP...Installation of PHP on Debian Linux! Date: Mon, Apr 09, 2001 at 11:48:17AM -0500 In reply to:Frank K Quoting Frank K([EMAIL PROTECTED]): I am having trouble installing PHP4 on my linux machine. I downloaded to source and i did a ./configure then a make

[PHP] Help, Perl can, Php can't !

2001-02-26 Thread Chris
I am trying to post some info to my php script using the microsoft internet control: strurl = http://www.myserver.com/test.asp strdata = "lah=sddta=test Inet1.Execute strurl, "POST", strdata PHP returns HTTP_POST_VARS as being empty. Yet, if I use PERL, I can read the posted info

Re: [PHP] Help, Perl can, Php can't !

2001-02-26 Thread David Raufeisen
Put phpinfo() in the script to see what is going on.. On Monday, 26 February 2001, at 09:12:11 (-0800), Chris wrote: I am trying to post some info to my php script using the microsoft internet control: strurl = http://www.myserver.com/test.asp strdata = "lah=sddta=test

Re: [PHP] Help, Perl can, Php can't !

2001-02-26 Thread Chris
Unfortuanetly, phpinfo is not telling me anything. It returns all the normal info, but it still seems to act like there was no data posted. Put phpinfo() in the script to see what is going on.. On Monday, 26 February 2001, at 09:12:11 (-0800), Chris wrote: I am trying to post some

Re: [PHP] Help, Perl can, Php can't !

2001-02-26 Thread Chris
Strange, phpinfo is showing this: POST /members/plurp.asp HTTP/1.1 and a content length of 16, which is exactly right forlah=sddta=test but I can't seem to get to the actual data. Is there a way to see the acutal content data, like you can with perl: read(STDIN, $buffer,

Re: [PHP] Help!Opening another php file from a link of a completed form.

2001-02-19 Thread Richard Lynch
in the current page and in b.php... I've made a blank (uncoded) page of "b.php" and one of the field is product name. If i want the "b.php" page being opened up with the product name already filled with the value entered by user in "a.php", what should i do to achieve it?

[PHP] Help!Opening another php file from a link of a completed form.

2001-02-18 Thread Edith Lai
ready filled with the value entered by user in "a.php", what should i do to achieve it? Please help!! Thanks Edith Lai -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] HELP!!! PDFLIB FOR PHP!!!!!

2001-01-24 Thread Richard Lynch
ittle time: http://chatmusic.com/volunteer.htm - Original Message - From: Bruno Freire [EMAIL PROTECTED] Newsgroups: php.general Sent: Wednesday, January 24, 2001 10:42 AM Subject: [PHP] HELP!!! PDFLIB FOR PHP! I need learn how to install this library to create pdf files dinamicaly.!!!