[PHP-DB] problem with num_rows (OCIRowCount)

2001-03-19 Thread Mark
et me check to see that there were rows returned from the query. -Mark -- 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]

RE: [PHP-DB] URL Problem

2004-04-21 Thread Mark
in the browser address bar) to something like http://www.someserver.com/somepath/someotherpage.asp If that's the case, it's being redirected somehow. Not sure how you can grab that, but there's probably a way. = Mark Weinstock [EMAIL PROTECTED]

Re: [PHP-DB] Struggling

2004-05-05 Thread Mark
vt_sponsor_id1=a.evt_sponsor_id AND > (e.evt_sponsor_id2=b.evt_sponsor_id OR e.evt_sponsor_id2=0) > AND > (e.evt_sponsor_id3 >=c.evt_sponsor_id OR e.evt_sponsor_id3=0) AND > (e.evt_sponsor_id4=d.evt_sponsor_id OR e.evt_sponsor_id4 =0) > > > Thanks for the help, > Erik W. Meye

Re: [PHP-DB] Convert HTML Table to Tab Delimited .TXT file

2004-05-24 Thread Mark
.xls"); Replace excelfile.xls with whatever you want the filename to be Then write out your table as you would normally. the result should be an excel file either downloaded or opened in the browser, depending on the browser

Re: [PHP-DB] Convert HTML Table to Tab Delimited .TXT file

2004-05-24 Thread Mark
the headers before anything is sent to the browser on that PHP page. For example, Header 1Header 2 R1C1R1C2 R2C1R2C2 The table creation can all be done in PHP as well. If you're building the page using document.write(), things might be more complicated... > Thanks, > > dave >

Re: [PHP-DB] cookie issue

2004-07-02 Thread Mark
> > > header(location:"")...sorry if I ask this > > > > > > > > Cookies stored on the client machine. If you do > > > not > > > > want to use them simply set them with no value. > > > > See manual of setcookie() for more de

Re: [PHP-DB] php-db@lists.php.net is currently protecting themselves from receiving junk mail using Spamcease Just this once, click the link below so I can receive your emails.

2004-08-05 Thread Mark
CLICK THE LINK SO HE CAN RECEIVE YOUR MAIL, and you won't have to > > do this again ;) > > > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

Re: [PHP-DB] Insert Query PROBLEMS

2004-09-10 Thread Mark
27;,". "fname = '".$_POST['fname']."',". "lname = '".$_POST['lname']."',". "address1 = '".$_POST['addres

Re: [PHP-DB] Error with addition of second

2004-09-18 Thread Mark
uters > > Also, you shouldn't have all of the radio buttons associated with the same variable checked. In fact, if this is a quiz, none should be checked. And this last question doesn't even make sense :-) > > Q-2)Once there is inflation ; > > Governme

Re: [PHP-DB] Resource id #2

