Re: [PHP-DB] query returned Resource id #2

2001-08-17 Thread Alex
Could you give me an example? Grant wrote: That Resource ID #2 is the connection or result set. You need to use the connection to do a query, which returns a result set, then use the result set to do fetches. Those will return an array of the stuff you really wanted.

[PHP-DB] ORA-24365

2001-11-19 Thread Alex
conversion in /usr/local/apache-novi/htdocs/broadcast.php on line 32 This is what I'm trying to execute. begin :ret_val := PKAccount.AlterAccount( 1, '|LOGIN|avarga|PASSWORD|b|', :outstr ); end; Thnx, Alex -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP-DB] ORA-24365

2001-11-19 Thread Alex
Very strange, as I'm just submitting this data trough HTML form tag. Coud it be encoding of PHP? Alex Anthony Carlos [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... This might help... 24365, 0, error in character conversion // *Cause: This

[PHP-DB] Does mysql_connect() perform password encryption?

2002-05-10 Thread alex
Hello, Gurus, Sorry for this type of question but I can't find this info neither in MySQL manual, nor in PHP docs. To my understanding, when I call mysql_connect() and provide password php interpreter does password encryption, then opens socket to remote mysqld daemon and sends him encrypted

[PHP-DB] db2 (or any unified ODBC db), php, stored procedures, and OUT parameters

2001-06-26 Thread Alex Mikhail
around this. I'm trying to return a string from a DB2 (SQL-Procedural Language) stored procedure to PHP. I'd appreciate any help. I wouldn't mind hearing back from anyone whose tried the same thing with other databases using the Unified ODBC library. Thanks for any help in advance, Alex

[PHP-DB] Error after upgrade 4.0.4pl1 - 4.0.6

2001-08-27 Thread Alex V.Varavva
in ./test.php on line Why ? In php 4.0.4pl1 this script worked. I have 10 web project and alls not worked Sory. My english very bad :)) Regards Alex -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DB] Error in SQL syntax

2001-08-27 Thread Alex V.Varavva
? This is correctly SQL syntax Regards Alex -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] Re: [binarycloud-dev] Re: [PEAR-DEV] New Metabase Aniversaryrelease

2002-01-22 Thread Alex Black
I will first focus on the functional aspects, then step by step making the necessary changes to make that final code compliant to the PEAR coding standard. This makes no sense for PEAR. I propose this way: 1. pearize Metabase (functionNames, using PEAR_Error) 2. commit the stuff to PEAR

