ain ()
#23 0x08061322 in make_child ()
#24 0x08061661 in perform_idle_server_maintenance ()
#25 0x08061c9a in standalone_main ()
#26 0x080622ba in main ()
Has anyone seen this before? Any assistance would be greatly appreciated.
Thanks in advance,
Bruce
value
sql.safe_mode => Off => Off
bash-2.05b$ php -i | grep -i dl
enable_dl => On => On
I thought that 'dl' wasn't deprecated until version 5.3.x
Thanks in advance,
Bruce
ccessfully run query ($sql_timestamp) from DB: "
. mysql_error();
exit;
}
while($row = mysql_fetch_assoc($result_timestamp)){
$formatted_completion_time = formatTime($row['cTime']);
echo "Completion Time:\n";
echo $formatted_completion_time;
echo "";
}
}
timestamp']);
$completion_time = $submit_time - $login_time;
$completion_time /= 60;
$formatted_completion_time = floor($completion_time );
echo "Completion Time:";
echo $formatted_completion_time;
echo " minutes";
echo "";
On Tue, May 25, 2010 at 3:54 PM, Peter L
,
sorry for the top-posting, but I think you have to in gmail.
On Tue, May 25, 2010 at 3:14 PM, Peter Lind wrote:
> On 25 May 2010 21:09, Bruce Gilbert wrote:
>> the resulting output with that code is a little weird. I get September
>> 3, 1970 2:39:32pm
>>
>> I think pa
'Responses'.
thanks for all the help to this point.
On Tue, May 25, 2010 at 2:28 PM, Ashley Sheridan
wrote:
> On Tue, 2010-05-25 at 14:22 -0400, Bruce Gilbert wrote:
>> echo "Completion Time:". date('F j, Y
>> g:i:sa',strtotime($row['sub
e, May 25, 2010 at 12:55 PM, Ashley Sheridan
wrote:
> On Tue, 2010-05-25 at 12:46 -0400, Bruce Gilbert wrote:
>
> Here is what I currently have.
>
> echo "Completion Time:" .
> (strtotime($row['submit_timestamp']) -
> strtotime($row['login_timestamp']))/
, 30 minutes etc. Don't need the days or seconds. The MySQL
timestamp is in this format.
2010-05-17 11:32:45 - 2010-05-17 12:26:13
On Tue, May 25, 2010 at 11:11 AM, Peter Lind wrote:
> On 25 May 2010 16:14, Bruce Gilbert wrote:
>> Thanks. I know my syntax isn't quite r
Thanks. I know my syntax isn't quite right, but is this close to what
I need to do?
echo "Completion Time:" . date('F j, Y
g:i:sa', strtotime($row["login_timestamp"] - ["submit_timestamp"])/60)
. "";
On Tue, May 25, 2010 at 10:01 AM, P
know how to subtract from two timestamp fields, two
different tables and come up with the difference in minutes.
thanks.
--
::Bruce::
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi.
got a situation for a potential page that i'm playing with. i'm trying
to figure out how to implement it, and the best/good approach to this.
i'm actually considering integrating this kind of process within a cms
(joomla/mambo/cmsms/etc..) but right now, this is in the initia
thought stage...
test
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rom: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk]
Sent: Friday, October 16, 2009 8:38 AM
To: bruce
Cc: php-general@lists.php.net
Subject: Re: [PHP] How to Delete the parent node, and child nodes/leafs
for a db/tbl in php
On Fri, 2009-10-16 at 08:34 -0700, bruce wrote:
> Hi.
>
> I'
Hi.
I've got a situation where I have a couple of tables. The relationship
between the tables is one of parent/child. I'm trying to figure out the best
approach to being able to delete the associated children in the child tbls,
of a given parentID in the parentTBL...
I've checked into various sit
Hi folks,
I am new on this list and to php. I have just downloaded and gotten php 5.3.0
working with IIS on one computer but my efforts to install it on another
computer come up with the error message:
14001 (0x36b1)
Can anybody tell me what this relates to?
Thanks
Bruce
ints to the dir that contains the sqlite3.so..
however, when i run a test app using "sqlite_open", i'm getting an error
saying that the "sqlite_open" is undefined...
so... my question..
how the heck can i resolve this issue!
thanks..
-bruce
--
PHP General Mailing Lis
hi...
trying to find a link to a good/basic sample/tutorial for berkeley db using
php...
so far, looking over the net, haven't found any!
pointers, links would be greatly appreciated!!
thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.
if memory serves...
you can look into using a shared memory block, or pipes to communicate
between the php/c app
-Original Message-
From: Tobias Krieger [mailto:tobias.krie...@teamfrednet.org]
Sent: Sunday, June 21, 2009 2:44 PM
To: Nathan Nobbe
Cc: php-general@lists.php.net
Subject:
hi list...
sorry to post here, but i figured you might be able to help...
i'm working on a project, that deals with building a crawler, and i'm
working out the details for the mgmt app for the crawler. i'm currently
looking at how to deal with the status/actions of the crawler, and how the
differ
hi russell...
isn't the actual soap data/packet that's being sent over the wire viewable
via an app like livehttpheaders... (at least from firefox)
or are you looking for something in much more detail...
-Original Message-
From: rjon...@gmail.com [mailto:rjon...@gmail.com]on Behalf Of
hi...
is this a php/web based app...
are the users using the chat function via the browser..
if this is a browser/web app, are you looking for a way for the
php web app to refetch the textfile... i would assume so...
have you figured out a rough architecture/design for your app..
in your design,
t.. So, maybe I imagined it!!
I've got a situation where I'm going to be dealing with books, and it might
be useful to talk with whoever was working on the app..
If this email finds you, and you were the person working on the app...
Please get back to me!!
Thanks
-bruce
--
PHP G
hi angus...
You're probably going to get a lot of different approaches to this one! as a
long term/time developer in a past life.. In my humble opinion, a reasonable
approach is to start by laying out the key things that the app has to
accomplish, and then to break this down into a list/sublist un
01, 2009 8:02 AM
To: bruce
Cc: 'PHP-General List'
Subject: RE: [PHP] spawning a process that uses pipes
-doesn'tterminatewhen webpage download is canceled
On Mon, 2009-06-01 at 07:52 -0700, bruce wrote:
> hi robert...
>
> i got the popen/php process but i don't see
Robert Cummings [mailto:rob...@interjinn.com]
Sent: Monday, June 01, 2009 5:46 AM
To: bruce
Cc: 'flint'; 'PHP-General List'
Subject: RE: [PHP] spawning a process that uses pipes -
doesn'tterminatewhen webpage download is canceled
On Sun, 2009-05-31 at 21:23 -0700, bruce wro
hi robert.,,
now you've got me curious..
you state...
-Use something else to pass the data back to the user... popen() comes to
-mind or proc_open(). Then disable auto abort on user disconnect via
-ignore_user_abort(). Then after sending periodic data chunks, check the
-user connection status vi
we answered this a number of times...
was there something in the replies that didn't satisfy you?
-Original Message-
From: flint [mailto:fmill...@gmail.com]
Sent: Sunday, May 31, 2009 6:53 AM
To: PHP-General List
Subject: [PHP] spawning a process that uses pipes - doesn't terminate
whe
in linuxsecs, based on user input, or 'default
now()'
app determines the month based on the computed secs data
app app then detemines the last date of the computed month
app uses date(-t,secs) to get date...
app gets year:month hour:min from the startime/linuxsecs
use the date, a
Message-
From: Shawn McKenzie [mailto:nos...@mckenzies.net]
Sent: Friday, May 29, 2009 2:48 PM
To: php-general@lists.php.net
Subject: [PHP] Re: Numerical Recipe - Scheduling Question
bruce wrote:
> Hi..
>
> Got a need to be able to allow a user to specify the frequency to run
>
Friday, May 29, 2009 2:48 PM
To: php-general@lists.php.net
Subject: [PHP] Re: Numerical Recipe - Scheduling Question
bruce wrote:
> Hi..
>
> Got a need to be able to allow a user to specify the frequency to run
> certain apps/processes.. I need to be able to have the user specify a
Hi..
Got a need to be able to allow a user to specify the frequency to run
certain apps/processes.. I need to be able to have the user specify a start
Time, as well as a periodic frequency (once, hourly, daily, weekly...) as
well as allow the user to specify every XX minutes...
So i basically nee
Hi Flint.
Not sure if you have a solution to this yet, or if I fully understand! But
if your issue is basically that you have a situation where you might have
orphaned processes that never finish and that are consuming real resources
you could have the app get/monitor the process ID for each proce
[mailto:f...@thefsb.org]
Sent: Wednesday, May 27, 2009 7:14 AM
To: bruce; php-general@lists.php.net
Subject: Re: [PHP] continue working after finishing up with the http
client
On 5/27/09 9:50 AM, "bruce" wrote:
> exacly what are you trying to accomplish? is this in a web app? has the
user
hi tom...
exacly what are you trying to accomplish? is this in a web app? has the user
hit the site, logged in, etc?
can you provide an example of what the sequence of events are that you're
trying to deal with..
thanks
-Original Message-
From: Tom Worster [mailto:f...@thefsb.org]
Sent
Hi guys...
Before you start flaming/shouting.. thought I'd post this here, as I'm at my
wit's end, and this might help others as well. And yeah, this has nothing to
do with solving a php coding issue!!
I'm trying to figur eout if there are guys/gals/groups/etc.. of developers
here in the San Fran
if you really want to get to the real low level details of an app...
unless you're dealing with an app that's seriously crunching, and extremely
sensitive to returning data to the user's browser in a timely manner, you
should write all replies back to a db/tbl... this would allow you as the
develo
you know...
interesting that goto can be found in code!!
-Original Message-
From: Robert Cummings [mailto:rob...@interjinn.com]
Sent: Thursday, May 07, 2009 7:36 AM
To: Tom Worster
Cc: Clancy; php-general@lists.php.net
Subject: Re: [PHP] speaking of control structures...
On Thu, 2009-
rkflow the doc is..
Get to me offline if you're interested in taking a look.
thanks
-bruce
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hmmm...
a developer might not (won't) give you voting rights? (is there sucj a
thing!!!)
however, if you put together a number of really skilled c/c++ (whatever)
developers, then you could easily take the current existing sourcebase of
code, and go ahead and fork your own version, and never need
chris...
did you read the entire msg.. this isn't/wasn't a hunt for someone for a
project...
please re-read..
-Original Message-
From: Chris [mailto:dmag...@gmail.com]
Sent: Monday, April 06, 2009 8:14 PM
To: bruce
Cc: php-general@lists.php.net
Subject: Re: [PHP] Out o
Hi Ladies/Gents of the list...
I've got an issue/question and figured I'd fire it to the list.
Over time, I've had a few projects that I've worked on, where I've required
someone with skills way beyond mine for a given area. And rather than spend
hours trying to figure it out, I've sometimes hire
now that.. was funny
actually laughed out loud!
-Original Message-
From: George Larson [mailto:george.g.lar...@gmail.com]
Sent: Wednesday, April 01, 2009 12:08 PM
To: Robert Cummings
Cc: bruce; haliphax; php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software
iphax [mailto:halip...@gmail.com]
Sent: Wednesday, April 01, 2009 11:42 AM
To: php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software
On Wed, Apr 1, 2009 at 1:38 PM, Robert Cummings wrote:
> On Wed, 2009-04-01 at 13:30 -0500, haliphax wrote:
>> On Wed, Apr 1, 2009 at 11:53 AM
...@interjinn.com]
Sent: Wednesday, April 01, 2009 9:30 AM
To: haliphax
Cc: php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software
On Wed, 2009-04-01 at 11:25 -0500, haliphax wrote:
> On Wed, Apr 1, 2009 at 8:33 AM, bruce wrote:
> > not another top/side/bottom post thr
hey todd...
just toook a look at the polarion svn-web app i thought that was closed
source... i see that it's open!!!
-Original Message-
From: haliphax [mailto:halip...@gmail.com]
Sent: Tuesday, March 31, 2009 2:18 PM
To: bruce; php-general@lists.php.net
Subject: Re: [PHP] Wor
Ladies/Gents...
Hi. Trying to get some input to a web based app for dealing with managing
software apps/scripts.
Basically, i'm envisioning a system where people register/signup, and then
check in/out apps for development/testing/production... I need a way of
dealing with users, assigning/accepti
hi...
if you haven't solved your issue... can you tell me in detail what you're
trying to accomplish? what are the steps to running the script?
thanks
-Original Message-
From: jesse.ha...@arvatousa.com [mailto:jesse.ha...@arvatousa.com]
Sent: Thursday, March 26, 2009 1:23 PM
To: php-gen
oh...
has anyone ever played/used/modified the webmin app??
i'm looking for a web based app/tool that i can modify to be able to manage
my distribbuted client/server crawler on my network of boxes. i'd rather
start with an existing framework/app that already kind of works with
modules/apps on a s
Hi...
Working on a test app, and I need a web interface to test/view the
underlying information. Looking for (hopefully) quick pointers/suggestions.
I'm dealing with a number of cli web crawling apps that return data. I'm
trying to find a quick app that I can modify the db schema, as well as some
hi...
doing some testing with linux sha1sum, and php's sha1 function... are they
both supposed to return the same results for the same chunk of text.
test
file "a.dat" = "1234567890"
linux:
echo a.dat > sha1sum -t!= php
any thoughts...
thanks
--
PHP General Mailing List (http://www.
;C:\pathwi~1\gammu.exe" failed :-(
>
> Well, you didn't do it properly then. What is the actual path?
>
> >
> > The only way I've gotten it to work was to get rid of the spaces in the
> > path/to/exe.
> >
> > Luke.
> >
> > On Thu, Mar
hey...
if you're going to deal with file/pathnames in windows/linux.. you're going
to have to encapsulate them with "" or with '' ie double/single quotes...
-Original Message-
From: Kyohere Luke [mailto:l...@beyonic.com]
Sent: Thursday, March 19, 2009 10:18 AM
To: Bastien Koert
Cc: Shaw
hi pj...
single quotes are entered via the key directly left from the "return/enter"
key on most/all qwerty keyboards...
the 'backtic' is normally the shift '~' key... the key, right to the left of
the '1' key... in the upper left position of the keyboard...
-Original Message-
From: P
March 01, 2009 11:41 AM
To: undisclosed-recipients:
Subject: Re: file locking...
On Sun, 1 Mar 2009 10:00:54 -0800, "bruce"
declaimed the following in comp.lang.python:
>
> Except in my situation.. the client has no knowledge of the filenaming
> situation, and i might have 1000s
.. the backend of the service has to quickly process the files in
the dir as fast as possible to return the data to the web client query...
thanks
-Original Message-
From: Robert Cummings [mailto:rob...@interjinn.com]
Sent: Sunday, March 01, 2009 9:54 AM
To: bruce
Cc: php-general
ere i get rid of the files.. and i use some sort
of database as the informational storage.
hopefully this provides a little more clarity.
thanks
-Original Message-
From: Robert Cummings [mailto:rob...@interjinn.com]
Sent: Sunday, March 01, 2009 2:50 AM
To: bruce
Cc: php-general@lists.php.n
Hi.
Got a bit of a question/issue that I'm trying to resolve. I'm asking this of
a few groups so bear with me.
I'm considering a situation where I have multiple processes running, and
each process is going to access a number of files in a dir. Each process
accesses a unique group of files, and th
hi...
got a situation where i have a parent app that spawns children. trying to
figure out how to get the output of the spawned/forked children to be
written to an external file...
can't seem to find any examples of how to accomplish this... do i have to
insert something within the child php app
sources, but I'd still like to have the
zombie processes removed.
I'm wondering. Is it possible to fork off a process, and have it essentially do
the wait on all the zombie/shild processes from the parent app? Or would this
be a peer process, waiting on it's peers?
Thanks
hi...
i've got a project (goal) where i'm looking for a webbased app that
drives/runs/monitors different linux/system processes. i'm basically looking
for different apps that i can look at to get ideas/see their
layout/structure. i'm going to have to create a similar app to run some
processes that
hp-general@lists.php.net
Subject: [PHP] Re: preg_match question...
""bruce"" wrote in message
news:234801c98863$88f27260$0301a...@tmesa.com...
> hi...
>
> trying to figure out the best approach to using preg_match to extract the
> number from the follwing typ
hi...
trying to figure out the best approach to using preg_match to extract the
number from the follwing type of line...
" 131646 sometext follows.."
basically, i want to extract the number, without the text, but i have to be
able to match on the "text"
i've been playing with different preg_mat
hi...
can you describe in psuedocode what you're trying to accomplish?
might be able to help if i have a better understanding of where you're
trying to go.
-Original Message-
From: Jônatas Zechim [mailto:zechim@gmail.com]
Sent: Thursday, February 05, 2009 11:25 AM
To: php-general@l
Hi...
got the follwoing example... basically, when i call the function "spawn_" i
get the passed vars for appname/args...
the $appname,$args are valid when the spawn_ function is initially invoked.
however, when the app does the fork, the $appname, $args get lost. when the
function gets to the pc
lto:torokal...@gmail.com]
Sent: Friday, January 23, 2009 10:09 AM
To: bruce
Cc: php-general@lists.php.net
Subject: Re: [PHP] process creation
2009/1/23 bruce
> A simple question (or so I thought).
>
> Does php allow an app to create/start a process/application that can
> continue to ru
A simple question (or so I thought).
Does php allow an app to create/start a process/application that can
continue to run on its own, after the initiating program/app terminates?
It appears that the spawning/forking functions might work, but the child
apps would be in a zombie status, and couldn'
Hi...
Playing around with a test app to spawn external child processes.
I'd like to be able to spawn/fork/run am external child process, that:
-allows the child processes to run as separate independent processes (pid)
-allows the child process(es) to be terminated via cmdline (kill -9 pid)
i'
i'm pretty sure that's not the issue...
i should be able to spawn/fork any kind of external app/process... "kill -9
pid", especially if done as root, should terminate the process...
i suspect that the issue has to do with zombie processes, and how
php/pnctl_exec/etc.. operates.
-Original M
-Original Message-
From: Carlos Medina [mailto:i...@simply-networks.de]
Sent: Thursday, January 22, 2009 8:04 AM
To: php-general@lists.php.net
Subject: [PHP] Re: killing a child process from pcntl_exec
bruce schrieb:
> Hi..
>
> I fork a child process, using pcntl_exec. I see the proce
Hi..
I fork a child process, using pcntl_exec. I see the process from the cmdline
(using pgrep 123), but I can't seem to kill the pid from the cmdline, using
"kill -9 123"..
Is there something that I need to implement within the php test in order for
the kill signal to be effective?
If I wait, t
Hi List!
I know this is somewhat basic.. and I am searching google as I type! I'm
looking for a client/server app that allows me to have a quick/dirty client
that can upload/download a file to a server app, with the server app copying
the file to a given dir...
Code samples, or pointers to a sit
hose folders? I don't see any other solution.
Any suggestions?
Thank you for any help,
merlin
bruce schrieb:
> merlin..
>
> if you're going to allow a user to use the same user/passwd for the site,
> and the FTP server.. i would strongly argue that you should allow the user
>
support for pure ftpd. One solution I
have in mind is to write the password into the pureftp DB upon signup.
That would be the easiest. The other solution to write to a conf file
would be OK, too. What do you think?
bruce wrote:
> are you trying to allow a user who logs in, to use his same us
are you trying to allow a user who logs in, to use his same username when
interfacing with the FTP server?
obviously, the password for the FTP server will be different. Or are you
looking to dynamically create a one time user/passwd for the user so that it
changes each time they access the FTP ser
HI...
Playing around with an app and I need to implement some functionality
allowing a user to email some text.
Basically, I want to allow the user to select some text from a dropdown
list. I then want to allow the user to edit the text if needed, and to then
submit the text for email to a given
the various tbls, and inserts if anyone's
interested in helping me shake my mind out on this...
thanks
-bruce
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi.
I have the following test db/tbl setup.
stateTBL
+--+
| stateName|
| stateID |>>>+
+--+ V
V
V
collegeTBL V
+--+ V
| collegeName | V
| stateID |<<<+
| college
hey vamvan...
you might pop this to the mysql email list as well, if you haven't already!
[EMAIL PROTECTED]
-Original Message-
From: VamVan [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2008 5:13 PM
To: php List
Subject: [PHP] category and sub category traversal
Hello,
Hi.
I've got a few tbls that I'm testing. I'd like to have a simple web app to
be able to iterate through the tbls to test out what I have in them.
I'd like to be able to have each tbl as a drop-down/select box, so I select
from selecta, which lists items from TBL-A, which then uses the id from
T
obert Cummings [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2008 8:40 PM
To: Micah Gersten
Cc: bruce; 'PHP General list'
Subject: Re: [PHP] array/iteration issue!!
On Thu, 2008-11-27 at 22:22 -0600, Micah Gersten wrote:
>
> This is actually a much smaller data structure.
much props guys!!!
thanks!!
-Original Message-
From: Micah Gersten [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2008 8:23 PM
To: Robert Cummings
Cc: bruce; 'PHP General list'
Subject: Re: [PHP] array/iteration issue!!
Robert Cummings wrote:
> On Thu, 2008-1
; array
(
"class1" => "sss",
"class2" => "sffgg"
)
),
array
(
"dept" => "english",
"class" => array
(
"class1" => "sss"
t;=>"sffgg")
),
"dept2"=>array("dept"=> "english",
"class"=>array("class1"=>"sss","class2"=>"sffgg")
)
);
how would i iterate through this..??
thanks
-O
hi.
i have the following test multidiminsional array. i'm trying to figure out
how to iterate through the array, to produce something like
foo, physics, sss
foo, physics, sffgg
foo, english, sss
foo, english, sffgg
can't quite seem to get it right!!
thoughts/comments... etc...
thanks
hi...
for what it's worth. the best approach might be to find a few sites that
have the functionality/layout you like. there are probably a few of them
that you'll run across that meet what you have in mind. use these as your
basic guides. add additional features that you'd like.
you now have (ro
interesting points regarding college and programming..
my degrees bsee/msee covered alot more than pure programing.. as a double
ee/cs, the ability to articulate an issue/problem, and bring to mind a cogent
thought process was valuable. the ability to understand how different
algorithms worked,
he's looking to create a script/app for his own.clent usage..
not to just use google's cal app,,,
check out freshmeat.net, or sourceforge if you haven't already...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Richard Heyes
Sent: Tuesday, November 18, 20
curious qiestion
to all on here who dabble in php... how many of you have actully gone to
college, taken algorithm courses, microprocessor courses,
design/architecture courses, etc..
or is the majority of the work here from people who've grabbed the tools and
started programming... ?
-O
hi t!!
strace is something i would have used.. but unfortunately, strace (at least as
far as i can tell) doesn't work with web based apps...
thanks
-Original Message-
From: Thodoris [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 16, 2008 11:42 PM
To: Andrew Ballard
Cc: bruce
Hi list...
starting to go through a debug/understanding session of a couple of php web
apps. i'm wondering if there's any kind of tool/method that i can use to see
which files are accessed/included/required when a given page is displayed..
this would allow me to quickly understand the "flow" of t
Hi list...
I need a way of managing users/teams/etc.. implementing roles/access
rights/privs,etc...
I'd like a way of being able to have users "report to" the resource above
them, ie, the ability to have a hierarchical kind of tree approach would be
good as wel, as this would allow different user
Hi list...
I need a way of managing users/teams/etc.. implementing roles/access
rights/privs,etc...
I'd like a way of being able to have users "report to" the resource above
them, ie, the ability to have a hierarchical kind of tree approach would be
good as wel, as this would allow different user
thanks guys..
-Original Message-
From: Thodoris [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2008 5:53 AM
To: tedd
Cc: php-general@lists.php.net
Subject: Re: [PHP] PHP - Web/list Question...
> At 4:08 PM -0800 11/9/08, bruce wrote:
>> hi tedd...
>>
>>
al items, by selecting the "revise"
btn, which goes back to the initial pages/list..
thoughts/comments
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 09, 2008 10:49 AM
To: Micah Gersten
Cc: Stut; bruce; php-general@lists.php.net
Subjec
al items, by selecting the "revise"
btn, which goes back to the initial pages/list..
thoughts/comments
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 09, 2008 10:49 AM
To: Micah Gersten
Cc: Stut; bruce; php-general@lists.php.net
Subjec
Hi.
I've got a question/issue that I want to bounce off the list.
I have a list that extends over multiple pages. there might be 200 items,
and i don't want to have the items listed on the same page as it would be
too long. i can break the list up, so i can have it be displayed over
multiple page
hi Kaleb
looks like the header approach will work for my needs..
thanks
-Original Message-
From: Kaleb Pomeroy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2008 11:46 AM
To: bruce
Cc: 'Micah Gersten'; php-general@lists.php.net
Subject: Re: [PHP] basic ph
and what's the best way to do the redirect
sample code would be cool!
-Original Message-
From: Micah Gersten [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2008 11:33 AM
To: bruce
Cc: php-general@lists.php.net
Subject: Re: [PHP] basic php question...
Is anything cha
hi guys...
i've got a button that i want to select, and i want the app to process some
logic, and then return the user to the page. my question is how??
something like
base page:
button link"
foo.php
-process logic
-return the user to the base page, with the same querystring that
was init
provide this kind of
functionality as a subset of the overall app. I can then rip apart/add what
I need to the app...
thanks
-Original Message-
From: Maciek Sokolewicz [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 02, 2008 3:33 PM
To: bruce
Cc: 'PHP List'
Subject: [PHP]
1 - 100 of 686 matches
Mail list logo