On Wed, 02 Jul 2003 14:58:39 +0100, Greg Wiley <[EMAIL PROTECTED]>
wrote:
On Wed, 2 Jul 2003 14:45:27 +0100, Gary Ogilvie
<[EMAIL PROTECTED]> wrote:
[snip]
By maintaining the POST (assuming you're using POST)variables and
calling them into the form values when reloaded. If you
functions.
any advice or tips would be appreciated.
many thanks
Greg Brant
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rray to
contain UIDs instead of messages sequence numbers. "
so should
imap_search ( $myStream, "ALL", SE_UID);
return an array of the UIDs of the emails?
because this is what i want.
i need to work with the UIDs not the mesage numbers
cheers folks
Greg Brant
--
PHP General Ma
gt; >
> >
>
http://www.hotscripts.com/PHP/Scripts_and_Programs/Email_Systems/Web-based_E
> mail/index.html
> >
> > Greg Brant wrote:
> > > hi, im the lead developer for a small online magazine / community
> > >
> > > we want to set up an e-mail servi
imap_headder info returns an "object".
print_r works to see all the stuff containd within but when i try to acces
it via
print object[date];
i get naff all
to save you looking, heres the entry in the manual
cheers folks
Description
object imap_headerinfo ( resource imap_stream, int msg_number
f you're waiting for a perfect version of any of
those, it'll still be a long while.
The best thing to do is just pick a distro that releases patches quickly, and
keep up to date on patches.
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
T
at has always pushed out the new stuff sooner
than most anyone except maybe Mandrake. If you're a RedHat user and this makes
you uncomfortable you might try a distro that is a bit more slow to release new
stuff, Debian or one of the BSDs for example.
--
Greg Donald
http://destiney.com/
--
ave a file that could be a global include or not in my project, and
making sure every global variable is referenced as $GLOBALS['varname']
fixed it for me without any fancy code (although Rasmus's code is very nice)
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Rasmus Lerd
capability to determine whether an argument
is a valid class for the purposes needed. I guess if reflection makes
it into beta 2, I will have what I need, but is there something in beta 1?
Thanks,
Greg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> It's the first time I use PHP as my project server-side language,
> and I wanna know if PHP can be used to draw a chart or any other
> suggestions. Thx
Yeah, PHP will do that.
I use JPGraph myself: http://www.aditus.nu/jpgraph/
--
Greg Donald
http://destiney.com/
--
PHP G
print makes the code layout look nice and eazy to debug, where heredoc IS
> faster but makes the code look like a nightmare and I'm pretty picky about
> what looks good.
Sounds like you already have your mind made up.
--
Greg Donald
http://destiney.com/
--
PHP General Mailing Li
ript will do that.
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Can somebody give me any workable example how to run some script written in
> PHP in Unix console.
#!/usr/local/bin/php -q
> I wan't to write some server aplication. So it has to be run in the
> backgroud.
Have a look at the process control functions:
http://php.net/pcntl
Hi,
I can't instantiate the class, as there is no way to guarantee that the
constructor doesn't require arguments, and I don't want to halt program
execution if it doesn't implement tester
Greg
Marek Kilimajer wrote:
Maybe
if (new MyClass instanceof_equiv tester) {
.
I read on devshed article about TCP socket
> listenig, but I don't like this.
That's pretty much how it's done. If you want to listen to a program you have
to use some type of socket, tcp is they way I'd go.
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tten in PHP.
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
}
public function showError()
{
return 'ERROR ' . $this->_msg;
}
}
class FormElement {
... // variable declarations
private function SetStyle($element_style)
{
if (func_num_args() > 1)
{
throw(new MyException('too many arguments'));
}
..
if (isset($this->_row) && is_array($this->_row)) {
if (isset($this->_row[$name])) {
$value = $this->_row[$name];
return true;
} else {
return false;
}
}
}
}
$table = new UsesSetForMys
print $poppy->Name. "\n";
$poppy->printName();
print_r($poppy);
?>
outputs:
Poppy
poodle Object
(
[Name:private] =>
[DogTag:private] =>
[Name] => Poppy
)
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Alan D'Angelo wrote:
Hello,
In my PHP5 inst
st
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Robert Fitzpatrick wrote:
I have a class that receives an XML response from a HTTP request and I am
trying to parse the XML after receiving it. The problem I'm having is the
error when trying to use xml set handlers, such as
'xml_set_
Hi Robert,
Yes there is a very stupid reason: no one has written any.
Go to
http://phpdorks.net/docs/api/pear/HTTP/HTTP_Request.html
http://phpdorks.net/docs/api/pear/PEAR/XML_Parser.html
for documentation generated from the source by phpDocumentor
Regards,
Greg
--
phpDocumentor
http
s.php/pear/PHP_Parser?login=2)
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Nikhil G. Daddikar wrote:
I am using PHP to develop and web app.
The app also has a scripting language for the *end user*. I was thinking
if I could expose a very simple subset of PHP to them (foreach,
if-then
Hi Mike,
The short answer:
Yes.
The long answer:
PHP 5 only adds functionality to PHP 4, it is backwards compatible, so
start with PHP 4, and PHP 5 will be easy.
Greg
Mike Brum wrote:
I've been using PHP for a few years now and I'm quite familiar and
comfortable with it.
I'
Hi,
We are thinking of standardizing the format of @throws for phpDocumentor
2.0. The possible format we'd like to use is:
@throws constant|classname [description]
This will allow us to link to the docs for the class or constant from
the tag.
Any objections/new ideas?
Greg
--
phpDocum
echo $GLOBALS['blah'];
}
function outerFunc() {
innerFunc();
}
$blah = 'bob';
outerFunc();
Nothing gets echoed from innerFunc(). Why? If anyone can offer
any insight as to what is going on, I'd be ever so appreciative.
This code worked for me, I saw "bob."
Try this code:
}
blah();
?>
It appears that in a function scope, it doesn't. This is definitely a
bug, I'll post it if it hasn't already been noticed.
Greg
Leif K-Brooks wrote:
Greg Beaver wrote:
$GLOBALS does not contain a reference to itself
Yes it does. I just ran
ill see output of bool(false),
bool(false)
However, the following code works as expected!
GLOBALS will be present in both arrays.
Very odd behavior.
Greg
Jim Lucas wrote:
actually, it does work and it does exist.
Try using print_r() or
print_r(array_keys($GLOBALS));
and you will see a
tput of bool(false),
bool(false)
However, the following code works as expected!
GLOBALS will be present in both arrays.
Very odd behavior.
Note that in PHP 5.0.0b1, the first function does work, so this is fixed
somewhere in there.
Greg
--
phpDocumentor
http://www.phpdoc.org
Jim Lucas wrote:
umm..
What version of PHP are you running? I have PHP 4.3.2 on windows XP
here. I'm getting bool(false) bool(false) every time.
Greg
Jim Lucas wrote:
I don't follow what you are trying to say here?
it is returning true, just as it should.
show me the results that you get by running
http://pear.php.net/package-info.php?package=Mail_Mime
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Diana Castillo wrote:
Hi,
Can you tell me how to attach files when using the php mail function?
Thanks,
Diaan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
http://www.php.net/zend-engine-2.php
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Andrew Johnstone wrote:
Are there any plans to implement prototyping in PHP5?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
This statement isn't entirely correct, overloading is possible with the
overload extension.
http://www.php.net/overload
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Curt Zirzow wrote:
* Thus wrote Jean-Christian IMbeault ([EMAIL PROTECTED]):
Is it possible to overload a fun
http://pear.php.net/XML_Parser
:)
Greg
--
phpDocumentor
http://www.phpdoc.org
Donald Tyler wrote:
Hi,
I am trying to create a Class that will parse an XML document. It all works
fine as individual functions but I cant get it to work as a class.
For example, when I do the following in my class
Indeed it is a hack, but not for PHP 5, the extension has become part of
the core, and does not require that odd little "overload()" call :)
Greg
Jean-Christian Imbeault wrote:
Greg Beaver wrote:
This statement isn't entirely correct, overloading is possible with the
ove
cleanup() were a method of your own class.
Greg
--
phpDocumentor
http://www.phpdoc.org
Luis Lebron wrote:
I am currently using a php class that uses the following syntax:
$value= htmlcleaner::cleanup($value);
What exactly is the :: used for? Is there a different syntax for :: ?
thanks,
Luis R
ore
information is needed :)
Greg
--
phpDocumentor
http://www.phpdoc.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
language construct and not a function, it cannot
be called using variable functions
Note: empty() only checks variables as anything else will result in a
parse error. In otherwords, the following will not work:
empty(addslashes($name)).
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Edward
Use JS to set the value of a hidden form-field and then have it
immediately submit the form and it can be passed to php. Not impossible.
Greg
--
phpDocumentor
http://www.phpdoc.org
[EMAIL PROTECTED] wrote:
how is it possible to send a jscript variable to php thats impossible
You can do so
o write a hack to maintain backwards compatibility,
again leading you down the pasta road. At the very least, you will have
to spend hours combing the source for every reference to the variable,
and more hours debugging the ones you miss.
:)
Greg
--
PHP General Mailing List (http://www.p
::NOT_FOUND
it can be expanded to:
@throws package_error::PACKAGE_ERROR_NOT_FOUND
Does that sound reasonable?
Greg
Alexander Merz wrote:
Greg Beaver wrote:
We are thinking of standardizing the format of @throws for
phpDocumentor 2.0. The possible format we'd like to use is:
@throws con
Alexander Merz wrote:
Greg Beaver wrote:
We are thinking of standardizing the format of @throws for
phpDocumentor 2.0. The possible format we'd like to use is:
@throws constant|classname [description]
@throws error_class::constant description
ie @throws PEAR_Error::NOT_FOUND
$num = array_values($assoc);
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Gerard Samuel wrote:
What would be the quickest, most reliable means to convert an
associative array to a numeric array.
Running an implode()/explode() combination comes to mind, but
reliablity can be questioned
&& (preg_match('/^[[:alpha:]]{1,1}$/', $_POST[MI])
== 0))
>
> I tested it with 0-9 and my regexp catches every digit except 0.
Curious...
>
Maybe it thinks it's the letter O, have you tried using a font that puts a
line through the zero;-)
[sorry couldn't resist]
dental double colon, perhaps in a case statement
switch (blah) {
case something ::
}
Regards,
Greg
Ohmer wrote:
does someone know wtf this message means ?
Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM
i hope my fbsd box isnt haunted or controled by a daemon...
--
PHP Ge
value, and I actually find that quite useful. It helps to
represent the difference between 0 and '' and NULL returned from a
database query (yes, mysql supports all three), and also is useful in
specifying default values for parameters to a function that can also
accept boolean f
$GLOBALS not $GLOBAL
Greg
--
phpDocumentor
http://www.phpdoc.org
Robin Kopetzky wrote:
Good Morning!!
I'm trying to print $GLOBALs this way and it doesn't work:
$aTest = "This is a test";
function GlobalCheck()
{
print "{$GLOBAL['aTest
You can try using $HTTP_RAW_POST_DATA and parsing it yourself - or grab
the get value directly from $_SERVER['QUERY_STRING']
Regards,
Greg
Dallas Thunder wrote:
> Consider the following form in a HTML file:
>
> ...
>
>
>
>
> ...
>
> Now I
is in Release-1.2.2 in the archive and at
the website
Download from http://www.phpdoc.org, and pear install from
http://phpdoc.org/releases/PhpDocumentor-1.2.2.tgz
Greg Beaver
--
phpDocumentor 1.2.2
http://www.phpdoc.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
wo mistakes - you need to use &, and the static var must be in
getInstancia()
function &getInstancia(){
static $miInstancia;
if (!get_class($miInstancia) == 'db') {
$miInstancia = &new db();
}
return $miInstancia;
}
$conexiondb = &db::getInstanci
Hi,
Ask them who the president of the United States was before Britney
Spears, that should work pretty well :)
Otherwise, check out the Date package in PEAR at
http://pear.php.net/package-info.php?pacid=57
Greg
--
phpDocumentor
http://www.phpdoc.org
Don Read wrote:
On 24-Mar-1998 Beauford
require "../include/inc_file.php";
But my page just doesn't work for me now.. any ideas what I'm missing?
- Greg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tional.
On Sat, 2003-03-29 at 14:19, Greg Macek wrote:
> Hi,
>
> I'm having a problem hopefully can be easily answered. I'm trying to
> organize parts of my site into different directories so that they're all
> not in the "main" folder so to speak; basically
n Sat, 2003-03-29 at 14:47, Jason Paschal wrote:
> try using an absolute path.
>
>
>
>
>
>
> >From: Greg Macek <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: [PHP] require/include from a different directory
> >Date: 29 Mar 2003 14:19:4
Hi Alan,
Another solution is to use the HighlightParser that comes with
phpDocumentor (http://www.phpdoc.org)
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Alan McFarlane wrote:
I've been trying to add line-numbers to my source code, but can't seem to
work out how to do it.
As
I would like to remove duplicate array values, and I
presume that array_unique should do this, but the
results are not what I am expecting
Anyone see this before:
$dayarray=(9,22,22);
$duparray = array_unique($dayarray);
$darray = count($duparray);
for($d=0;$d<$darray;$d++){
echo "$d: ".$duparray
Oh yeah - I'm using Version 4.2.3 on Linux
__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
with experience in this matter would be very helpful.
Thanks,
Greg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
June 4, 2003
RELEASE ANNOUNCEMENT
phpDocumentor 1.2.0 STABLE is released at http://www.phpdoc.org
the phpDocumentor development team is pleased to announce the release of
version 1.2.0 STABLE. This is a stable released and is ready for use in
production systems.
phpDocumentor is an automatic do
t notice any load issues
with it. What's your whole query look like?
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t joins so as to select much less data.
As an aside, limit 0,1 is the same as limit 1.
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ow to patch it or where can I find this information to update PHP
>by this patch?
gunzip php-4.2.0-to-4.2.2.patch.gz
cd /path/to/php_source
cat /path/to/php-4.2.0-to-4.2.2.patch |patch
you might also try 'man patch'
--
Greg Donald
http://destiney.com
--
PHP General Mailing
gt;
Right now my local script doesn't find the function I'm trying to use.
What am I missing here? Is it not possible to include a php file (and
its functions and variables) across domains?
- Greg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
pache to not parse the file with
> PHP when requested by your script.
>
> -Rasmus
>
> On 19 Aug 2002, Greg Macek wrote:
>
> > Hello,
> >
> > I've searched the list and the manual and am still a bit confused.
> > Here's what I'd like
i know that array_unique was broken in version 4.0.4, but does anyone
know which version was it fixed in?
thanks,
greg martin
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
then that process only has to
happen in one place, keeping your code nice and clean.
greg
-Original Message-
From: Gerard Samuel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 03, 2002 6:45 AM
To: php-gen
Subject: [PHP] Info into Class
Are there any rules as to how information from ou
You could also check out this class someone wrote called Date_calc. It's
a nice frontend to all sorts of date calculations you may run across.
It's helping me quite a bit for my projects.
http://www.phpinsider.com/php/code/Date_Calc/
On Thu, 2002-10-10 at 06:04, Noodle Snacks wrote:
>
> "Jason
there a
way to automatically redirect the file? I've considered NFS for this,
but I'm unsure if the RaQ has tools for mounting NFS shares.
Ideas/comments welcome. Thanks.
- Greg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
23:38, Jason Young wrote:
> Does it have direct access to this filesystem?
> Or maybe FTP access? I've seen a lot of talk about automatic FTP
> transfers on the list, maybe you can filter the topics and grab
> something from there?
>
> Just a few cents to throw in :)
&g
November 12, 2002
RELEASE ANNOUNCEMENT
phpDocumentor version 1.1.0
http://www.phpdoc.org
Download: http://phpdocu.sourceforge.net/downloads.php
The phpDocumentor Development team would like to announce the release of
phpDocumentor version 1.1.0. This exciting release is a stable
release of phpDoc
I don't think cURL is very intuitive.
Can you at least echo a response code from your
function, such as
$res = curl_setopt($ch, CURLOPT_URL,
"https://partners.netledger.com/SmbXml";);
echo $res;
That should at least tell you, if nothing else, that
you could successfully get into the service. If
sions, but I'm interested to see what I can do with
them. Any sort of direction on this would be appreciated. Thanks!
- Greg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
urday 08 June 2002 14:39, Greg Macek wrote:
>
>>What is the best/recommended method of saving form data into session
>>variables? Currently only have to deal with regular text input,
>>checkboxes and radio buttons (no multiple selects for now). Any sample
>>code someo
June 9, 2002
RELEASE ANNOUNCEMENT
phpDocumentor version 1.1.0rc1
http://www.phpdoc.org
Download: http://phpdocu.sourceforge.net/downloads.php
The phpDocumentor Development team would like to announce the release of
phpDocumentor version 1.1.0rc1. This is a release candidate for 1.1.0 to
ensure
t
day's work making the
page work with all browsers he had access to, including IE 5 for PC, IE 6
for PC, Mozilla 1, Netscape 6.2, and Netscape 4.7. As I said, I've notified
him of the issues involved, and he plans to take care of them in his free
time.
Thank you,
Greg Beaver
phpDocumentor
On Thu, 13 Jun 2002, Daniele Baroncelli wrote:
>Can anyone suggest me a different editor ?
Depending on my OS I amd sitting in front of:
vim - www.vim.org
editplus - www.editplus.com
--
---
Greg Donald
http://destiney.
June 18, 2002
RELEASE ANNOUNCEMENT
phpDocumentor version 1.1.0rc2
http://www.phpdoc.org
Download: http://phpdocu.sourceforge.net/downloads.php
The phpDocumentor Development team would like to announce the release of
phpDocumentor version 1.1.0rc2. This is a release candidate for 1.1.0 to
ensure
in all
browsers
Both urls were in the release announcement.
Take care,
Greg
- Original Message -
From: "Markus Fischer" <[EMAIL PROTECTED]>
To: "Greg Beaver" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, J
appen to anyone else or was it just me?!
It must be your news client. I use pine remotely and got no such popup.
--
---
Greg Donald
http://destiney
=7
losses_3=4
sort_3=3
I am trying to evaluate the values based on a loop. Here's my current
method
$counter=1;
$wins=eval("\$wins_".$counter);
$wins should return 7 in this example. Where am I going wrong?
Any help would be appreciated.
Thanks,
Greg
--
PHP General Mai
This doesn't seem to work. Here's my demo.
This returns 000, it should return 743
"Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Tue, Jul 02, 2002 at 10:19:59PM -0400, Greg Wineman wr
hmm... I must be doing something wrong. This is still returning 000
"Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Tue, Jul 02, 2002 at 10:45:27PM -0400, Analysis & Solutions wrote:
>
> >$var = "$wins_$counter";
>
> Oops. F
You da man. Thanks
"Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Tue, Jul 02, 2002 at 11:19:22PM -0400, Analysis & Solutions wrote:
> >
> > Oops. Forgot to escape the $:
> >
> > $var = "\$wins_$counter";
>
> Oops. Forgot my pr
job Richard. Glad your around man.
--
---
Greg Donald
http://destiney.com/
---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i`ve coded a mass-mailer for my site but the $from header doesn't work.
when i get a test message back from it it says from "Unprivileged user" =
not what i set it to.
How would i set it out using the syntax:
$to #
$from #
$subject #
$message #
mail($to, $from, $subject, $message)
_
file.
Thanks in advance.. :)
--
---
Greg Donald
http://destiney.com/public.key
---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ess or whatever the IIS equivalent is. If there's no
Thanks but I have no idea about IIS, that's why I posted, to see if this
might be an IIS specific issue some other windows users experienced.
>equivalent then I'd suggest throwing the server out the window.
Yes..
--
--
I can. I
also tried "Off" and "off", same results.
>does $var contain anything. If it doesn't, then ini_set() worked...
>otherwise.. um... find other way of doing it(??)
Yes.. another way, any suggestions?
--
-
s my code:
--
---
Greg Donald
http://destiney.com/public.key
---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
someone interested in helping find my error.
Thanks alot!
--
---
Greg Donald
http://destiney.com/public.key
---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
_register('$var5');
> } elseif (isset($HTTP_SESSION_VARS[$hour]) => $hour + 5*60)) {
> header("Location: https://localhost/index.php"};
> } else {
> endif(); }
>[end snippit]
The syntax should be:
$var1 = "some value";
session_register(
On Mon, 15 Jul 2002, MAAS wrote:
Try adding a \r.
fputs ($sysname_log, "$time - SystemName: $sysname\r\n");
--
---
Greg Donald
http://destiney.com/
t;
>Any advice?!
Use apache if possible.
--
---
Greg Donald
http://destiney.com/public.key
---
--
PHP General Mailing List (http://www.php.net/)
To
sure that the newest record is the one being acted upon?
>Thanks.
By using a where clause to identify the postid in the table, something
like this perhaps:
UPDATE header SET parent='$this->parent' where postid='$this->postid';
--
ion:next_page.php");
?>
Unfortunately when I place the Header() call at the end of the file, it just
sits there and doesn't re-direct. If I place it after session_start(), it will
re-direct, but only the first five session variables are registered. Is there
something I'm missing he
sson to me :-)
Greg Macek wrote:
> Forgive the long post here, but I'll give as much info up-front and see
> if anyone can help me out here...
>
> I've searched the PHP docs for some help, but I am still running into a
> strange problem. Let me explain: I'm working on an
PHP install once a month or so cause of new
security holes.. Yay!
Wasn't this new register_globals setting supposed to enhance security?
How would you like to be a sys admin with dozens of machines to upgrade
before you can proceed with anythign else?
Can anyone say Ruby?
--
Greg Don
rity holes
following in the next couple of months after that.
If it doesn't bother you the hassles 'the php group' is putting me, you,
and alot of others through then I guess that's just you. I can't
help but get pissed about it. I did not have the time to do the
hp"
> it tells me: "No input file specified."
I use something like that in my .procmailrc:
:0 fw
| /usr/bin/spamassassin
:0
* ^X-Spam-Status: Yes
{
:0 c
| $HOME/.spamassassin/spamcop.php
:0
spam
}
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Verdon,
Be sure that $connobj is declared as a global variable in the
mysql_connection.php file. You can do this in two ways:
1) instead of $connobj = blah, use $GLOBALS['connobj'] = blah
2) global $connobj; $connobj = blah
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.
wn assistance in the matter, but I have zero experience in
this realm. Regaurdless of weather a PHP/PECL extension is created,
I am planning to write abstraction for using this lib commandline. But
ideally for speed, and integration/permissions reasons this would exist
as a PHP/PECL extensi
101 - 200 of 1454 matches
Mail list logo