RE: [PHP] Plz, help

2005-07-12 Thread yanghshiqi
You can use "select u.a as u.a, v.a as v.a .." Best regards, Shiqi Yang -Original Message- From: adolfas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 2:42 PM To: php-general@lists.php.net Subject: [PHP] Plz, help Hi, I have a line: $sql="select u.*, p.name_lt as pareig

Re: [PHP] Plz help me

2004-12-06 Thread Richard Lynch
suneel wrote: > Hi Every one... > > Straight to the topic... > > I have a template file called welcome.tmp. I > want to show the whole file in a Iframe with > dimensions of 250 x 250.(i.e., less dimensions > ). > > Is it possible using PH

RE: [PHP] Plz help me

2004-12-03 Thread Vail, Warren
Assuming you want to show the template file text contents and not have the file translated in any way in the iframe, you might check out; http://www.php.net/manual/en/function.htmlspecialchars.php If on the other hand you just want to show the translated template,, then you want to point your IFR

Re: [PHP] Plz help me

2004-12-03 Thread Greg Donald
On Sat, 4 Dec 2004 02:30:04 +0530, suneel <[EMAIL PROTECTED]> wrote: > I have a template file called welcome.tmp. I want > to show the whole file in a Iframe with dimensions of 250 x 250.(i.e., less > dimensions ). > > Is it possible using PHP. Or how

Re: [PHP] plz help!compiled php but iam still getting old version ???

2004-06-21 Thread John Nichel
Ravi wrote: HI, existing configuration : PHP Version 4.3.4 ( default rpm with fedora fc2 install) Server version: Apache/2.0.49 (default with fedora fc2 install) Server built: May 6 2004 07:15:13 NOw i want to install 4.3.3 , so i compiled and install ( with no errors ) if i type " php -v " at s

Re: [PHP] plz help!compiled php but iam still getting old version ???

2004-06-20 Thread Joel Kitching
Try looking in your apache configuration files for a reference to a PHP library file or something... Though I don't see the logic in installing an older version either. On Sun, 20 Jun 2004 21:53:37 -0400, Michael Lauzon <[EMAIL PROTECTED]> wrote: > > Why do you want to install 4.3.3, when the la

Re: [PHP] plz help!compiled php but iam still getting old version ???

2004-06-20 Thread Michael Lauzon
Why do you want to install 4.3.3, when the latest version is 4.3.7? On Mon, 21 Jun 2004 19:07:32 -0400 (EDT), Ravi <[EMAIL PROTECTED]> wrote: > > HI, > > existing configuration : > PHP Version 4.3.4 ( default rpm with fedora fc2 install) > Server version: Apache/2.0.49 (default with fedora fc2

Re: [PHP] Plz help quick - mysql/php/web server undefined function all of a sudden

2004-05-05 Thread Ludwig Pummer
Chip Wiegand wrote: John, Yep, looking at phpinfo.php shows no support for mysql. This is very strange. I know these things don't just happen by themselves. I also know there are only two people with the password to the server, myself and my boss (and he knows nothing about the server to begin w

RE: [PHP] Plz help to solve my problem.

2002-12-16 Thread Peter Houchin
you will need to say what drive the temp folder is on so c:\temp\ in the php.ini > -Original Message- > From: Martin Towell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 17 December 2002 4:11 PM > To: 'Elaine Kwek'; PHP > Subject: RE: [PHP] Plz help to solve my

RE: [PHP] Plz help to solve my problem.

2002-12-16 Thread Martin Towell
>From this error Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 It looks like you'll have to change php.ini to have session.save_path point to a valid path. Maybe \temp\ ? HTH Martin -Origina

RE: [PHP] Plz help w/ query

2002-01-31 Thread Rick Emery
Remove the MYSQL_ASSOC. I've never needed it for what you're doing: while ($row_1=mysql_fetch_array($result_1)) -Original Message- From: Anthony Rodriguez [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 7:30 AM To: [EMAIL PROTECTED] Subject: [PHP] Plz help w/ query The fol

Re: [PHP] Plz help w/ php/MySQL

2002-01-05 Thread Bogdan Stancescu
Anthony Rodriguez wrote: > The following php script successfully e-mails both messages but it doesn't > update in the table "scr_149" the column "notified". Why? > > $connection=mysql_connect("localhost","wagner","123") or die ("No > connection!"); > > $db=mysql_select_db("sbwresearch_com",$con