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
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
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
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
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
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
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
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
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
>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
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
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
12 matches
Mail list logo