[PHP-DB] Re: [binarycloud-dev] Re: [PEAR-DEV] Re: [metabase-dev] RE:[PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Alex Black
* Manuel Lemos wrote: I think that the greatest point of the merger is to have one and only one abstraction layer in PEAR, I think consensus was that there shouldn't be the one and only XYZ PEAR class but more than one XYZ PEAR class (like IT[X] and the PEAR rewrite of PHPLib's Template

[PHP-DB] Re: [binarycloud-dev] Re: [PEAR-DEV] Re: [metabase-dev] RE:[PEAR-DEV] New Metabase Aniversary release

2002-01-25 Thread Alex Black
I'm currently writing The PEAR Manifest, a document that clearly defines PEAR once and for all. I'll post the first draft on pear-dev here when it's done, but to answer your question, there has been talk about a core set of packages for a while. In the manifest these are called PFC (PHP

[PHP-DB] Adding to an empty field

2002-01-31 Thread Alex Francis
! displayed. However, the table is not updated and I cannot see why. The same happens on another page when I try to insert a 'Y'. This script was copied from a third page which works alright. I hope someone can help. I am going mad!!!. -- Alex Francis Cameron Design 35, Drumillan Hill Greenock

Re: [PHP-DB] Adding to an empty field

2002-01-31 Thread Alex Francis
without any luck. Changed the code to: $query = UPDATE submissions SET answers = \.$array[$answer].\ where id = \$id\; and added the following: echo mysql_affected_rows(); affected rows returns 0 although query returns the correct id Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD

[PHP-DB] Access to Mysql

2002-02-13 Thread Alex Francis
anyone point me to the required information -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may contain legally privileged information. Unauthorised

[PHP-DB] need some help...

2002-04-02 Thread Alex Behrens
Thanks! -Alex Big Al Behrens E-mail: [EMAIL PROTECTED] Urgent E-mail: [EMAIL PROTECTED] (Please be brief!) Phone: 651-482-8779 Cell: 651-329-4187 Fax: 651-482-1391 ICQ: 3969599 Owner of the 3D-Unlimited Network: http://www.3d-unlimited.com Send News

Re: [PHP-DB] need some help...

2002-04-02 Thread Alex Behrens
Awesome, thanks a ton! Thanks! -Alex Big Al Behrens E-mail: [EMAIL PROTECTED] Urgent E-mail: [EMAIL PROTECTED] (Please be brief!) Phone: 651-482-8779 Cell: 651-329-4187 Fax: 651-482-1391 ICQ: 3969599 Owner of the 3D-Unlimited Network: http://www.3d

[PHP-DB] Re: help sorting by a column name

2002-04-03 Thread Alex Behrens
Rick, thanks a ton. Do you think you could help me construct to two selects? I am very new at this and don't know what I'm doing quite yet. Thanks! -Alex Big Al Behrens E-mail: [EMAIL PROTECTED] Urgent E-mail: [EMAIL PROTECTED] (Please be brief

[PHP-DB] Arrays

2002-04-15 Thread Alex Francis
it into the database like: $query = INSERT INTO $tablename4 VALUES ('0', '$entername', '$date', '$eventdate', '$eventheading', '$eventbody' ); for the $eventdate variable the word array is inserted. Could someone please tell me where I am going wrong. -- Alex Francis Cameron Design 35, Drumillan

Re: [PHP-DB] Arrays

2002-04-15 Thread Alex Francis
Got it now, Thank you -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may contain legally privileged information. Unauthorised recipients

[PHP-DB] dates in MYSQL

2002-04-17 Thread Alex Francis
. Is this possible or do I need to INSERT todays date into the database first. -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may contain legally privileged

Re: [PHP-DB] Dates in MYSQL

2002-04-17 Thread Alex Francis
eventdate text NOT NULL eventheading text NOT NULL eventbody text NOT NULL -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only

Re: [PHP-DB] Dates in MYSQL

2002-04-17 Thread Alex Francis
Mike, I have just tried it again (that was the first way I tried to do the query) and get the error Unknown column '$todaysdate' in 'where clause' -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk

[PHP-DB] Passing on an ID

2002-04-22 Thread Alex Francis
tthe opportunity to email the comments back to the writer. I am having difficulty passing on the ID of the story to the feedback page. Can someone help please. -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk

Re: [PHP-DB] Passing on an ID

2002-04-22 Thread Alex Francis
= mysql_fetch_array($ret); -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may contain legally privileged information. Unauthorised recipients are requested

[PHP-DB] Mail

2002-04-22 Thread Alex Francis
. // retrieve values $row = mysql_fetch_array($ret); $email = $row[email]; $title = $row[title]; $comments = $row[comments]; $title = $row[title]; mail($email, $title, $comments); -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http

Re: [PHP-DB] Mail

2002-04-22 Thread Alex Francis
. That is at my ISP. -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may contain legally privileged information. Unauthorised recipients

RE: [PHP-DB] Mail

2002-04-22 Thread Alex Francis
Can I set this to use the SMTP Server at my ISP but still use the database and PHP files in house. I don't want to make any changes to either the php pages or the database at the ISP until I have got it all working. Although I suppose I could set up another site and database at my ISP. Alex

RE: [PHP-DB] Mail

2002-04-22 Thread Alex Francis
and at the moment I am reluctant to spend the time changing over the modem and I can't seem to get the Windows 2000 PC to connect through the Modem on the Windows 98 mc. I may just get as far as I can and take a chance on working on the ISP. Thank you for your help Alex Francis Cameron Design 35, Drumillan Hill

[PHP-DB] Mail Again

2002-04-22 Thread Alex Francis
); ? $emailaddress is set in the config.inc.php file and comes in alright as a header in the note. However, the mail is sent from the following: nobody [[EMAIL PROTECTED]] Is there a way to tell the PHP Server where the mail is coming from. -- Alex Francis Cameron Design 35, Drumillan Hill

[PHP-DB] Re: Mail Again

2002-04-23 Thread Alex Francis
Problem is!!! PHP.INI is at my ISP. Is there a way to make it think it has been changed. -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may

Re: [PHP-DB] Re: Mail Again

2002-04-23 Thread Alex Francis
Got it at Last Thank you -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may contain legally privileged information. Unauthorised recipients

[PHP-DB] convert mysql table to Excell or Access file

2002-07-12 Thread Alex Shi
Can MySQL table be converted to Access or Excell format? Alex -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Value from drop down list not being passed to database

2002-10-04 Thread Alex Francis
I have a table with a combi box drawing values from one table in a database and this should be inserted into another table along with other information: FORM NAME=Table1FORM ACTION=submit_new_unit.php METHOD=POST TABLE ID=Table1 BORDER=1 BGCOLOR=#CC CELLSPACING=3 CELLPADDING=1 WIDTH=100% TR

[PHP-DB] a where clause question

2002-10-06 Thread Alex Shi
, then check Bfn2, if A.Afn=3, then check Bfn3. So how I compose a where clause to do this? Thanks in advance! Alex Shi -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-DB] File Download - Complete Newbie

