g\test.php on
line 12
I 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
got any suggestions? Free/small fee
programs doesn't matter Thanks
Doug Henry
--
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]
Ok I downloaded and looked at a few and the winner seems to be
edit+.Thanks everybody!
Doug Henry
- Original Message -
From: "Chris Lambert - WhiteCrown Networks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 18, 2001 1:42 PM
Subject: Re: [
Ok maybe I'm just retarded and can't find it but I'm looking for a way to do a
redirect in a php page to another page, similar to asp's "response.redirect" function.
Is there one in php???
Doug Henry
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 - Res
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 (http://
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.
www.php.net/number_forma
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 it
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
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:
for (var i = 0; i < form.elements.length; i++)
NG'];
}
header(sprintf("Location: %s", $insertGoTo));
This same 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
Never mind.
http://www.agner.org/messageboards/docs/read-me.txt says that if there is a
space before the http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
, 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 apolog
mage that he clicked "DownLoad" 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
wrong?
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
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_quo
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 I
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
indow 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
t, it does so without any 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
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
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 t
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
outside
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
ever, when I run the above code, it
doesn't 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
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
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://w
. Is there a simple way of retaining this information so the user
doesn't has to retype all the information in?
Doug
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
'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
I'm having trouble getting cURL to work with a remote server. I'm using
Linkpoint to process a credit card transaction. (Does anyone have any
experience with Linkpoint?) I have tested my script on another server
and cURL seems to retrieve the information fine. However, I'm getting a
blank h
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
ridiculous.
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
ridiculous.
which direction to take.
Thanks - Doug
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e else seen this problem, know
why this might 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
th that either :/ ..same error.
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
2/V7.1/lib/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
r/www/html/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
b, running apache 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]>
Database server= 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 y
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
Does anyone know why the following script will not rebuild one of my
sendmail databases?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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 unsub
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
cata
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: http://www.php.
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 c
rom the image folder, 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 C
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
my page, but I am getting an error.
>
> The include() statement or link
> http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yes&limit=4
works
> when typed as a regular URL so I figure it must be my issue.
>
> Thanks.
>
> -Doug
>
>
--
PHP General Mail
I've changed the source file on this issue. Slightly different error, but
still no joy. Thanks for taking the time with this.
test area should show 4 lines of news
http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yes&limit=4";)
?>
- Original Message -
From: "Leotta, N
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
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
C
t 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 General Mailing L
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
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 fil
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 =
thanks...
--
http://www.phreshdesign.com
--
PHP General Mai
wondering 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.americanwe
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
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
>
> TR> $key = ''
>
> TR> //loop through results
>
> TR> while
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.
I go
about 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
: conflicting types for `socklen_t'
php.h:115: previous declaration of `socklen_t'
*** Error code 1
Stop.
This is on a machine that has been recently upgraded to FreeBSD
3.0-stable.
Can anyone advise how to fix this error?
Thank you,
Doug
--
PHP General Mailing List (http://www.php.net/)
To u
redirects...which is what you'd expect,
except these static variables seem to keep their value.
any ideas?
TIA,
Doug Brewer
--
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 ad
what about
preg_replace("(\d),(\d)", "$1$2",$your_string);
to replace every occurence of a comma surrounded by digits?
This works with 4.04, prior to that the "replace" string would by
"\\1\\2".
Doug
| -Original Message-
| From: Brian C.
http://www.ultraedit.com
Doug
| -Original Message-
| From: Kevin Cawthorne [mailto:[EMAIL PROTECTED]]
| Sent: Monday, March 12, 2001 8:35 AM
| To: [EMAIL PROTECTED]
| Subject: Re: [PHP] Good Free PHP Editor?
|
|
| Edit Plus - every time !!!
|
| www.editplus.com
|
| I love it - syntax highlightin
" will be an array consisting
// of "trading" ($args[1]) and "toptraders" ($args[2]). The / is
discarded.
ereg("(^[-_.\/a-zA-Z0-9]*$)", $PATH_INFO, $arg);
$args = split( "/", $arg[1]);
Hope this helps.
Doug Granzow
[EMAIL PROTECTED]
--
file:
session.use_trans_sid = 0
This will cause sessions to not work on browsers where cookies are disabled.
Doug Granzow
[EMAIL PROTECTED]
"Tim" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> When I first browse to a site on my LAN, I get
value", t_stamp=t_stamp WHERE ...
The "t_stamp=t_stamp" will cause t_stamp to not change to now().
Doug Granzow
[EMAIL PROTECTED]
"Mesut Tunga" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> I nee
want that line to read:
while($myrow=mysql_fetch_array($result2))
Doug Granzow
[EMAIL PROTECTED]
--
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]
You don't have a closing } for function obrada().
When the line number of the parse error is the last line of the file, I've
found it is almost *always* due to a missing brace, paren, or quote
somewhere in the file.
Doug Granzow
[EMAIL PROTECTED]
"Nikola Veber" <[EMA
emails once a month,
through qmail, and it is set up so that qmail automatically routes any
bounces back to another script where I can update my database to reflect
which users' mail is bouncing.
Doug Granzow
[EMAIL PROTECTED]
"J.R. Lillard" <[EMAIL PROTECTED]> wrote
You can make "go" the name of your PHP script, then put this in your Apache
config:
ForceType application/x-httpd-php
Now in your "go" script, you have it do whatever you wanted it to do, then
use an include to load the "getit" script.
Here's an except from my equivalent of your 'go' scri
e request goes through w/o errors. This is
intermittent but consistent on a per client basis.
- 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]
ere.
I also neglected to say that I was switching from php3.0.14 to php4.0.6.
"Doug Farmer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I'm doing the following:
>
> test.php -
> require("functions.php&qu
> defines to protect from multiple inclusion. You can simply use
> include_once
>
> -Rasmus
>
> On Mon, 10 Sep 2001, Doug Farmer wrote:
>
> >
> > I'm doing the following:
> >
> > test.php -
> > > require("functions.php");
&
ews:01ce01c13a93$a4fd6d00$0b01a8c0@ANDreY...
> if (!define("__FUNCTIONS__") )
> must be:
> > if (!defined("__FUNCTIONS__") )
>
>
>
> Andrey Hristov
> IcyGEN Corporation
> http://www.icygen.com
> BALANCED SOLUTIONS
>
>
> - Original
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: [E
Note that on another 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 me
" is not displayed. I 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]
someone with lots of dev experience 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 refer
Hello,
Any Nuke folks out there? If so, could you point me to some good dev
resources for Nuke?
Thanks,
Doug Daulton
--
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
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
f
a
> whole, as opposed to unit testing.)
http://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
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.)
On Thu, Aug 26, 2004 at 04:19:51PM +0100, Geoff Caplan wrote:
> Doug,
> 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 th
in countries today (not
exactly the idea Karl Marx had in mind).
--
Doug Heimbecker
d...@tac.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
amples and not so 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,
eply so far.
Thanks in advance,
Doug
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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)
ems like all the appropriate
hooks should be there to pull in each Word doc, push it off 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
ferently depending on the particular microscope you happen to be
using.
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.
4-dba-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
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, d
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 /usr/local/lib/libc-cl
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
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 -
pplied globally 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 [mai
Set net = CreateObject("WScript.Network")
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:
d/or respond 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
n rather than whack you about the head and shoulders for
failing to properly backup your system.
Great resource here -->
http://www.catb.org/~esr/faqs/smart-questions.html
OK, I'm off to tilt at other windmills.
Doug Quixote...
__
1 - 100 of 124 matches
Mail list logo