2002-11-27 Thread Mark
> > while ($row = mysql_fetch_array($result)) { > > > $row['Books.Title']; > > > $row['Books.Author']; > > > $row['Books.ISBN']; > > > $row['BookList.dbase']; > > >

Re: [PHP-DB] I got this idea...

2002-12-05 Thread Mark
is, I'd say do it in realtime. Mark --- Ignatius Reilly <[EMAIL PROTECTED]> wrote: > Well, we can only offer very general guidelines at this stage. > > What you can do is write a script that: > - call all the URLs showing paintball prices (btw what is a > paintball?) >

RE: [PHP-DB] reversing a date stamp

2002-12-05 Thread Mark
051202. You can parse and reorder the string using substr() or you can using the date() and mktime() functions. -M > > > > > > ---John Holmes... > > ---Sometimes you get what you ask for. > > > > > > > > -- > > PHP Da

RE: [PHP-DB] MySQL Array

2002-12-06 Thread Mark
L table 4 rows across. I am currently doing > this > with the mysql_fetch_array() function. How can I pull out 4 array > elements > in one pass through a while loop? > > Thanks > > Art Chevalier > > > > -- > PHP Database Mailing List (http://www.php.net

[PHP-DB] Stupid 2-D ARRAY Question

2001-09-23 Thread Mark
Stupid 2-D ARRAY Question Can any body tell me why this doesn't work? I can't find any help on 2D arrays in PHP3 (i know, my server wont upgrade) $count = 1; while ($row = mysql_fetch_array($sql_result)) { $query_array[$count, 1] = $row[c_id]; $query_array[$count, 2] = $row[c_name]; $count = $co

Re: [PHP-DB] Function questions...

2002-12-06 Thread Mark
calling this function: > > $query = "SELECT * FROM accounts WHERE > verifyurl='$safe_verify_string'"; > > CheckboxList($query); > > > Is there something wrong with the way in which I am calling this > function? Thanks in advance for all the

RE: [PHP-DB] passing variables

2002-12-09 Thread Mark
TP_POST_VARS); > } > > > This registers all of the different arrays. And completely nullifies the security value of having register_globals turned off. But I guess if you don't have access to the php.ini file this is as good... > <>< Ryan > = Mark Weinstock [EMAI

RE: [PHP-DB] passing variables

2002-12-09 Thread Mark
se extract() to pull all the variables out of the superglobals. If someone attaches a variable to a GET with the same name as a variable you've already set, then it will overwrite your variable if you have register_globals on or simply extract() all superglobals. A **trivial** examp

Re: [PHP-DB] Help nedded

2002-12-10 Thread Mark
me in the > right > direction where I could solve this or to someone who could > > Thanks in advance. > Spiderwebb > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark Weinstock

RE: [PHP-DB] Crystal Report -> PHP4 / Report Generator

2002-12-11 Thread Mark
terms and > conditions expressed in the governing KPMG client engagement > letter. > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- > PHP Database Mailing List (http://www.php.net/) >

Re: [PHP-DB] A little advise please

2002-12-11 Thread Mark
, and you need to be careful about capitalization in variable names. HTH, Mark --- [EMAIL PROTECTED] wrote: > Hello, > I have a bit of problem with a script . . . looking for help. The > script pretty much works as it creates the table I want, However, > the display is incorre

Re: [PHP-DB] Re: Newbie - Is this possible with mysql? can i fake it in php?

2002-12-13 Thread Mark
gt; > > > a.id=b.transportId and b.adminId='1'; > > > > select sum(count), sum(size) from stats where email like > '%a.domain'; > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: [PHP-DB] Cool MySQL -> Excel Shell Script

2002-12-13 Thread Mark
rnek.com > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark Weinstock [EMAIL PROTECTED] *** You can't demand something as a "right

Re: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
> -Jody Cleveland > > Winnefox Library System > Computer Support Specialist > [EMAIL PROTECTED] > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark Weinstock [EMAIL PROTECTED] *

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
ons on what that user can > do to > > the table(s)? > > Boy, do I feel lost... > > How would I check that? > > Thanks! > > Jody > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http:

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
't use it personally, but I can refer you to a few people who do if no one on this list knows... > > Thanks! > > Jody = Mark Weinstock [EMAIL PROTECTED] *** You can't demand something as a "right&quo

Re: [PHP-DB] php/mysql

2002-12-26 Thread Mark
/tmp but that does no difference. > > Can you connect to MySQL from the command line? With what user? Are > you sure > you are using a valid login and password in your programs? > > ---John Holmes... > > > -- > PHP Database Mailing List (http://www.php.net/) >

Re: [PHP-DB] Re: Passing variables through a page

2003-01-07 Thread Mark
eif ($level=="5-14 Curriculum") > > { > > header("Location:5-14_select_area.php"); > > } > > else > > { > > header("Location:add_new_resources.php"); > > } > > ?> > > The Location header requires an absolute URI, e

RE: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread Mark
gt; } > > > ?> > > > > > > > > > > > > > _ > > > Stay in touch with MSN Messenger http://messenger.msn.co.uk > &g

Re: [PHP-DB] function needed

2003-01-24 Thread Mark
unction may need to cut, I just need > it to > take > the text from the SSI, and cut everything but the "domain" part, > which is > the address itself. You could use the str_replace() function. Put all the things you want to eliminate into an array, $arr, and use the foll

Re: [PHP-DB] REVISED; need INSERT help

2003-01-27 Thread Mark
ng one .php for each > form > but i know there is a better way. and... anyway... thanks for > looking > at this. best regards, addison > -- > Addison Ellis > small independent publishing co. > 114 B 29th Avenue North > Nashville, TN 37203 > (615) 321-1791 > [EMAIL P

Re: [PHP-DB] print

2003-02-03 Thread Mark
n... > -- > Addison Ellis > small independent publishing co. > 114 B 29th Avenue North > Nashville, TN 37203 > (615) 321-1791 > [EMAIL PROTECTED] > [EMAIL PROTECTED] > subsidiaries of small independent publishing co. > [EMAIL PROTECTED] > [EMAIL PR

Re: [PHP-DB] Re: problems with variables

2003-02-04 Thread Mark
$q1 = "first_var"; > > $q2 = "second_var"; > > for($i=1;$i<=2;$i++) > > { > >echo "\n"; > > } > > The output should now be: > > > > > > > Hope you can help me, > > Marcel > > -- > PHP Database Mail

Re: [PHP-DB] checking for empty array from a form field? grrrrrrrrrrr!

2003-02-05 Thread Mark
echo "bye"; > > } > > > if (!isset($products)) { > > echo "hello"; > } > > else { > > echo "bye"; > > } > > > if (count($products) == 0) { > > echo "hello"; >

RE: [PHP-DB] collaborating on a document

2003-02-11 Thread Mark
; > > > > -- > > PHP Database Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/

RE: [PHP-DB] How to access a MS Access DB

2003-02-14 Thread Mark
s set up on my machine (I hear > that > by default it is) and what's this about a driver? > > All I know at this point is > > odbc_connect("XXX","username","password"); > > Where XX is the DSN name I will be using, (how

Re: [PHP-DB] Preserving form field values between pages/tags

2003-02-18 Thread Mark
ul way of preserving field > values from > page-to-page... or hiding fields as a user clicks on each tag? > > Thanks, > > -Nelson > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > =

Re: [PHP-DB] mysql_fetch_array and extract() with LEFT SELECT

2003-02-19 Thread Mark
efficient to me - (but correct me if I am > wrong). > > I expect the solution must be dead easy, but I can't find it or > figure it > out. > > Many thanks, > > Jeffrey > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http:

Re: [PHP-DB] TimeStamp format to date

2003-02-20 Thread Mark
--- "1LT John W. Holmes" <[EMAIL PROTECTED]> wrote: > > Cumprimentos > > What'd you call me? > I think he's offering you a free minty "freshmaker." = Mark Weinstock [EMAIL PROTECTED] *** You can

Re: [PHP-DB] SQL server procedore how to

2003-02-23 Thread Mark
> > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark Weinstock [EMAIL PROTECTED]

Re: [PHP-DB] Multiple select box using mysql

2003-02-24 Thread Mark
ied, are those of the sender > > only, unless that sender expressly states them to be > > the views or representations of an entity or person, > > who shall be named by the sender and who the sender > > shall state to represent.

Re: [PHP-DB] Making Join

2003-02-28 Thread Mark
9e50.jpg > 404 f474a8ee5965f0a792e5b626fb30c2cd.jpg > 404 3acd391cf7abafa032c5e3b21eb7b322.jpg > 404 4e5df8cfa4bce5dd30c1166b8a86fa23.jpg > Bedman NULL > > but i want only 3 users from this join, not 3x3=9 If you only want the users, and not the photos, then the previous post

Re: [PHP-DB] php and local printing

2003-03-04 Thread Mark
Sub : kill-proc (killing user process by an user)LOST #285 > > #!/bin/sh > ps -aef | grep $USER > echo -en "Process-No to kill : "; read P_ID > kill $P_ID > > <[EMAIL PROTECTED]> > : >

RE: [PHP-DB] Storing browser stats

2003-03-06 Thread Mark
t; > -- > > PHP Database Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > -- > Mignon Hunter > Web Developer > Toshiba International > 713.466.0277 x 3461 > > > -- > PHP Database Mailing List (http://www.php.net/) > To

RE: [PHP-DB] Don't Understand

2003-03-12 Thread Mark
--- "Snijders, Mark" <[EMAIL PROTECTED]> wrote: > that's bull > > on www.marksnijders.com and www.nederlandmobiel.nl i use those > scripts (php > and the GD functions ) for automatically changing the file size... I think you're missing what he's sa

Re: [PHP-DB] MySQL Query help please!

2003-03-12 Thread Mark
theres no entry in STATS. > > Anyone got any ideas? > > Thanks > > Dan > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >

Re: [PHP-DB] How to Connect remote DB server?

2003-03-12 Thread Mark
* Web Design & Hosting * Internet & Intranet Applications > Development * > > -- > > Search the list archives before you post > > http://marc.theaimsgroup.com/?l=php-db &

Re: FW: [PHP-DB] problem connecting w/ODBC

2003-03-18 Thread Mark
er: > > Warning: odbc_exec(): supplied argument is not a valid ODBC-Link > resource in > c:\program files\apache group\apache\htdocs\test4.php on line 17 > Couldn't execute query > > Anyone have any ideas of what I should do so I can access a > database through >

Re: [PHP-DB] Nested MySQL Query

2003-03-18 Thread Mark
T * FROM Allocations WHERE (SELECT Project_ID FROM Project > WHERE > Project_Name = $_POST[project_name]) > > thanks for your help > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark W

[PHP-DB] using checkbox in php to delete

2003-03-18 Thread Mark
hello i have been trying to delete items from a guestbook using multiple checkbox fields but have had no success this is the code i have been using to add the checkbox's to the records: while ($rows = mysql_fetch_array($result)) { Queen Vic Message Book Date/Time Posted: Name:

[PHP-DB] deleting multiple records using a checkbox

2003-03-18 Thread Mark
hello i have been trying to delete items from a guestbook using multiple checkbox fields but have had no success this is the code i have been using to add the checkbox's to the records: while ($rows = mysql_fetch_array($result)) { Queen Vic Message Book Date/Time Posted: Name:

[PHP-DB] deleting records using a checkbox

2003-03-18 Thread Mark
hello i have been trying to delete items from a guestbook using multiple checkbox fields but have had no success this is the code i have been using to add the checkbox's to the records: while ($rows = mysql_fetch_array($result)) { Queen Vic Message Book Date/Time Posted: Name:

Re: [PHP-DB] SELECT * FROM Command *REVISED*

2003-03-19 Thread Mark
.. */ > if (!$result || @mysql_num_rows($result) < 1) > { > print("No entries in table $table."); > exit; > } > print(""); print(""); $fields = mysql_list_fields($dbName,$table,$link); $columns = mysql_num_fields($fields); for ($i = 0;

[PHP-DB] deleting guestbook messages

2003-03-20 Thread Mark
hi im having major problems deleting multiple messages from the guestbook i have created im new to php so any replies to this problem will have to easy for me to understand i have got my guestbook reading and showing entries and have added checkboxes under each entry for the deletion process he

[PHP-DB] deleting guestbook messages with code attachment

2003-03-20 Thread Mark
hi im having major problems deleting multiple messages from the guestbook i have created im new to php so any replies to this problem will have to easy for me to understand i have got my guestbook reading and showing entries and have added checkboxes under each entry for the deletion process he

Re: [PHP-DB] Retrieve "the field name itself" instead of "the info of the field name"

2003-03-21 Thread Mark
ow($result)) > { > > foreach ($get_info as $field) > print "\t$field\n"; > > > } > print "\n"; > mysql_close(); > > > > > ______

Re: [PHP-DB] combination of fetch_field and fetch_row

2003-03-24 Thread Mark
ive an error, but he only prints 8 times the 2nd column > and > nothing in the first (field name column) > > Does anyone know how to solve this? > > Greetz, > > Gert Vonck > > > > > _ > Chat with your on

RE: [PHP-DB] I have a problem to add a new line to the body of my email when I am using '

2003-06-05 Thread Mark
> standards (e.g., appending subject information to a URL with the > syntax > "?Subject=my%20subject" where any space characters are replaced by > "%20"). Some user agents also support "?Cc=email-address". > -- > &

Re: [PHP-DB] [SPAM?] [PHP-DB] VERY URGENT

2003-05-27 Thread Mark
t throw it away. The problem is they are > getting better at being anoying :) > > -- > Lester Caine > - > L.S.Caine Electronic Services > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.n

RE: [PHP-DB] how to update field without using UPDATE query? you are kidding?

2003-06-10 Thread Mark
3BEXC84AB3A5E > > > > PHP Architect - A monthly magazine for PHP Professionals. Get > your copy > > today. http://www.phparch.com/ > > > > > > > > -- > > PHP Database Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP-DB] sending data through FTP in PHP

2003-07-28 Thread Mark
ot;0" > = valid > and "1" = invalid > > > than I am suppose to send the $linea info. > > > > > > can you give some pointers as to how I should go about doing > this or if > you guys has any pre-written functions

Re: [PHP-DB] Problem with page layout!

2003-08-01 Thread Mark
will see a . > at the start also. Anyone got ideas why it is > outputing out of line? All help mostly appreciated. > > Thanks! > > Jerry > > http://personals.yahoo.com.au - Yahoo! Personals > - New people, new possibilities! Try Yahoo! Personals, FREE for a > limited per

Re: [PHP-DB] MySQL

2003-08-01 Thread Mark
k? If it works then congratulations. If it doesn't > work, *how* > > doesn't it work. > > > > If you're new to all this, you might want to start by reading > some of the > > numerous tutorials available (google for them) and follow through > a few of > > them. > > > > -- >

Re: [PHP-DB] mysql problem importing data

2003-08-14 Thread Mark
kip-lo > cking -u mysqladm >>/home/mysqladm/data/SARATOGA.err 2>&1 > 030807 00:00:45 mysqld ended > > Has anybody an idea on how to import that data? Its nicely > seperated by ; > > Thanx for any help, > > Merlin > > > > -- > PHP Databas

Re: [PHP-DB] Creating an autonumber setup

2003-09-09 Thread Mark
ould be "Fred's project #" and the suffix would be " for this year". You could have variables in there as well, and you can do number-> text translation if necessary (a,b,c rather than 1,2,3). But do the translation in the application (or your query), not

Re: [PHP-DB] Re: PHP connection to remote Access database on NT

2003-09-12 Thread Mark
ties sharing write > access to the > > > data, but I could be wrong about this. > > > > > > Is there any way Access can be stretched to do this kind of > thing? > > > > > > Thanks. > > > > > > -- John > > > > -- > >

Re: [PHP-DB] array field type

2007-03-06 Thread Mark
Sancar Saran wrote: > Thanks for all those replies. It seems there was no easy solution (and or > serializing was better solution) for us. > > Our arrays contains lots of things.. XML may not fit because content of > array may broke xml structure. > Before you give up, take a look at the XMLDBX

RE: [PHP-DB] Getting last row, moving backwards..

2001-01-19 Thread Mark Roedel
desc would likely do the trick (sorting your results by the value of the ID field, in descending order). --- Mark Roedel| "A wise man once told me that everything in Systems Programmer | life is either a lesson or a joke. Our task LeTourneau University | is to figure ou

[PHP-DB] Problem upgrading to 4.0.4

2001-01-23 Thread Mark Newnham
to upgrade to 4.0.4pl1, with the exact same configuration. The build runs fine, however the ODBC driver is now unable to parse any query with a 'JOIN' in it. Can anyone shed any light on this behaviour? Regards Mark -- PHP Database Ma

RE: [PHP-DB] Help with loop

2001-01-25 Thread Mark Newnham
$res = mysql_query("SELECT * FROM ecomm where ID ='$sid'",$db)) if(!$res){echo("error preforming query: " . mysql_error());exit();} //error trap while( $row=mysql_fetch_array($res)){ $pno=$row["part"]; ##

RE: [PHP-DB] query error

2001-01-25 Thread Mark Newnham
Looks fine, now retrieve the rows from the query. > -Original Message- > From: Randy Johnson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 25, 2001 12:46 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] query error > > > When I run any kind of query this is the value of result

[PHP-DB] SQL/ODBC query returns two variables of same name

2001-01-29 Thread Mark Newnham
I have a complex sql query with a self-join that returns 2 variables of the same name. using the variable name in odbc_result() always returns the first instance. Is there any way that I can retrieve the second instance? Thanks Mark -- PHP Database Mailing List (http://www.php.net/) To

RE: [PHP-DB] PHP and PROGRESS

2001-01-29 Thread Mark Newnham
suggest you subscribe to the webspeed/servers/sql92 (depending on your progress version) list at www.peg.com, which is where the progress/php discussions/arguments are voiced... > -Original Message- > From: Hector Banda [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 29, 2001 4:55 PM >

[PHP-DB] Oracle TNS problems with PHP4?

2001-02-02 Thread Mark Farver
is... How many of you have Oracle working with PHP4? What version of the Oracle drivers? Are you accessing a local db or a remote one? Did you have to tweak any settings to make it work? Windows or Unix? Thanks Mark -- "The greatest dangers to liberty lurk in insidious enroachment b

[PHP-DB] --with-Oracle caused apache to not load

2001-02-05 Thread Mark Farver
If I compile php using --with-oracle and --with-apxs and try to load that module apache seg faults on loadup. Compiling php without oracle works fine. Compiling php with oracle and as a CGI works fine. I'm running Oracle 8.1.5, php4.0.4pl1 and apache 1.3.14 under RH6.2 Any ideas?

Re: [PHP-DB] How to set up PHP to access Oracle

2001-02-05 Thread Mark Farver
eded and upload it to the webserver periodically. PHP can the read that data from a file or the provider's mysql server. Good luck. Mark -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

Re: [PHP-DB] pgsql performance

2001-02-06 Thread Mark Farver
I have no personal experience with pgsql... but I've heard from friends and in a number of articles strong suggestions to upgrade to pgsql 7.0. It is noticably faster. Also I believe the Postgres docs have a section on performance tuning. Mark On Tue, 6 Feb 2001, Cameron wrote: >

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-08 Thread Mark Farver
ough it never did for me. Use ADODB or another abstraction layer.. this way you can switch back and forth easier. Let me know if you figure anything else out. Mark Farver [EMAIL PROTECTED] On Thu, 8 Feb 2001, Jorge Santos wrote: > Hi all, > > > I'm getting a "Wa

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-09 Thread Mark Farver
nd had none of the same problems. Only problem I had was caused by me being too lazy to recompile Apache. Nothing Oracle related. If anyone has succeeded in connecting to a remote Oracle db under windows I'd like to hear about it. Thanks > Steve Farmer > > At 4:39 PM -0600 8/

RE: [PHP-DB] Linux+PHP+Infomix....

2001-02-09 Thread Mark Farver
ormix You'll need to have the informix client on your php box before you start, read the informix documentation on how to install, configure and test your connection to the db before trying to get PHP working. The php installation guide can be found here: http://www.php.net/manual/en/instal

Re: [PHP-DB] reading dbfs from remote server

2001-02-09 Thread Mark Farver
You'll need to tell us more about how you are accessing these files. Over a Windows share? (Off topic) Or are you using php's url/file read functions to access them right off the webserver. Code we see a small code snippit? Mark On Fri, 9 Feb 2001, Guridi, Jose wrote: > I h

RE: [PHP-DB] runing a query and a another task at the same time

2001-02-19 Thread Mark Newnham
2. test2.php "; } ?> ~ The programs definitely run concurrently, and a quick view of my apache processes shows that 2 processes are being used by the pr

RE: [PHP-DB] Windows 2000 follow up

2001-02-19 Thread Mark Newnham
> Also i hear > that running a server on windows 2000 is just as good if not > better then unix.. Oh god, let's not get started on that.. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con

RE: [PHP-DB] SELECT problem (2)

2001-02-22 Thread Mark Newnham
You probably want this.options[this.selectedIndex].value > -Original Message- > From: Julio Cuz, Jr. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 22, 2001 2:36 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] SELECT problem (2) > > > Hi-- > > Sorry, I forgot to finish the pr

RE: [PHP-DB] Redirect command?

2001-02-22 Thread Mark Newnham
if ( $x==true) { print "\n"; print "window.open('b.php','_self');\n"; print "\n"; die; } > -Original Message- > From: Julio Cuz, Jr. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 22, 2001 3:23 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Redirect command? > >

Re: [PHP-DB] The dreaded 12154!!

2001-02-27 Thread Mark Farver
ORA-12154 error in PHP, upgrade to the Oracle 8.1.6 client, it seems to fix everything. (Many, many, MANY thanks to the user that suggested that, it saved me from having to port all my stuff to ASP.) Mark On Mon, 26 Feb 2001, Kevin Porter wrote: > Hi, > > We're moving a web si

[PHP-DB] FYI: FreeBSD + Informix

2001-03-02 Thread Mark Roedel
ocate the product in her database and process my request.) For reference, my e-mail confirmation referred to the package as "Orderable Part Number 100-15871-204057-1"...no idea whether that refers specifically to the electronic-delivery option or not, though. --- Mark Roedel|

[PHP-DB] Problem with odbc_field_type?

2001-03-05 Thread Mark Newnham
Is there a problem with odbc_field_type? I always receive a null back. I dont have a problem with odbc_field_len. Is it perhaps that some db types don't respond correctly. Thanks Mark -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP-DB] Problems connecting to mysql server

2001-03-10 Thread Mark Collin
using the same login and everything works fine.  If anyone has any ideas of common problems that cause connection errors that i have missed please let me know.    If looking at the code would help you can see it here http://www.fyrespray.net/create.txt 

[PHP-DB] Common causes of the following error ??

2001-03-11 Thread Mark Collin
Warning: MySQL Connection Failed: Can't create TCP/IP socket (10091) i keep getting this error with some of my pages and cannot work out why, can anyone give me a list of common causes of this error so i can try and work out whats going worng ???

Re: [PHP-DB] Common causes of the following error ??

2001-03-11 Thread Mark Collin
ld be the host for mysql is not set correctly. Try removing the http:// stuff from you host variable. Kevin Leavell [EMAIL PROTECTED] P 406.829.8989 C 406.240.4595 ---> -Original Message- ---> From: Mark Collin [mailto:[EMAIL PROTECTED]] ---> Sent: Sunday, March 11, 2001 3:

Re: [PHP-DB] mysql data into array

2001-03-14 Thread Mark Robinson
on how to do this SK> properly? Well, the following code outputs the contents of a mysql table to an html table. It's not too hard to adapt it to what you want... HTH Mark List of customers currently saved in the database Rows retrieved: \n"; while ($field = each(

RE: [PHP-DB] File Optimisation

2001-03-14 Thread Mark Newnham
mouseovers. Regards Mark > -Original Message- > From: Steve Brett [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 14, 2001 4:02 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] File Optimisation > > > I have a calendar system that details the appointments for vari

RE: [PHP-DB] php/linux/mssql

2001-03-19 Thread Mark Roedel
eak a couple of things before I got PHP to work with a MS SQL server, and most of them came in the stages of getting FreeTDS working correctly before I even tried to build it into PHP. Is your SYBASE environment variable set correctly? Have you double-checked the sybase-related settings in your

[PHP-DB] Transmitting Arrays

2001-03-20 Thread Mark Collin
I have a form which dynamically builds a table by taking data out of a mysql database http://www.fyrespray.net/screenshots/admin/modifyscreenshot.php4?pageid=1 but i'm having problems whn i try to modify the data i'm trying to put all the data into arrays serialize it, urlencode it then send it

Re: [PHP-DB] Sessions and MySQL

2001-03-21 Thread Mark Robinson
Hello Rob, Tuesday, 20 March 2001, you wrote: RW> I am trying to implement session support with mysql. I am using RW> session.set_save_handler but don't really have a great set of functions does RW> anyone have some good ones? Try http://www.phpbuilder.com/columns/ying2000060

Re: [PHP-DB] PHP, ADO/ODBC and MS Access 97 Queries

2001-03-21 Thread Mark Robinson
228.php3 Mark -- 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]

Re: [PHP-DB] Transmitting Arrays

2001-03-21 Thread Mark Collin
; To: "Mick Lloyd" <[EMAIL PROTECTED]> Cc: "Mark Collin" <[EMAIL PROTECTED]>; "Database Help PHP" <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 10:26 AM Subject: Re: [PHP-DB] Transmitting Arrays > I don't think that serialize/unserializ

[PHP-DB] database search

2001-03-26 Thread Mark Collins
Hope you can help, I have put a basic database together which add, deletes, updates and edits records but I am not sure where to start with searching the data base. I have already got it working a bit using ereg and a while loop, but it is case sensitive and wont find a match in the middle of a st

RE: [PHP-DB] HERE doc

2001-03-29 Thread Mark Roedel
Perl-style "HERE docs". I have tried > to make this work with PHP4.04 with no success. I also haven't > found any reference to HERE docs in the PHP documentation. Is > this really supported in PHP? http://www.php.net/manual/en/language.types.string.php --- M

[PHP-DB] HELP: Eporting data from mySQL with PHP

2001-03-30 Thread Mark Rosenberg
ention of it in the PHP doc. Any thoughts? code snippets? Thanks in Advance, Mark Rosenberg Michigan State -- 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]

  1   2   3   4   >