Re: [PHP] Re: Programmers and developers needed

2012-09-19 Thread Doug Heimbecker
). -- Doug Heimbecker d...@tac.us -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Memory

2006-10-12 Thread Doug Fulton
I'm running out of memory even though I upped it to memory_limit = 500M in php.ini. Error messages and script are below. Thanks in advance for any tips. $ php -c /usr/local/php5/lib/php.ini createPseudoIDs.php crosswalk.txt php(780) malloc: *** vm_allocate(size=1069056) failed (error code=3)

[PHP] gd for php5 under RH ES4

2006-10-11 Thread Doug Fulton
in advance, Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Basic PHP knowledge test

2006-07-20 Thread Finner, Doug
good) and ask them to figure out what it does and recommend changes. I really really like the 'give them a problem and have them solve it' idea... Doug ___ This e-mail message has been sent by Kollsman, Inc. and is for the use

[PHP] Using php4 to manage Apache 1.3 access database

2006-06-09 Thread Doug Carter
-4.4.1p0 Ruby 1.8 supports DB files but I don't really want to move all the Ruby stuff to /var/www/ (required for the chrooted Apache install). Any suggestions? Thanks, -- Doug Carter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: When is z != z ?

2006-06-06 Thread Finner, Doug
. Anybody want to talk about rounding? ;-) Doug ___ This e-mail message has been sent by Kollsman, Inc. and is for the use of the intended recipients only. The message may contain privileged or confidential information. If you

[PHP] RE: Can php convert doc to HTML?

2006-05-24 Thread Finner, Doug
as HTML, and repeat for all the docs. I haven't worked with OOo for programming, but it might be worth a look. Hit the OOo site and see what their forums have to offer. Doug ___ This e-mail message has been sent by Kollsman, Inc

RE: [PHP] PHP !== Hypertext Pre-Processor

2006-02-16 Thread Finner, Doug
In the end it is not worth worrying about. If someone asks you what PHP stands for tell them it stands for the best darned programming language you ever saw. Not disagreeing, just wondering if people here see PHP as a programming language, or a scripting language? Just curious what the

RE: [PHP] Reverse Engineering of Smarty

2006-02-06 Thread Finner, Doug
resource here -- http://www.catb.org/~esr/faqs/smart-questions.html OK, I'm off to tilt at other windmills. Doug Quixote... ___ This e-mail message has been sent by Kollsman, Inc. and is for the use of the intended recipients only

[PHP] Re: No forums?

2005-11-07 Thread Finner, Doug
to without cluttering up my email client. Doug (*) - I am NOT suggesting this forum be configured like Yahoo, the search function absolutely sucks and I'm not a real fan of the layout, but the concept of a forum that's a list that's a forum...is what I like. For what it's worth, Yahoo has not PHP groups

RE: [PHP] PDF printing under windows.

2005-10-25 Thread Finner, Doug
) net.SetDefaultPrinter pName$ End Sub Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 25, 2005 10:50 AM To: php-general@lists.php.net; php-windows@lists.php.net Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PDF printing under

[PHP] RE: PHP wiki recommendations