2002-10-26 Thread Alex Francis
I am trying to download file stored in a directory on my server. The information and the path to the file are stored in a MySQL database. This information is then displayed in a table. I now need to link to the correct file to download it and hav'nt a clue how to do it. Can someone help or point

[PHP-DB] PHP/MySQL and passing url params

2002-10-27 Thread alex hogan
that always the case. TIA, alex -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-27 Thread alex hogan
Sorry..., my bad. Too wrapped up in the problem. Notice: Undefined variable: row_rsID in D:\web\hogana\demo\login\TMPbl2tw4o24u.php on line 48 Warning: Cannot add header information - headers already sent by (output started at D:\web\hogana\demo\login\TMPbl2tw4o24u.php:48) in

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread alex hogan
seem to find any hard fast rules on defining arrays or rediminsioning them. alex -Original Message- From: Peter Beckman [mailto:beckman;purplecow.com] Sent: Sunday, October 27, 2002 9:29 PM To: alex hogan Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] PHP/MySQL and passing url params

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread alex hogan
. Thanks for the breakout on the arrays. alex -Original Message- From: Peter Beckman [mailto:beckman;purplecow.com] Sent: Monday, October 28, 2002 10:20 AM To: alex hogan Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] PHP/MySQL and passing url params Why'd you use it in the first

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread alex hogan
I am using PHAKT's PHP model. -Original Message- From: dwalker [mailto:dwalker;healthyproductsplus.com] Sent: Monday, October 28, 2002 8:43 PM To: alex hogan; [EMAIL PROTECTED] Subject: Re: [PHP-DB] PHP/MySQL and passing url params Are you working with the PHP model that came

[PHP-DB] how to timeout a db connect

2002-11-04 Thread Alex Howansky
. I'd like to manually specify a lower connect timeout. Is this possible? -- Alex Howansky Wankwood Associates http://www.wankwood.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Pausing a script

2002-11-05 Thread Alex Francis
Instead of exiting the following script after Use your Browser Back Button to choose another I would like to simply pause it until some clicks a link to allow them to upload the file even if it already on the server. I have been playing about with break but I can't seem to get that to do what I

RE: [PHP-DB] airport codes db

2002-11-13 Thread alex hogan
You know that is an excellent idea. alex -Original Message- From: [EMAIL PROTECTED] [mailto:bbonkosk;tampabay.rr.com] Sent: Wednesday, November 13, 2002 6:38 AM To: Edward Peloke; [EMAIL PROTECTED] Subject: Re: [PHP-DB] airport codes db You should take advantage of this highly

RE: [PHP-DB] phpmysqladmin

2002-11-15 Thread alex hogan
Matt, The url is; www.phpmyadmin.net You are right, it is a web interface for MySQL. alex -Original Message- From: Matt Giddings [mailto:cen10761;centurytel.net] Sent: Friday, November 15, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] phpmysqladmin Anybody have the url

[PHP-DB] Single occurance of data

2002-11-26 Thread Alex Francis
I have two tables in my database with a department name. One table (department), the name only appears once and it includes all departments in the school. In the other table, (courses) department can appear several times, but not all departments will be in the table. I used the following code to

[PHP-DB] Wierd php/mysql problem...

