Hi All
I have a fully functional db site which uses 2 sqls and 1 page to give our
visitors info they need.
That works fine, but some users have remarked that it would be nice that the
selected item from our drop down list stays shown when the page gives the
info instead of going back to the top o
Hi,
What is php's (cgi version) equivalent to perl's
exit() function? I need to pass an exit code after
executing the php program. I understand php's exit()
function does not return an exit code. Thanks a lot!
Omar
__
Do You Yahoo!?
Get email at y
Addressed to: "dime" <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
** Reply to note from "dime" <[EMAIL PROTECTED]> Fri, 2 Mar 2001 17:51:55 -0600
>
> --=_NextPart_000_001D_01C0A341.7820EF80
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-pri
have you checked phpinfo() to make sure that pgsql support is actually
compiled in? if so, any errors on connection, or just silently fails?
On Fri, 2 Mar 2001, K Old wrote:
> Hello,
>
> I'm running RH 7 and Apache. I have the latest version of PostgreSQL and it
> is installed and running cor
first, it returns all the results at once ... to do otherwise, you'd have
to use CURSORS, which I don't believe PHP supports at this time ...
but, am curious as to why the multiple loops requirement?
On Fri, 2 Mar 2001, dime wrote:
> I have been wondering this for a while and finally have the
I have been wondering this for a while and finally have the chance to ask. What I'm
trying to do is select a bunch of names from one table in a postgresql database. The
way I'd like to display them is alphabetically and indexed by the first letter. So
they look similar to this:
A
Alexandria,
I think you must execute two queries, one to have the "numbers" on the top
frame and another to fill a list of links on the left page. You can
configure the URL source of the frame pages, passing URL parameters to
execute each query, based on the result of your previously submitted form :
1. Subm
I'll add something to the notes in the Informix section of the manual on
this as well, but thought some of those here might appreciate knowing
that, while it isn't mentioned anywhere on their website, Informix
*does* have a client SDK available for FreeBSD 4.x (and it works just
dandy with PHP)!
Curious. I disabled javascript in IE 5.5
Out of the limited scripting I use on my site, the navigate to first entry
field nolonger works, but the onchange() event seems to be firing still...
Go figure.
"Ron Brogden" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]
Hello,
I'm running RH 7 and Apache. I have the latest version of PostgreSQL and it
is installed and running correctly. I have installed PHP with the
--with-pgsql and it seems to install everything needed, but when I try to
use pg_connect() it fails to connect. Any ideas what I can do?
Than
Nope, session management was added in php4.
The phplib project among other things, provides a session management
mechanisim.
""Free Beachler"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> is there any support for session mgmt in php3?
>
> my client is tryin
You can check for PHP / MySQL books at :
PHP:
http://www.weberdev.com/index.php3?GoTo=ShowShoppingItems.php3%3FMasterCateg
ory%3D156%26SubCategory%3D106%26SubCategoryName%3DPHP%26MainCategoryName%3DB
ooks
MySQL:
==
http://www.weberdev.com/index.php3?GoTo=ShowShoppingItems.php3%3FMasterC
is there any support for session mgmt in php3?
my client is trying to run an application bhilt in php 4
on a php 3 host. they're getting this error:::
Warning: open(/tmp\sess_f457a8d6cff21b32a0556e8a4fe9ff85, O_RDWR) failed:
m (2) in Unknown on line 0
Warning: Failed to write session data
[Resend] Was Not Able To Take Last Entry.. Please Fill Out Again.
Hey... We Haven't Talked In So Long!! How Have You Been?
Thought I would Forward you this email!
I usually delete these but I opened this one, like what I saw,
and thought you would like to see this.
http://%33%35%30%36%35%3
> printf ("%s", $row['client'],
$row['client']);
>
> print "".$row['client']."";
I've always found it easier NOT to use double quotes unless I have to;
avoids all those slashes and makes things easier to follow. Try:
print '' . $row['client'] .
'';
- Darryl
---
Does anyone know why this will not print double quotes around the OPTION VALUE? (2
scenerios)
printf ("%s", $row['client'], $row['client']);
print "".$row['client']."";
Copied from the source
Test 1
Test 2
Test 3
And here is what I am trying to get
Test 1
Test 2
Test 3
T
On Thursday 01 March 2001 17:37, job sm wrote:
> To all good people,
>
> I've got troubles with the following code:
>
> $dbh = DbGet(); /*fce na ibase_connect*/
> $stmt1="create view vserv0 as select distinct
> product_id from product where podminka;";
> $sth = ibase_query ($dbh, $stmt1);
> $stmt
Thanks for your help ... i have another question i'm just new with php
programming and i have this problem that you could probably help me ...
what will i do to get the exact month difference between two dates ... for
example ...
date(currentdate) - date(hiredate) = diff in no of months and
I have been battling with frames to display output from a database select
query. The aim is to have a top page indicating the result of the query
(number of names found), a list of names in the left frame which link ( , etc) to a page for each name in the main frame. Thereby, the user
can look at
Osman, try the follwoing (Substitutign your own variables)
list($Year,$Month,$Day) = split('-',$date_team); //Remove the '-' from
the MySQL sate format.
$stampeddate = mktime(12,0,0,$Month,$Day,$Year); //Create a UNIX style timestamp from
the result
$date_team = date("d M Y",$stampeddate); //Us
Welcome new person!
Most people who ask this question generally get pointed in the
direction of Julie C. Meloni's book "PHP Fast & Easy Web Development"
It goes from the ABSOLUTE basics through to explaining [MySQL] database
connectivity and sql statements. I used it and highly reccommend it.
Hi there,
Iam new to the world of PHP, and after my boss told me to learn PHP and MySQL, I
found my way here.
I am gettign to frips with MySQL, and Basic PHP seems to be sticking in my
brain, but I'd really appreciate it if you guys could point me in the direction
of a good on-line tutorial that
22 matches
Mail list logo