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.

[PHP] Plz, help

2005-07-12 Thread adolfas
Hi, I have a line: $sql="select u.*, p.name_lt as pareiga from nese_users u left join nese_pareigos p on p.id=u.pareiga order by data desc"; As I understand there are 2 tables: nese_users and nese_pareigos I need to know what atributes belong to what table form that line. Thanks -- PHP Gener

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
IFRAME to the correct URL for that (more of an html issue). Warren Vail > -Original Message- > From: suneel [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 1:00 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Plz help me > > > Hi Every one... > >

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

[PHP] Plz help me

2004-12-03 Thread suneel
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 PHP. Or how should

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

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

2004-06-20 Thread Ravi
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 shell iam g

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

[PHP] plz help

2004-03-28 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi ,   i have an apache web server in linux . Those php scripts runs in that pc. Mean while another perl scrips runs associate with that php scripts . altogether they develop a out put and store in the mysql database.That process perfectly running.There is no any dout. Once this web server s

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
H Martin -Original Message- From: Elaine Kwek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 4:08 PM To: PHP Subject: [PHP] Plz help to solve my problem. I am now trying to use php session control in my web application. i try to copy a coding an test it...but it come out error. i not sur

[PHP] Plz help to solve my problem.

2002-12-16 Thread Elaine Kwek
I am now trying to use php session control in my web application. i try to copy a coding an test it...but it come out error. i not sure how to solve it. Plz help me...I using Apache server. the code sample is like this: "; ?> And this is the result of the page: Warning: open(/tmp\sess_c0fe7c6

[PHP] PLZ HELP -- - GET & POST form problem

2002-07-09 Thread Lucam
Hi, I've this problem: Server Apache / PHP v.4.1.2 At the moment the parametere register_globals is still set to on; I'm triyng to use $_POST and $_FILES between different pages, but variables are always empty !!! Page1

[PHP] Plz help w/ global variables

2002-07-07 Thread Anthony Rodriguez
To test global variables, I wrote the following PHP script: (1) When the script is called several times, the variable is increased accordingly. Thus, it exists globally. But when I un-comment line (6), the Web page ("contents.php) is displayed but I cannot echo the variable. Why? Thanks!

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/ q

[PHP] Plz help w/ query

2002-01-31 Thread Anthony Rodriguez
The following query displays 0 e-mails. Why? Tbl con_inf holds 51 records w/ 51 usernames. Tbl scr_149 holds 37 records with 37 equivalent usernames of which 14 show date_done=0. Thanks! Anthony F. Rodriguez ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsub

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

[PHP] Plz help w/ php/MySQL

2002-01-05 Thread Anthony Rodriguez
The following php script successfully e-mails both messages but it doesn't update in the table "scr_149" the column "notified". Why? \n"); $result_2=mysql_query($qry_2,$connection) or die ("No query # 2!"); }; mysql_free_result($result_1); $qry_3="select * from scr_149 where q05a=\"0\" && not

[PHP] PLZ HELP! php won't compile:( PLZ HELP

2001-07-13 Thread alexus
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/m ysql/ --with-imap --enable-versioning --enable-ttrack-vars --with-ldap --ena ble-gd=../gd-1.8.4 --with-png=../libpng-1.0.11 --with-jpg=../jpeg-6b --with- zlib-dir=../zlib-1.1.3 this is my configuration line.. i dont get

[PHP] PLZ HELP with LOCK connection using MySQL

2001-05-24 Thread Marian Vasile
I have a database and couple php scripts. I'm going to update some tables inside of this database. The server is a fast one (with 256Mb) I don't think there are too many updates but I get an error very strange. Many connections get LOCKED. After some time, the system is going down. I'm using m