Dear All,
I was looking for some PHP GPL 'ed package which will retrieve my data
from backend (PostgreSQL 7.4) and
let you do what ever you like with it i.e .
Total of field values ,
Sub Total of others ,
Supports labeling of table fields
the package must also have the paging facility moreov
Hi!
I've just downloaded php 5.0.0b2 for Windows..
I've already configured Apache 2.0.47 which is also running on Windows to
run php 5.
I also tested installing PHP as a module and as a CGI binary for Apache..All
works fine..
Now I want to run my scripts which accesses a postgreSQL database..
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> *Sorry if this is a duplicate*
>
> Using mySQL db to store my data. Using a select statement on my PHP page.
> When it lists out the data it seems to be skipping the first row. Any ideas?
>
Without seeing your code, I'll have to guess t
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> Dear all,
>
> i need help with my search query statement.. what is wrong with my code?
>
>
> $word = split(" ", $keyword);
> $num_words = count($word);
> $word_str = "";
> $criteria = "";
>
> for ($i=0; $
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> Help:
>
>
> $sql = "select id1 from GCN_Salesmen where username = '$PHP_AUTH_USER'";
> $user_id = mysql_query($sql) or die(mysql_error());
>
>
> Produces: You have an error in your SQL syntax near 'id #2' at line 1
>
>
> $sql = "sel
$sql2 = "select * from product where whseNum = '".$whseNumber."' order by
prodNum";
"Fedde Van Feggelen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> >I have a select statement that goes to my mySQL db and selects some data
> >from there. I thought it was working great BUT it i
I have a select statement that goes to my mySQL db and selects some data
from there. I thought it was working great BUT it is skipping the first row.
Any ideas? I know it has to be somehting simple I am missing.
What is the SQL statement you're currently using?
Fedde
~=There's a fine line betwee
Chris --
...and then Chris Payne said...
%
% Hi there everyone,
Hi!
%
% A quick question, is it possible to read a failed mail email ...
%
% Any help, tips would be REALLY appreciated as I REALLY don't want to spend a few
days doing it manually.
It may be sacrilege to mention it here, but
Hi there everyone,
A quick question, is it possible to read a failed mail email and pick out the failed
email address? I have around 900 failed emails (Don't ask, long story) from a client
and what I want to do is just put the emails in a folder and cycle through the folder
and pickout the ema
El Jue 18 Dic 2003 18:27, John Greco escribió:
> I have a select statement that goes to my mySQL db and selects some data
> from there. I thought it was working great BUT it is skipping the first row.
> Any ideas? I know it has to be somehting simple I am missing.
Depends on how you are fetching y
I have a select statement that goes to my mySQL db and selects some data
from there. I thought it was working great BUT it is skipping the first row.
Any ideas? I know it has to be somehting simple I am missing.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
*Sorry if this is a duplicate*
Using mySQL db to store my data. Using a select statement on my PHP page.
When it lists out the data it seems to be skipping the first row. Any ideas?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi, can someone help me on how to access Planetside database to get some
character info?
Thanks
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello everyone,
I read input from user, then via XML send it to DB.
thing is that when user enters "&" sign XML is no more well-formatted, what causes
error.
Does anyone has any suggestions on how to remove & sign from user input, considering
that data entered by users can be multilingual, that
Hi,
Just to follow-up on this. I knuckled down and did
some work regarding this thread. What I achieved
makes things work a tad faster than previously however
it did not work out as I wanted entily but has
fastened the process somewhat but still have a
question regarding it.
I have managed to b
Hi:
My name is Sergio Barreira, i want to know if there are any method (in
PHP) for to convert any .DOC to PDF on line and show it.
Thank You!
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thanx Mike for your help!!
appreciatively,
hh
- Original Message -
From: "Ford, Mike [LSS]" <[EMAIL PROTECTED]>
To: "'Ng Hwee Hwee'" <[EMAIL PROTECTED]>; "DBList" <[EMAIL PROTECTED]>
Sent: Thursday, December 18, 2003 6:06 PM
Subject: RE: [PHP-DB] Search Query
> On 18 December 2003 05:26
On 18 December 2003 05:26, Ng Hwee Hwee wrote:
> Dear all,
>
> i need help with my search query statement.. what is wrong
> with my code?
Nothing obvious that I can see, except a little inefficiency. Where do
$keyword and $table come from? -- is this a register_globals issue?
>
> $wor
Hi,
If I have a table named quote and the field has 30
words in it is there a way to pin-point a certain word
and match it with another query in PHP?
So a quote may say:
"Tomorrow never comes"
And I wanted 'never' to be dragged out of all quotes
and counted in another table to keep a track of h
19 matches
Mail list logo