2005-09-08 Thread Finner, Doug
or by each user (these may be the CSS bit, again, I just haven't played). User logins can be pre-assigned or user driven so you can control who does what. I think you can turn on/off the CamelCase feature. Doug -Original Message- From: Murray @ PlanetThoughtful [mailto:[EMAIL PROTECTED

Re: [PHP] Web functional testing tools?

2004-09-07 Thread Doug Kearns
On Thu, Aug 26, 2004 at 04:19:51PM +0100, Geoff Caplan wrote: Doug, snip I'm fairly new to this field, so I'm still feeling my way, but I guess my requirements are similar to anyone else building a fairly complex ecommerce application: fill and submit forms using the full range of HTML

Re: [PHP] Web functional testing tools?

2004-08-26 Thread Doug Kearns
://www.lastcraft.com/simple_test.php#web Regards, Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web functional testing tools?

2004-08-26 Thread Doug Kearns
On Thu, Aug 26, 2004 at 01:35:00PM +0100, Geoff Caplan wrote: Doug, What do people recommend for the functional testing of PHP data-driven apps? (By functional testing I mean testing the application as a whole, as opposed to unit testing.) DK http://www.lastcraft.com/simple_test.php

[PHP] writing source code to file

2004-08-16 Thread Doug Parker
I was wondering if there was a block of code I could place at the bottom of the file that would write the page's source code to an html file. I need this because I'm posting pages to a server sans a PHP compiler. Basically, I'd like for every time I run a page its source code to be saved in the

[PHP] Inserting string - need to trim comma

2004-04-01 Thread Doug Parker
Hi - I'm trying to create a very basic function that add the results of a form to my database. I have this code so far, with $table being the table name and the $data is an exact copy of the $_POST array. function insert($table, $data) { $sql = INSERT INTO .$table. SET ; foreach ($data as

Re: [PHP] Inserting string - need to trim comma

2004-04-01 Thread Doug Parker
implode() worked perfectly. thanks - doug - Original Message - From: Chris Shiflett [EMAIL PROTECTED] To: Doug Parker [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, April 01, 2004 2:19 PM Subject: Re: [PHP] Inserting string - need to trim comma --- Doug Parker [EMAIL PROTECTED

[PHP] Segment fault

2004-03-19 Thread Doug Dalton
I am writting a php script that will be used in production, it connects to a imap server gets all the headers and stores them in a db: Here is where it is crashing 0x28258ede in mm_cache () from /usr/local/lib/libc-client4.so.8 (gdb) bt #0 0x28258ede in mm_cache () from

[PHP] php debug

2004-03-08 Thread Doug Dalton
I am getting an error in php that is causing a core dump : (gdb) core php.core Core was generated by `php'. Program terminated with signal 11, Segmentation fault. #0 0x00686264 in ?? () The program is a script and is working fine until, my assumption is that it exhausts resources and crashes,

[PHP] Error redirect function

2004-01-08 Thread Doug Parker
doing this? Any help would be greatly appreciated. - Doug http://www.phreshdesign.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Selecting between using letters

2003-12-29 Thread Doug Parker
How would I create a select statement in MySQL that would return a range of records from the LastName field where the value starts with a designated letter - for example, returning the range where the first letter of LastName is between A and E... Any help would be greatly appreciated.

[PHP] Creating a line break between letter groupings

2003-11-19 Thread Doug Parker
I'm reading a list of stores from a database and ordering them alphabetically. How would I place a line break in between each letter grouping? For example, Applebee's Aaron's Place Aardvark Store Bumblebee's Bears R' Us Big Bad Johnny's Caterpillar central Coffee time!! etc.- with the line

Re: Re[2]: [PHP] Creating a line break between letter groupings

2003-11-19 Thread Doug Parker
Worked great. Thanks!! Tom Rogers [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Thursday, November 20, 2003, 11:12:55 AM, you wrote: TR Hi, TR Keep track of the first letter and if it changes echo a br TR $key = '' TR //loop through results TR while($result =

[PHP] Test Links...

2003-09-26 Thread Doug Coning
if there was a way when a link was clicked to test the link first to see if it is still active. If it isn't active, I would like to remove the link from my database. Is there a command that tests the results of link? Thanks, Doug Coning American Web Studio http://www.americanwebstudio.com HTML / FLASH / PHP

[PHP] storing quotes into a variable

2003-09-11 Thread Doug Parker
isn't there a function that allows me to store a string with a bunch of quotes in it (like an html tag) into a variable? for example, i need something like: $perf_mod = a href=# onclick=popWindow('popup.php') thanks... --

[PHP] upload problems

2003-09-08 Thread Doug Parker
I'm trying to do some uploading on my server, and I'm not getting any value for my tmp upload setting - meaning this code: $source = $_FILES['cat1_thumb']['tmp_name']; echo $source; returns nothing. The form is fine - meaning that the text input name is correct and I am indeed selecting a

[PHP] Controlling Access

2003-08-26 Thread Doug Wolfgram
'Marketing that Listens Doug Wolfgram CEO - GRAFX Group, Inc. www.gfx.com www.aimprojects.com 949.433.3641 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] File upload restrictive permissions

2003-08-22 Thread Doug Parker
Recently I had a problem with file uploading on a server I use, and the problem was that the tmp/ directory was not set. Now that it has been set, the images do upload, but the file permissions end up being very restrictive - something like (-rw---) - so the images obviously do not show up on

[PHP] Form Retain Info on Back?

2003-07-31 Thread Doug Coning
. Is there a simple way of retaining this information so the user doesn't has to retype all the information in? Doug

[PHP] regexp help...

2003-07-21 Thread Doug La Farge
Hi all, I have a string that for all practical purposes should probably be a list (array). I need one line from the string and need to send the rest to /dev/null. The string starts: HTTP/1.1 200 OK Date: Tue, 22 Jul 2003 01:34:12 GMT Server: Apache/1.3.27 (Unix) mod_jk/1.1.0 mod_ssl/2.8.12

Re: [PHP] regexp help...

2003-07-21 Thread Doug La Farge
I guess I should point out that the line i want is the XML line '?xml..' On Monday, July 21, 2003, at 11:44 AM, Doug La Farge wrote: Hi all, I have a string that for all practical purposes should probably be a list (array). I need one line from the string and need to send the rest

Re: [PHP] POSIX seteuid and similar

2003-07-21 Thread Doug La Farge
You guys can correct me if I'm wrong but I believe what is referred to here is SUEXEC. This allows a virtual domain instance to run as any specified username and group. You are not setting the UID of the script but rather any script fun for that domain. This way you don't have to chmod 777

Re: [PHP] Re: How to..

2003-07-21 Thread Doug La Farge
[EMAIL PROTECTED] Haseeb: hi, i have heard a lot of people commenting about the coding style of other programmers. i think everyone has his own style. but i also say that there should be a standard that should be followed by everyone. A nice idea that can never fly. It might work for basic

[PHP] fsockopen

2003-07-21 Thread Doug La Farge
Is there a way to get fsockopen to suppress the header information it returns. I have no use for the crap, have no idea how to use a regexp to get it out of there (nor does anyone on this list it would seem either). I'd like to be able to grab a web page as it is presented to the browsers

[PHP] XML Parsing

2003-07-17 Thread Doug La Farge
Hello, I'm new to PHP but have been coding in Perl for over six years. I've had a steep learning curve in the last few days. My task has been to use fsockopen to pull in an XML stream, parse that XML stream, and package up that data into a complex, but usable data structure. We've been

[PHP] Perl to PHP (Was XML Parsing)

2003-07-17 Thread Doug La Farge
First let me thank Tyler Lane for pointing out my XML issue. I'm an idiot (= vs. ==) was holding me up. D'uh! Now allow me to ask a Perl to PHP conversion question or three. As any Perl and PHP programmer is aware PHP does not have the cool reference thing going that Perl does (yeah, I hear

RE: [PHP] Get Rid of this Crook

2003-07-03 Thread Doug Essinger-Hileman
) that the FBI has stationed some agents in Nigeria solely for the purpose of dealing with this scam. Apparently, there are some folk so greedy that gullibility wins the day. Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Authentication system

2003-07-02 Thread Doug Essinger-Hileman
, either on how to do this, or where I might learn how to do this? Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Authentication system

2003-07-02 Thread Doug Essinger-Hileman
commands. Thanks, Mike. I think my brain is working undertime at the moment. Can you give me an example? (Or point me in the direction of one?) Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Doug Essinger-Hileman
of the conversation and shift it to a private conversation. Of course, this default can be overridden by an action of the replier. But if the default model is public conversation, why should the default be private reply? Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Doug Essinger-Hileman
is that folk, including you, Derick, refrain from sending replies to my email to both the list *and* my personal inbox. There's no need to waste the bandwidth. Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Securing PHP code

2003-06-29 Thread Doug Essinger-Hileman
/mysql.ini on line 4 in Unknown on line 0 Help is greatly needed. Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Securing PHP code

2003-06-29 Thread Doug Essinger-Hileman
, though now the test confirms that mysql.ini is being parsed. PS Please check the difference between print_r() and echo() as well... Thanks for the tip. I have read the manual for both of these. Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Securing PHP code

2003-06-29 Thread Doug Essinger-Hileman
. [/snip] Hmm... it could be that the (real) passwords you're using contains non-alphanumeric characters. Try using double-quotes like: passwd=mypassword Bingo. Thanks. Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ?xml version=1.0 encoding=UTF-8

2003-06-24 Thread Doug Essinger-Hileman
proposed in this thread is also a documented FAQ here: http://www.php.net/manual/en/faq.using.php#faq.using.mixml Thanks, again. As someone just starting to learn php, I'm also just starting to learn where answers to my questions can be found. Doug -- PHP General Mailing List (http

[PHP] ?xml version=1.0 encoding=UTF-8

2003-06-23 Thread Doug Essinger-Hileman
When I include ?xml version=1.0 encoding=UTF-8? in my html code, I get a parse error. The version is 4.1.2; phpinfo() reports that XML support is turned on. Can anyone help with this? Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ?xml version=1.0 encoding=UTF-8

2003-06-23 Thread Doug Essinger-Hileman
) Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] imagettftext - font size randomly changes

2003-06-06 Thread Doug Dossett
be happening and/or have a fix? Thanks much, Doug Dossett, LLC www.dougdossett.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] need a reliable PHP host

2003-03-27 Thread Doug Parker
direction to take. Thanks - Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] looking for advice on PHP server

2003-03-24 Thread Doug Parker
My server has cURL built into its php module, but it doesn't support SSL, and thus doesn't support requests to secure servers, i.e. https. It was an effort in itself to get them incorporate cURL, and I was just wondering if I should move immediately to a new host - if this were just

[PHP] Encoding /'s

2003-03-15 Thread Doug Coning
Hi All, When my PHP page sends text that is being passed in, it places an / in front of the apostrophe. How do I encode or decode this when I am outputing the variable? Thanks, Doug Coning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] imagejpeg and downloading images

2003-03-11 Thread Doug Coning
download the image, it just shows the image in the browser. I'm using IE 6 for my browser. How I get PHP to download this image? Thanks! Doug Coning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] imagejpeg and downloading images

2003-03-11 Thread Doug Coning
Thanks to everyone for their help. The code below worked great! Thanks, Doug Coning - Original Message - From: adrian [EMAIL PROTECTED] [EMAIL PROTECTED] To: Doug Coning [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 11:57 AM Subject: Re: [PHP] imagejpeg

[PHP] quick question

2003-03-10 Thread Doug Parker
I'm sending credit card info to a 3rd party credit card processing site. I would like to keep the inputted values and, after the approval, have them appear in the value part of the form so that they don't have to re-input the same values they had just put in for the credit card. how can i do

[PHP] form submission and storing variables

2003-03-10 Thread Doug Parker
I'm sending information to be processed by a third party site. I need to store the inputted information in my site, via session or whatever, at some point. However, the 3rd part site only accepts the information via a POST form submission, so I can't record the variables, then redirect them

Re: [PHP] quick question

2003-03-10 Thread Doug Parker
Right - but the problem is, the form is submitting to another site, so i don't have a way to store the variables. I could put them in session variables, but I would have to create another script and then forward the form submission to the outside side. This isn't working because the

[PHP] Redirect...

2003-03-10 Thread Doug Coning
; filename=variables.txt'); header('Content-Length: ' . strlen($send)); ? Am I suppose to redirect the page after it saves the file, and if so how would I do that? Thanks, Doug Coning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP removing data...

2003-03-08 Thread Doug Coning
of the variables I've entered. Does anyone have a suggestion as to what I'm doing wrong? Thanks Doug Coning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Automatically Save Image?

2003-03-04 Thread Doug Coning
and have the viewer 'right' click on it and select Save. But is there anyway to automate this so that Flash would open the URL that would automatically open the Save Picture window for saving to the person's harddrive? Thanks, Doug Coning -- PHP General Mailing List (http://www.php.net

[PHP] Re: [PHP-DB] Random not working?

2003-03-01 Thread Doug Thompson
This recent thread from the mysql list explains a lot about the problem. http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:mss:15034 hth, Doug On Sat, 1 Mar 2003 12:24:57 +0100, Frank Keessen wrote: Hi All, I'm trying to get a random record each time this script runs; Only it's giving me everytime

[PHP] refreshing scripts a problem

2003-02-18 Thread Doug Parker
I'm having trouble with my php scripts running on my local machine. I'm running winXP, apache, and for the most part, everything runs ok. But sometimes the scripts will refresh rapidly for a few seconds, and then give up - This page cannot be displayed. It seems to happen more often when

Re: [PHP] need apostrophe solution

2003-02-15 Thread Doug Parker
? thanks again, doug Chris Shiflett wrote: --- drparker [EMAIL PROTECTED] wrote: i need to escape all my apostrophes in values submitted to a mySQL database. http://www.php.net/manual/en/function.addslashes.php is there a way i can loop thru all the post variables and replace the apostrophes

Re: [PHP] need apostrophe solution

2003-02-15 Thread Doug Parker
So you're saying that I have to turn on magic_quotes_gpc in php.ini in order for it to work? the ini_set won't work? Leif K-Brooks wrote: Magic_quotes has already done (or not done) its job by the time your script runs. Doug Parker wrote: OK - thanks. I saw that the magic_quotes_gpc

[PHP] Save Image?

2003-01-06 Thread Doug Coning
on. Is this possible with PHP? Thanks, Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Warning?

2002-12-30 Thread Doug Coning
code works in my update page without an error. If you can help, thank you Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Warning?

2002-12-30 Thread Doug Coning
Never mind. http://www.agner.org/messageboards/docs/read-me.txt says that if there is a space before the ?php that this error will return. Sure enough. Dreamweaver MX placed a space between an include tag and the next ?php tag. Once I removed the space, it worked without error. Doug -- PHP

[PHP] Multiple forms

2002-12-30 Thread Doug Coning
, for the single form here is how it knows a form was submitted: if ((isset($HTTP_POST_VARS[MM_update])) ($HTTP_POST_VARS[MM_update] == form1)) { How would I test which form submitted the action? Thanks and if I didn't make myself clear, I apologize. Doug -- PHP General Mailing List (http

[PHP] approaching a relational database

2002-12-12 Thread Doug Parker
I'm about to embark on a project where I have to enter many, many fields into a MySQL database, and I don't know how to approach the database structure. The data is statistics for a golf course. There are 18 holes, and each hole has a Red Tee Par, White Tee Par, and Blue Tee Par, which is 54

[PHP] Re: Beginner question : Removing spaces in forms

2002-12-12 Thread Doug Parker
I've solved similar things, i.e. removing commas from a number of text fields, by looping through the input boxes and doing a search/replace - all using Javascript via the onSubmit event. This chunk of code removes commas from input boxes: script for (var i = 0; i form.elements.length; i++)

[PHP] Select drop-down box overflow?

2002-12-10 Thread Doug Parker
I've got sort of an odd one here. I'm populating a select drop down box with a substantial number of options - actually every county in the U.S.- which is about 3000 results from a query. The problem is that when I load the page, there are all kinds of weird problems, characters, you name

[PHP] Integer to decimal value.

2002-12-09 Thread Doug Parker
I know this seems easy, but I can't get it to work for the freaking life of me. I have number that is an integer, lets say 15, and I need it to be 15.00, for a monetary value. I've casted every which way to no avail. Any help would be greatly appreciated. -- PHP General Mailing List

Re: [PHP] Integer to decimal value.

2002-12-09 Thread Doug Parker
excellent. thanks. John W. Holmes wrote: I know this seems easy, but I can't get it to work for the freaking life of me. I have number that is an integer, lets say 15, and I need it to be 15.00, for a monetary value. I've casted every which way to no avail.

[PHP] passing form variables with the same name

2002-12-05 Thread Doug Parker
I'm passing form variables from a script that is meant to display information to be updated in a mysql database, and it sends these to a script that updates the changed values. The problem is, I have a number of the same field being passed. For example, I have two fields in an html form -

[PHP] Is there a way to test for a file?

2002-10-08 Thread Doug Coning
, instead of returning the product with the infamous missing jpeg picture, I would rather the product be skipped altogether. I'd like PHP to check to see if the image/picture.jpg exists before returning the picture. Is this possible? Thanks! Doug Coning American Web Studio

[PHP] quick mysql question

2002-09-27 Thread Doug Parker
where can i find info on setting up a mysql database on a remote server? i know how to set them up on a local machine, but i can't figure out how to get to the command line setting on a remote server... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] quick mysql question

2002-09-27 Thread Doug Parker
jon - thanks for the reply. i tried this: prompt ssh server.net i got an open failed: no such file or directoy does that mean that ssh is not enabled on the server? i pinged the server and it said it was alive... Jon Haworth wrote: Hi Doug, where can i find info on setting up a mysql

[PHP] MySQL vs. basic text file

2002-09-23 Thread Doug Parker
often i use text files at my data sources, delimted by the | symbol. i simply delimit the fields of each line, then when i need to open them, i open the text file, populate an array with each line, then explode the fields for each to get the corresponding values. i use this method for

[PHP] PHP User Permissions

2002-09-13 Thread Doug Kozar
Does anyone know how to define a PHP script (within itself) to run as a certain user. Currently my PHP scirpt runs as nobody and I need to change the user it runs as temporarily to get certain permissions to update a file. Thank you. -- PHP General Mailing List (http://www.php.net/) To

[PHP] PHP EXEC();

2002-09-12 Thread Doug Kozar
Does anyone know why the following script will not rebuild one of my sendmail databases? ? exec('/usr/sbin/makemap hash /etc/mail/virtusertable.db /etc/mail/virtusertable'); exit; ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] can i use --with-unixODBC instead of --with-ibm-db2?

2002-08-12 Thread Doug Smith
= DB2/LINUX 7.2.0 SQL authorization ID = DB2INST1 Local database alias = THEDB thanks again, -Doug Dan Vande More [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Doug, can you log in via plain db2 in linu

Re: [PHP] can i use --with-unixODBC instead of --with-ibm-db2?

2002-08-12 Thread Doug Smith
I fixed my DB2 + PHP problem. Turns out I didn't have DB2 Connect EE installed -- which is required to work with PHP. ooops. Thanks for all your help, -Doug Matt [EMAIL PROTECTED] wrote in message 047001c23f46$f7707c40$[EMAIL PROTECTED]">news:047001c23f46$f7707c40$[EMAIL P

Re: [PHP] can i use --with-unixODBC instead of --with-ibm-db2?

2002-08-09 Thread Doug Smith
as db2inst1 [still trying to get that to work, db2inst1 doesn't have the priviledges that root has, and henceforth can't access all the files needed by apache]) Matt, thanks again for all your help! -Doug Matt [EMAIL PROTECTED] wrote in message 047001c23f46$f7707c40$[EMAIL PROTECTED

Re: [PHP] can i use --with-unixODBC instead of --with-ibm-db2?

2002-08-08 Thread Doug Smith
. Thanks again, -Doug Andrew Hill [EMAIL PROTECTED] wrote in message 044701c23f14$d1f1b650$[EMAIL PROTECTED]">news:044701c23f14$d1f1b650$[EMAIL PROTECTED]... Doug, Have you tried setting the variables with putenv() ? Best regards, Andrew Hill Director of Technology Evangelism

[PHP] Re: can i use --with-unixODBC instead of --with-ibm-db2?

2002-08-08 Thread Doug Smith
/libdb2qp.so /usr/IBMdb2/V7.1/lib/libdb2apie.so /usr/IBMdb2/V7.1/lib/libdb2jdbc.so (which continues as well...) or am i still missing something? thanks again, and thanks for your patience too, i really appreciate it. -doug Andrew Hill [EMAIL PROTECTED] wrote in message news:043601c23f0c

Re: [PHP] can i use --with-unixODBC instead of --with-ibm-db2?

2002-08-08 Thread Doug Smith
/db2php/db2lib.php on line 11 Thank you very much though still, i appreciate the ideas :) -Doug Dan Vande More [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I used this: Some of his info is wrong, or I had problems with, but hey, thi

[PHP] Java Pop UP...

2002-06-26 Thread Doug Coning
write java code into this to force it to open the window at 300 by 255? I know the java code for this is as follows: onclick=MM_openBrWindow('73things_thread.php','Thread','scrollbars=yes,widt h=300,height=255') How do I merge the java code into PHP? Thanks! Doug Coning Coning Consulting

[PHP] Another Pop-Up problem..

2002-06-26 Thread Doug Coning
that when you click a different link it brings up the proper record. You can see what I mean by visiting the code at: http://www.coning.com/phptest/73things_view5.php. Thanks! Doug Coning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Easy Date MySQL Question...

2002-06-25 Thread Doug Coning
Hi everyone, I have searched the php.net and don't know where to look for the code I need. I have a MySQL date column that reads this way: 2002-06-25. However, in PHP I want to show it this way 06/25/2002. Any assistance is greatly appreciated!!! Thanks in advance. Doug Coning Coning

Re: [PHP] include statement errors -- something missing

2002-06-18 Thread Doug DeVries
I've tried a hundred different things -- YOURS WORKED! Thank you very much! -Doug - Original Message - From: Niklas Lampén [EMAIL PROTECTED] To: Php-General [EMAIL PROTECTED] Sent: Monday, June 17, 2002 10:45 PM Subject: RE: [PHP] include statement errors -- something missing So far

[PHP] subscription problem

2002-06-11 Thread Doug DeVries
Why am I getting all the messages from this newsgroup delivered to my mailbox? I subscribed to the newsgroup -- or at least that is all I wanted. Thanks. -Doug - Original Message - From: Jason Soza [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 11

[PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Doug DeVries
getting an error. The include() statement or link http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yeslimit=4 works when typed as a regular URL so I figure it must be my issue. Thanks. -Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Doug DeVries
I've changed the source file on this issue. Slightly different error, but still no joy. Thanks for taking the time with this. html head /head body test area should show 4 lines of news ?php include (http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yeslimit=4;) ? /body /html -

[PHP] dumb guy needs smart answer

2002-06-06 Thread Doug
really don't know what I am doing -- but would sure appreciate getting this working. My host seems to be all set up. Thanks for your time! -Doug

[PHP] Looking for a PHP/MySQL Developer for short project

2001-10-01 Thread Doug Daulton
in this environment. If you are interested in working on this, please email me at [EMAIL PROTECTED] Please include your number of years experience in this environment, hourly rate, current availability, links to some sample sites and two professional references. Regards, Doug Daulton Ursa Studios -- PHP

[PHP] scoping: can someone explain to me if this should/should not work?

2001-09-26 Thread Doug Farmer
thought that this would a return by copy and not have an issue. - doug -- PHP General 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] Re: corrupted definitions

2001-09-13 Thread Doug Farmer
machine running Redhat Linux 6.1 with a uname output of Linux web3 2.2.16-3smp #1 SMP Mon Jun 19 19:00:35 EDT 2000 i686 unknown, the problem does NOT occur even if display_errors in php.ini is set to On. - doug Doug Farmer [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

Re: [PHP] Call to undefined function problem

2001-09-12 Thread Doug Farmer
(!define(__FUNCTIONS__) ) must be: if (!defined(__FUNCTIONS__) ) Andrey Hristov IcyGEN Corporation http://www.icygen.com BALANCED SOLUTIONS - Original Message - From: Doug Farmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 11, 2001 6:50 AM Subject: [P

[PHP] corrupted definitions

2001-09-12 Thread Doug Farmer
I have definitions (i.e. define (a, b);) that are being corrupted in php-4.0.6 in apache 1.3.20 on Redhat linux from Jan. 11. Anyone seen this? Any solutions? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] Call to undefined function problem

2001-09-10 Thread Doug Farmer
also had 2 classes that I was using that had initializers in the variable declaration. I moved the initialization to constructors. Note that on some clients the request goes through w/o errors. This is intermittent but consistent on a per client basis. - doug -- PHP General Mailing List (http

  1   2   >