2002-11-29 Thread Alex Moen
this is acting the way that it is? The Cobalt is a factory default installation (it's a SunCobalt), and is about 2 months old. There are no SunCobalt updates that I see that will affect this issue. Thanks for any thoughts or ideas... Alex -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Apache, PHP and MySQL

2002-12-08 Thread Alex Francis
I am trying to set up a test server to test updates before changing my uploaded pages. I have running Windows 98. I have Apache installed and running, and thought I have PHP installed properly. (Installed it as Welling and Thomson). However when I try to run my test.php file which should give

Re: [PHP-DB] Apache, PHP and MySQL

2002-12-09 Thread Alex Francis
on the server are on a separate hardfile. I am running Apache 1.3.24 for Win32 Dl Neil [EMAIL PROTECTED] wrote in message 142701c29f16$204ba340$c900a8c0@jrbrown">news:142701c29f16$204ba340$c900a8c0@jrbrown... Alex, I am trying to set up a test server to test updates before changing my uploaded

Re: [PHP-DB] Apache, PHP and MySQL

2002-12-09 Thread Alex Francis
/location # Action application/x-httpd-php ./php/php.exe # I hope that is not too much for you to look through . Dl Neil [EMAIL PROTECTED] wrote in message 147901c29f67$93bf9790$c900a8c0@jrbrown">news:147901c29f67$93bf9790$c900a8c0@jrbrown... Alex, Sorry, I cant find this Act

Re: [PHP-DB] Form TextArea Formatting

2002-12-09 Thread Alex Francis
You would be easier reformatting when you take it out of the database. After getting your variable representing the text in the text box do this: $variable = nl2br($variable); Then when you display your variable the all your original new lines are retrieved. John W. Holmes [EMAIL PROTECTED] wrote

[PHP-DB] More Apache Installation problems

2002-12-09 Thread Alex Francis
At last I have Apache and PHP running on my server. My server IP is 192.168.1.1 and I have set ServerName 192.168.1.1 in my httpd.conf file. I can access my test files from the server using either http://localhost or http://192.168.1.1, however if I try the same on my main workstation I can't

Re: [PHP-DB] More Apache Installation problems

2002-12-09 Thread Alex Francis
er. try pinging the server: ping 192.168.1.1 -Original Message- From: Alex Francis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] More Apache Installation problems At last I have Apache and PHP running on my server. My s

Re: [PHP-DB] More Apache Installation problems

2002-12-09 Thread Alex Francis
r router? is it filtering ICMP? can you ping anything? is your cat 5 cable crimped properly and you have link lights on your switch/hub/router and network card? Adam On Mon, 9 Dec 2002, Alex Francis wrote: It seems like a network problem. I can access the network through windows network neig

Re: [PHP-DB] More Apache Installation problems

2002-12-09 Thread Alex Francis
have two network cards, one connected to cable modem, and the other to the hub? -Original Message- From: Alex Francis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 2:20 PM To: Gene Dymarskiy Subject: RE: [PHP-DB] More Apache Installation problems I need

[PHP-DB] Selecting more than asked for

2002-12-13 Thread Alex Francis
I am using PHP and MySQL and in one section I am trying to SELECT for a table where unit_id = $variable. In that column I have several blank items. When I select a particular variable I get that plus all the blanks. I presume there is some way of getting just those which meet my criteria. --

Re: [PHP-DB] Selecting more than asked for

2002-12-16 Thread Alex Francis
is isn't solving your problem, show us more source-code and the table-columns definition. greets ag - Original Message - From: Alex Francis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 14, 2002 8:37 PM Subject: [PHP-DB] Selecting more than asked for Wh

[PHP-DB] Now not selecting enough

2002-12-18 Thread Alex Francis
I am using the following script which I have used with minor variations, several times before without any trouble. I have 3 items in my database but the script only returns 1. I can change which one by leaving off the order by filter, but can't get all three. Where am I going wrong. (PHP and

Re: [PHP-DB] Now not selecting enough

2002-12-18 Thread Alex Francis
t record. Cheers Jason -Original Message- From: Alex Francis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 11:00 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Now not selecting enough I am using the following script which I have used with minor variations, several time

[PHP-DB] Passing selection to next page

2002-12-19 Thread Alex Francis
I have a drop down list created using the following code and am having trouble passing my selection to the next page. Can anyone help? ? $query = select distinct department from courses order by department; $result = mysql_query($query); echo SELECT ID='Category Combo Box' NAME='department';

[PHP-DB] Using ifelse to go to another page

2003-01-04 Thread Alex Francis
I have dropdown lists on one page which were working fine. However I need to make a slight alteration and add another 2 ifelse statements to go to another page instead of carrying out the $SQL statement. I have added the last 2 ifelse statements but I still get the SELECT statement working. Can

[PHP-DB] Using ifelse to redirect to another page

