On Saturday 08 June 2002 05:29, Garrett Nelson wrote:
> I now downloaded "php-mysql-4.1.2-1a.ppc.rpm" from rpmfinder, and again I
> get
>
> rpm -ivh php-mysql*
> Preparing...###
> [100%]
> package php-mysql-4.1.2-1a is already installed
>
> (
On Saturday 08 June 2002 07:02, Tony wrote:
Please enter a subject when you post.
> I have a huge database that some of the content need to be update weekly or
> even daily.
> I wrote a PHP script for that purpose.
> It's supposed to get the data from database, find the URL, fopen() it, find
> t
On Saturday 08 June 2002 08:42, Georgie Casey wrote:
> Is there any SQL command that will return a list of *unique* entries from a
> fied. ie only repeat one for duplicates
>
> i have a database of products, each having a category, and obviously a lot
> of products have the same category and I wan
Hi All,
I'm new in PHP and I whether I can open a MS Access database file
directly with PHP?
There is a thing called ODBC but in the function odbc_connect(), The
first parameter is something called dsn, what's that? And does that mean I
can't open the MS Access database directly by
Is there any SQL command that will return a list of *unique* entries from a
fied. ie only repeat one for duplicates
i have a database of products, each having a category, and obviously a lot
of products have the same category and I want to create an index of all the
different categories.
thanks
Hi all. I know that this isnt probably the best place to make this
question, but I uses that some of you uses MyCC to connect to a remote
MySQL DB. My connection is no problem, but when I issue a SQL command,
which tells the DB to INSERT multiple rows into one table, It gives me
an error every ti
I have a huge database that some of the content need to be update weekly or
even daily.
I wrote a PHP script for that purpose.
It's supposed to get the data from database, find the URL, fopen() it, find
the information, then update it back into the database.
Unfortunately, everytime I run the scri
Thanks Paul,
You were absolutely right!
I can't believe I didn't see that hidden in there. That explains why I
never got any error messages.
Thanks again,
Blaine
>>> Paul DuBois <[EMAIL PROTECTED]> 06/07/02 05:55PM >>>
At 17:45 -0400 6/7/02, Blaine Dinsmore wrote:
>
>
>Results Test
>
>
>
>
>$
At 17:45 -0400 6/7/02, Blaine Dinsmore wrote:
>
>
>Results Test
>
>
>
>
>$server = "mdotlims";
>$user = "httpuser";
>$pass = "pass";
>
>
> $db = @mysql_connect($server,$user,$pass);
> if (!$db) {
> echo( "Unable to connect to the " .
> "d
Results Test
Unable to connect to the " .
"database server at this time.");
exit();
}
if (! @mysql_select_db("lims_issues")) {
echo("Unable to locate the issues " .
On 6/6/02 4:48 PM, "Jason Wong" <[EMAIL PROTECTED]> wrote:
> On Friday 07 June 2002 04:36, Garrett Nelson wrote:
>> I'm a relative newbie to the Linux/web server world, having worked with
>> Macs most of my life. I recently installed the Server install of Yellow Dog
>> Linux, with no window manag
Do you have SELECT permissions for your httpd user on the DB?
Gary Every
Sr. UNIX Administrator
Ingram Entertainment
(615) 287-4876
"Pay It Forward"
mailto:[EMAIL PROTECTED]
http://accessingram.com
-Original Message-
From: Blaine Dinsmore [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07
PHP is known to be verry fast. MySQL as well. So your problem my be
somewhere else.
I am doing a similar thing on my site with thumbnails.
Check it out on http://www.globosapiens.net
Andy
--
http://www.globosapiens.net
Global Travellers Netw
Edit your php.ini and log all errors to a file and then review the
filesalso you can turn on all errors and warnings to be displayed---this
has helped me many times...
Thank you,
RAY HUNTER
-Original Message-
From: Blaine Dinsmore [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07,
Im using PHP 4.2.1, MySQL 4.23.49 and IIS 4.0 on a Windows NT 4.0 Server machine. I
have success when adding data to the database using PHP but getting it to report to
the webpage I have had no luck. I only get a blank screen despite using error trapping
for all mysql functions. Does anyone kno
Hi,
i am getting this warnin when i run php file in browser
Warning: Unknown list entry type in request shutdown (0) in Unknown
on line 0
could anyone help in solving this
i am using php4.1.2 apahce1.3.24 wndows2000
thanks in advance for your help
chidambaram
A few questions, on which I cannot find the answer myself :(
- Where should I place my php.ini? (is it still c:\winnt\system32)
- Where do I place the module needed for apache?
- How do I include php in apache (the 'loadmodule...' and-so-on)
Thnx for reading, hope anyone has an answer...
Menno
On Friday 07 June 2002 14:27, Peter Goggin wrote:
> Following my earlier message I had some replies which suggested a way to
> solve my problem. Unfortuantelu I cannot seem to get the suggested code to
> work. This may well be because I have mistyoed something.
OK we'll work back to front on this
18 matches
Mail list logo