2003-01-04 Thread Alex Francis
I have dropdown lists on one page which were working fine. However I need to make a slight alteration and add another 2 ifelse statements to go to another page instead of carrying out the $SQL statement. I have added the last 2 ifelse statements but I still get the SELECT statement working. Can

[PHP-DB] Re: blob

2003-01-07 Thread Alex Francis
Why not upload the PDF file to a files directory and just put the path and filename in your database. Natividad Castro [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi to all, I want to be able to load PDFs into mysql DB, but I'm not very familiar with the

[PHP-DB] Echo with extra characters

2003-01-08 Thread Alex Francis
I have the following code in my page as a header. ? if ($mainarea==Language) { header(Location:add_5-14_material.php?mainarea=$mainarea); } else { } ? When I echo $mainarea I get \'Language\'. I think it is something to do with my quotation marks but need some help. How do I get rid of the '

[PHP-DB] Apache Problem

2003-03-12 Thread Alex Francis
Please bear with me, I am a complete newbie. I am trying to use an in house server for test purposes and am having some problems. I get an Internal Server error and when I look at the error log the error is as follows: Premature end of script headers: /apache/php/php.exe. I have tried the Apache

[PHP-DB] Where have my errors gone?

2003-03-13 Thread Alex Francis
If I had a syntax error, I used to get a message back telling me. Now I just get a blank page. I have tried adding error_reporting=E_ALL; to the page, but still no errors. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Where have my errors gone?

2003-03-13 Thread Alex Francis
Got it . My ISP had upgraded PHP and left error reporting off. They have now fixed it for me. Alex Francis [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If I had a syntax error, I used to get a message back telling me. Now I just get a blank page. I have tried adding

Re: [PHP-DB] hotornot functionality

2003-05-29 Thread Alex Harris
Why not have a field called last in the db? You set it equal to true for the last image and then check it for all of the images. If it's true, you just null the next option and the user can't go any farther. From: Matthew Horn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB]

[PHP-DB] mail() function

2003-05-29 Thread Alex Francis
I have set up my pc as a test server Windows 98 running Apache as a service, PHP and MySQL but cannot get the mail() function to work. After a long wait, I get an error Warning: Failed to Receive in c:\phpdev\www\assets\submit_users.php on line 17. Is there something I should be changing in the

[PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-12 Thread Alex Gemmell
? Thank you! Alex Gemmell : Reply-to: [EMAIL PROTECTED]: Or call me for free using Skype:

RE: [PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-12 Thread Alex Gemmell
|-Original Message- |From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] |Sent: 12 May 2004 13:43 |To: Alex Gemmell |Cc: PHP List |Subject: Re: [PHP-DB] Linux/PHP/Access Database - oh boy :( | | |Hello all, | |Am I right in thinking I have very few options? I don't want to move |over

RE: [PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-12 Thread Alex Gemmell
an intermediate database format, like .dbf which can be made by exporting the database out of MS Access into dbase 5. Does anyone know what the connection string for a .dbf (dbase 5) format database is? Alex |:| Reply-to: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] |:| _ From: Gryffyn

RE: [PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-12 Thread Alex Gemmell
Thanks Bob, I was afraid of that! Ah well. I have one or two more glimmers of hope left before I abandon this entirely and learn some ASP super-quickly! Alex |:| Reply-to: [EMAIL PROTECTED] |:| |-Original Message- |From: Robert Twitty [mailto:[EMAIL PROTECTED] |Sent: 12 May 2004 14

RE: [PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-13 Thread Alex Gemmell
to all who offered help. Especially the last few ideas about using PHP to parse .csv files. That would have definitely been the only solution given my situation. Until the next impossible situation... Alex ¦:¦ Reply-to: [EMAIL PROTECTED] ¦:¦ |-Original Message- |From: Kosala Atapattu

RE: [PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-12 Thread Alex Gemmell
have much time so I was hoping to avoid it. Alex |:| Reply-to: [EMAIL PROTECTED] |:| |-Original Message- |From: Peter Lovatt [mailto:[EMAIL PROTECTED] |Sent: 12 May 2004 15:03 |To: Alex Gemmell |Subject: RE: [PHP-DB] Linux/PHP/Access Database - oh boy :( | |Hi | |Are you tied

RE: [PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-12 Thread Alex Gemmell
the server admin to concede to allowing MySQL to be installed. Hopefully he will actually do this! If so, this will solve ALL my problems! Hurrah for Linux/Apache/PHP/MySQL! Hurrah! Alex |:| Reply-to: [EMAIL PROTECTED] |:| Or call me for free using Skype: |-Original Message- |From: Gryffyn

RE: [PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-12 Thread Alex Gemmell
. If successful then show them most of the fields in their record. Simple! Simple, yeah, nothing to it... ;) Now my server admin are playing ball I have hope. If I can convert the MS Access db to MySQL without too many problems then I should be home and dry... Alex |:| Reply-to: [EMAIL

RE: [PHP-DB] Linux/PHP/Access Database - oh boy :(

2004-05-12 Thread Alex Gemmell
). Alex |:| Reply-to: [EMAIL PROTECTED] |:| |-Original Message- |From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED] |Sent: 12 May 2004 17:22 |To: PHP List |Cc: Alex Gemmell |Subject: RE: [PHP-DB] Linux/PHP/Access Database - oh boy :( | |In that case, you could write a PHP script on your PC

RE: [PHP-DB] Logging Into A MySQL (Web) Database

2004-10-22 Thread Alex Egberink
/sessions.php regards, alex At 11:55 22-10-2004, Graham Cossey wrote: Probably an off-list posting. That's the problem of just using 'Reply' instead of 'Reply to All' on this list. Other lists I subscribe to always only ever have the list email address when replying, which in my opinion is a better way

RE: [PHP-DB] sms service to my site..?

2004-11-02 Thread Alex Bovey
Dear Sir, I would like to add SMS Services in my Site. So if any body know the scripts in PHP, Could you guide me to my progress..?. I think any body have done this kind of work as your company projects..!, So i want urgent. Regd, Ilanthiraian,B You need to use some kind of SMS gateway,

RE: [PHP-DB] Parsing CSV files into a MySQL Table

2004-11-02 Thread Alex Bovey
mysql_query (INSERT INTO 'footable' (foo1, foo2, foo3, foo4, foo5, foo6, foo7) VALUES '$foo1', '$foo2', '$foo3', '$foo4', '$foo5', '$foo6', '$foo7')); } You're also missing an opening bracket after 'VALUES'. The statement should be: mysql_query (INSERT INTO 'footable'

[PHP-DB] Does PHP strip out the seconds from a SQL Server datetime field?

2005-12-06 Thread Alex Gemmell
date and time. Can anyone explain why the datetime is getting converted? What is doing it (presumably PHP) and how can I get it to stop? FYI: I use mssql_pconnect() to connect to the SQL Server database and mssql_fetch_assoc() to extract each row. Thanks for any help offered! Alex -- PHP

Re: [PHP-DB] Does PHP strip out the seconds from a SQL Server datetime field? SOLVED

2005-12-06 Thread Alex Gemmell
, International Outreach x3257 The opinion(s) contained within this email do not necessarily represent those of St. Jude Children's Research Hospital. -Original Message- From: Alex Gemmell [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 11:15 AM To: php-db@lists.php.net Subject: [PHP-DB

[PHP-DB] Character encoding issues: Pound-sign £ becomes a ú - why?

2005-12-13 Thread Alex Gemmell
with somesort of accent on it!). I cannot figure out why this is happening and what to do about it. I could use a PHP routine to find-and-replace the chars but surely there is a way to tackle the root problem? Any ideas gang? Alex -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

[PHP-DB] SQL Server - do I need PHP to run COMMIT?

2005-12-16 Thread Alex Gemmell
I'm missing a trick here. FYI: I'm also now doubting my use of mssql_pconnect() - should I being using mssql_connect() with mssql_close() instead? Thanks, Alex -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] SQL Server - do I need PHP to run COMMIT?

2005-12-16 Thread Alex Gemmell
? -- bob On Fri, 16 Dec 2005, Alex Gemmell wrote: Hello people, My PHP application uses a SQL Server 2000 database. I have previously only ever used MySQL and so my knowledge of SQL Server comes just from experimentation and trial and error experience. My PHP application appears

[PHP-DB] Scrolling News

2005-12-22 Thread Alex Major
this? I'm still very new to php. Regards, Alex. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Scrolling News

2005-12-22 Thread Alex Major
Sounds great, I'll start looking for a scroller on google. Anyone have any recommendations while I'm searching? Regards, Alex On 22/12/05 21:22, John Meyer [EMAIL PROTECTED] wrote: On Thursday 22 December 2005 1:38 pm, Alex Major wrote: Hi there. I'm trying to make a scrolling news box

Re: [PHP-DB] Re: Subject: Scrolling News

2005-12-23 Thread Alex Major
to Debug, Line: 20 Error: Expected 9 And also A runtime error has occurred. Do you wish to Debug, Line: 36 Error: 'scroller1' is undefined. Any help on this issue is greatly appriciated. Regards, Alex On 23/12/05 11:16, Neil Smith [MVP, Digital media] [EMAIL PROTECTED] wrote: At 20:39 22/12/2005

[PHP-DB] Formatting a form box

2006-01-12 Thread Alex Major
that it is easy for them to have formatted text without doing all the html. Also things like changing colours, bold, italic and things would be good. Something like on forums, where when you enter a new post you have all the formatting options. Hope this makes sense, Regards, Alex. -- PHP Database

Re: [PHP-DB] Formatting a form box

2006-01-12 Thread Alex Major
($_POST['testarea']); } ? Look at the source code after you submit if you have any doubts/questions. -TG = = = Original message = = = use the nl2br() function to convert the newlines to br bastien From: Alex Major [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB

[PHP-DB] Displaying Unix Timestamps as human readable dates / times?

2006-02-15 Thread Alex Major
Hi there. I am currently intergrating a vbulletin forum with my website, and am now merging the two databases together. On the vbulletin database all times/dates are stored as a unix timestamp, but in the past I've always stored mine as 21/3/2006 (for example.) I am now trying to get these unix

[PHP-DB] Re: my_sqli documentation...

2006-02-21 Thread Alex Boese
that I'm missing some giant peice of information for. Lastly, this is all on windows machines. You can groan. I don't mind. I am running PHP 5.??? and MySQL 5? I believe. They should both be ultra recent. I even got the upgrade dll from mysql. -Alex Boese -- PHP Database Mailing List (http

[PHP-DB] Tracking Site Version

2006-02-23 Thread Alex Major
wondering if any of you had a similar system, or if you had any suggestions for recording site changes etc.. Many thanks, Alex. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Problem with a login page.

2006-03-06 Thread Alex Major
different accounts, and neither are working. (I am 100% sure that I am entering usernames/passwords correctly). Thanks for any help with this, I can't for the life of me figure this out. Regards, Alex. ?php // database connect script. require 'includes/connection.php'; require

[PHP-DB] Displaying results from a query properly.

2006-03-24 Thread Alex Major
Hi there. This isn't a major problem, more of a matter of aesthetics. Basically, I have a query which pulls a list of usernames from the database (based on their user level). These users should then listed in this fashion. Administrators: allydm, alex, mike, dave Moderators: big 'd', frank

Re: [PHP-DB] Displaying results from a query properly.

2006-03-24 Thread Alex Major
Thanks, works like a charm (had to make is -2 instead of -1 as it added a space after each result). Hadn't thought of something so simple. Regards, Alex. On 24/3/06 16:22, Bastien Koert [EMAIL PROTECTED] wrote: Build it up as a string and remove the trailing comma at the end of the loop do

[PHP-DB] Automatically +1 every 30 mins to a value in the database.

2006-06-02 Thread Alex Major
their amount of gold to go up by 1 (or say a variable say $goldupdateamount). I'd like to know which would be the best way of doing this, and if there is a command in php which would achieve this. Regards, Alex. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Alex Moen
that, but my ego is kicking in here and I would really like to understand what the problem is rather than just reinstalling everything... That just seems too M$ to me. Any suggestions? Thanks, Alex -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Alex Moen
OK, sounds good, what am I looking for? I don't see the module being declared in my php.ini file on either of my servers. Alex Fortuno, Adam wrote: Alex: It sounds like the MySQL extension module isn't loading. Here are some things to confirm: - Ensure the module is declared in your

Re: [PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Alex Moen
, and voila, I now have a working implementation of php pulling data from a remote server. Thanks for the help!!! It is greatly appreciated! Alex Alex Moen wrote: OK, sounds good, what am I looking for? I don't see the module being declared in my php.ini file on either of my servers. Alex

Re: [PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Alex Moen
Yes, I did run make install... I was kind of surprised that it didn't put that file somewhere. Alex Chris wrote: Then, I did a search for the mysql.so file, which turned out to be in the build/modules directory all by itself just waiting to be used, copied it to /usr/lib/apache/php

  1   2   >