alized and written to disk *once at the end* of a
request? Why on earth would this impact the performance of reading and
writing in the middle of a request? Is there some
funkyness going on under the covers that I'm missing? Can it be made to
work as I
descri
In any case, it would appear the comments in the session section of the
online docs are wrong or just out of date, and I don't need to worry
about it. I'll go ahead and add a comment to that effect on the
ref.session page.
l8r
Aaron
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote:
Just curious if anyone on the list was headed to Toronto on Sep 22-24
for php|works. I live about two hours from Toronto, and my company is
sending me.
I wonder what kind of reception this conference will get...
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http
e will be hunting you down! ;)
Have fun guys... wish I could go but it's not a good time. Maybe the
next one.
Lucky for me I'm more of a lurker in this group, and as such I haven't
made many enemies. Yet. :)
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (h
es I've only seen on the net these last few years!
It's too bad I'm one of the few on the list that's able to attend...
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is code to product French wording. Well it does --
but not all the time! When reloading the page constantly, the wording
swaps randomly between English and French; all without changing any code!
Has anyone experienced this before?
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
een a good week. :)
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
d web sites on session security I'd really
like to read them.
Thanks,
Aaron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
in the main page it works without any problems. When I
link it as an external file it doesn't work.
As a side note, the following code example works in an external JS file:
img1off = new Image(); img1off.src = "Graphics/home_off.gif";
Anyone know why the external file with two
> -Original Message-
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Sent: October 5, 2004 3:52 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] why this doesn't work as an external file but does
> internally?
>
[snip]
> And the web has these JavaScript lists! Quaint, no?
[/snip]
If y
File with the JS code is called: jsstuff.php
Aaron
> -Original Message-
> From: Vail, Warren [mailto:[EMAIL PROTECTED]
> Sent: October 5, 2004 4:12 PM
> To: 'Aaron Wolski'; 'Jay Blanchard'; [EMAIL PROTECTED]
> Subject: RE: [PHP] why this doesn&
le I have embedded the JS code directly into the
page.
Additionally, I have use code that looks like:
img1on = new Image(); img1on.src = "Graphics/";
Having visuals... does that help communicate what the problem is?
In terms of what errors I am seeing, etc... I cannot tell you th
Does anyone know how I might be able to have php push a file to an FTP
server?
Thanks,
Aaron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Aaron Todd wrote:
Does anyone know how I might be able to have php push a file to an FTP
server?
If you configure PHP with --enable-ftp, you'll have a bunch of FTP
functions at your disposal, including PUT:
http://ca.php.net/ftp
--
Aaron Gould
Parts Canada - Web Developer
--
PHP Ge
Hi All,
Just wanted to thank everyone for their advice and help.
What I ended up doing is simply doing an include() of the JS code
instead of externally linking to the file.
This works perfectly.
Thanks again everyone! I appreciate it.
Regards,
Aaron
> -Original Message-
>
onths from
now. What I am trying to do is have something fire off an email to someone
when that future date/time comes around so a follow-up can be done.
Anyone know of anything I can look into for this.
Thanks,
Aaron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
ars that if there are functions in the include page that you
can't use return to bail out. What is the desired functionality in this
case? Is this a bug in how php handles it? or was return never designed
to be used this way?
Any thoughts are appreciated.
--
Aaron Axelsen
[EMAIL PROTECTE
and it STILL
worked. The only other component is a freetds.conf file that lives at
the root directory of "C:\". I checked the permissions of said file and
they match on both servers.
Anyone have an ideas on this?
---
ifferences between the components that are installed in IIS on
the two machines.
----
Aaron Smith[EMAIL PROTECTED]
System Administrator (269) 337-7496
Kalamazoo College
-Original Message-
From: Sergiu Voi
both servers and they both have the
MSVCR71.dll file in the same location but neither of them have the
MSJAVA.dll file.
Aaron Smith[EMAIL PROTECTED]
System Administrator (269) 337-7496
Kalamazoo College
ng it causes it to work again as I have a feeling that .NET
2.0 is not needed on the production machine. If so, though, is there a
way around this?
Aaron Smith[EMAIL PROTECTED]
System Administrator (269) 337
I have a script that connects to a networked device via PHP's socket
functions. This device accepts proprietary commands (e.g.: "KPRINT", as
seen below), and returns data. However, this device does not have any
sort of "EXIT" command to end the processing of events. So it
essentially loops f
..
if( time() - $start_time > 5 ) exit;
-B
Aaron Gould wrote:
I have a script that connects to a networked device via PHP's socket
functions. This device accepts proprietary commands (e.g.: "KPRINT",
as seen below), and returns data. However, this device does not have
am_get_meta_data($fp);
if ($info['timed_out']) {
echo 'Timeout...';
break;
}
$buffer = fgets($fp, 1024);
}
fclose($fp);
}
====
Brad Bonkoski wrote:
Aaron Gould wrot
Hello,
I would like some input on the best way to do something that I can only
think to call "instance inheritance."
I want to return, from a class method, an object that has the same
methods as $this, with some additional data, and without altering $this.
The way I'm doing this now is with clo
Hi,
Can we let this thread die now?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
No one has mentioned Cacti yet? It does exactly what Bulent is looking for.
http://cacti.net/
On 2/5/13 6:46 PM, Sean Greenslade wrote:
On Tue, Feb 5, 2013 at 10:13 AM, Bulent Malik wrote:
This task is not really suited for php. I would suggest looking into
Ntop.
It does exactly what you
this?
Thanks,
Aaron holmes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Driving home, I realized how vague this was.
Specifically, I'm looking for information on when APC will cache a file
or directory, and what it checks before doing so.
Thanks again,
Aaron Holmes
On 2/13/2013 6:53 PM, Aaron Holmes wrote:
Hello,
I'm trying to find some information on
he resulting binary. Any information or explanation would be very helpful.
For the record, I know what the chroot() function does and does not
do. I am experimenting with using chroot() to isolate an already
running script to a particular subset of the filesystem for file operations.
--
-
I have a loop that is putting the filenames of files in a certain directory
into a listbox. I am then using the onChange event of the listbox to fire a
function. In this script the onchange event sends the function the path an
filename of the chosen file from the list. I have tested what I am
I just wrote a little script to play around with the GD library but I am
having a problem displaying it in the browser. I have not problem at all
when I just run the script. But I was trying to make the image in a custom
function which will return the image when its called. All I end up getti
might be inserting a space or a newline or ending
> headers or something. Look at error_reporting() or similar in the manual
> to turn error reporting on for your script.
>
> Hope you find the bug, thats quite a nice function you have there.
> J
>
> Aaron Todd wrote:
>>
Hey Guys,
I think I fixed my own problem. I tried calling the PHP script from a
different page like this:
This gave me the results I wanted.
Thanks for all your help.
Aaron
"Aaron Todd" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I just wrote a li
h e r paragraph with a wacky first word! Strange stuff...
E n d l e s s insanity here!
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$split_point = $key;
}
}
echo "Original : ".$string."\n";
echo "Word : ".$word."\n";
echo "Modified : ".$word." ";
echo implode(" ",array_slice($letters,$split_point-1))."\n";
?>
Thanks for the e
));
--
Aaron Gould
Programmer/Systems Administrator
PARTS CANADA
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
I've created a simple script that takes in image and draws some lines and
some text on top of it. I am having a problem with the text part of this.
When the string that I am drawing on the image contains and apostrophe ( ' )
there is always a backslash ( \ ) before it. It make sense th
BEAUTIFUL
Thats exactly what I was looking for. I'm not doing anything with MySQL so
I am going to leave Magic Quotes on and just use stripslashes()
Thanks a bunch.
"Richard Lynch" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Aaron Todd wrote:
I am trying to use the rawurldecode() function to decode a variable that is
begin passed from a different page through the url. The PHP manual doesnt
say much for this function, but it does have quite a bit on the urldecode()
function which says using urldecode on a $_GET variable wont produce
sable this functionality?
Thanks
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Aaron Todd wrote:
>> I am trying to use the rawurldecode() function to decode a variable that
>> is begin passed from a different page through the url. Th
character in a filename so I must acount for it. Has anyone previously
dealt with this and might be able to give me a quick work around?
Thanks
"Aaron Todd" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I am trying to use the rawurldecode() function to decode
I got it. After you said I shouldn't need it I started playing around and
found that you were right...I didnt need it for spaces and other
punctuation. But I was then having a problem with amperstands. It was
dropping everything after an amperstand off. I ended up doing a
rawurldecode of $_
couple
weeks, and so far it's working like a charm.
Visit the project page for my details: http://autopgsqlbackup.frozenpc.net
Any problems, questions, bugs can be posted on the forum.
I hope others can find this as useful as I do!
--
Aaron Axelsen
[EMAIL PROTECTED]
Great hosting, low prices.
a few times, and found a few questions that involved cases I had
certainly experienced in five plus years of PHP development. I'm sure
that'll happen in due time as the certification is only a couple years old.
--
Aaron Gould
Programmer/Systems Administrator
PARTS CANADA
--
PHP General
you, including by me.
--
Aaron Gould
Programmer/Systems Administrator
PARTS CANADA
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Chris Ramsay wrote:
Perhaps it came across as a bit cheeky to Aaron - I kind of got the
impression that an answer from someone who has had a go but not passed
the exam was not good enough for you...
Really, I doubt whether there is any difference in doing the exam
whatever the outcome, seeing as
should be gleamed from the following page:
http://ca3.php.net/manual/en/function.mail.php
Check the examples, and you'll be well on your way.
--
Aaron Gould
Programmer/Systems Administrator
PARTS CANADA
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
> > > don't forget interjinn.
> >
> > Like we ever could.
> > (awaits the flame)
>
> John WHY ARE YOU SUCH A F... Ok, I'm willing to let bad blood go away
> if you are. We're all PHP peeps here so really there shouldn't be any
> animosity (perceived or otherwise).
Damn. Some of the best enterta
Beyond Compare: http://www.scootersoftware.com/home.php
Enjoy :)
Aaron
> -Original Message-
> From: Kim Steinhaug [mailto:[EMAIL PROTECTED]
> Sent: April 17, 2004 2:48 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Rporting tool - CVS?
>
> Scenario :
> Im
ctual files to pull things together.
Anything out there?
Thanks!
Aaron
o select a particular record.
Once a record has been "selected" they click one of the top buttons to
perform their desired action.
WILL this work OR do the buttons HAVE to go at the bottom?
Thanks! Any help is appreciated.
Regards,
Aaron
> The buttons can go anywhere inside the tags. Since this is a
PHP
> list, though, you should really be asking is how would this form best
work
> with PHP to perform each desired action?
>
> ---John Holmes...
Yeah, John, you're right. I should have made it more PHP related.
Figured I could get
Now... what about installing for Linux?
Any ideas? :)
Aaron
> -Original Message-
> From: Kim Steinhaug [mailto:[EMAIL PROTECTED]
> Sent: May 7, 2004 2:57 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: Installing GD library
>
> put the DLL file in your P
I go to recompile PHP, do I have to use the
above configure commands IN ADDITION to the GD commands or JUST the GD
commands?
Any help?
Thanks so much!!
Aaron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nied
If I remove the unlink function, I can write to the file no problem but
there seems to be a hangup with unlink.
Any ideas??
Thanks!
Aaron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
make clean" between your first and
second configure attempts?
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
/mysql --with-pgsql=/usr/local/pgsql --with-gettext
Note: I have used this exact string compilng against myql 3.23.53 with no
issues.
When I run the make command, I get the following error:
ext/mysql/php_mysql.lo: In function `zif_mysql_create_db':
/home/aaron/php-4.3.6/ext/mysql/php_mysql.c
The mysql 3.x was installed with prefix /usr/local/mysql
--
Aaron Axelsen
Email: [EMAIL PROTECTED]
-Original Message-
From: Curt Zirzow [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 7:08 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] [PHP 4.3.6] Compiling agaisnt MySQL 4.0.18 on
I was trying to upgrade over the older one, which is why the paths are the
same. I want to stick with the stable realease
--
Aaron Axelsen
Email: [EMAIL PROTECTED]
-Original Message-
From: raditha dissanayake [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 7:47 PM
Cc: [EMAIL
ith-imap --with-kerberos --with-xml
--with-mcrypt --with-mnogosearch=/usr/local/mnogosearch
--with-mysql=/usr
Thanks,
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Curt Zirzow wrote:
* Thus wrote Aaron Gould ([EMAIL PROTECTED]):
"/usr/local/mnogosearch"), and PHP configures fine. But during PHP's
make, I get all sorts of errors at the end of the compilation:
/usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple
definition of `my
Curt Zirzow wrote:
* Thus wrote Aaron Gould ([EMAIL PROTECTED]):
"/usr/local/mnogosearch"), and PHP configures fine. But during PHP's
make, I get all sorts of errors at the end of the compilation:
/usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple
definition of `my
John Nichel wrote:
Aaron Gould wrote:
Curt Zirzow wrote:
* Thus wrote Aaron Gould ([EMAIL PROTECTED]):
"/usr/local/mnogosearch"), and PHP configures fine. But during
PHP's make, I get all sorts of errors at the end of the compilation:
/usr/lib/mysql/libmysqlclient.a(libmys
ks, etc.
Good luck.
Aaron
> -Original Message-
> From: Edward Peloke [mailto:[EMAIL PROTECTED]
> Sent: June 8, 2004 10:20 AM
> To: Php-General
> Subject: [PHP] search engine optimization and php
>
> Just curious as to how people handle search engine optimiza
> -Original Message-
> From: Manuel Lemos [mailto:[EMAIL PROTECTED]
> Sent: June 8, 2004 10:54 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: search engine optimization and php
>
> Hello,
>
> On 06/08/2004 11:20 AM, Edward Peloke wrote:
> > Just curious as to how people handle search e
> Hey James,
> If its not open source...is it at least free?
> Thanks,
> -Ryan
Not sure why this matters?
If his product can do the job what does it matter if it costs money or
not? Even if it does cost money... you get a solution that solves your
client business problem. You don't have to spend
http://www.syndic8.com/feedcat.php?Scheme=Syndic8
syndic8 has good stuff!
--
Aaron Wormus
--
Pears and Pickles
Served fresh every day
at
http://php.eckspee.com
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Ben Ramsey wrote:
> You may also want to check out PEAR::Console_Getopt
>
> http://pear.php.net/package/Console_Getopt
or better yet PEAR::Console_GetArgs
http://pear.php.net/package/Console_Getargs
--
Aaron Wormus
--
Pears and Pickles
Served fresh every day
.
--
Aaron Wormus
--
Pears and Pickles
Served fresh every day
at
http://php.eckspee.com
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
?
Thanks
--
Aaron Axelsen
aim: aaak2
email: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks, worked wonders.
--
Aaron Axelsen
Email: [EMAIL PROTECTED]
-Original Message-
From: Greg Donald [mailto:[EMAIL PROTECTED]
Sent: Monday, June 21, 2004 10:40 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] include question
On Mon, 21 Jun 2004 10:31:42 -0500
http://phpmag.net/itr/kolumnen/psecom,id,5,nodeid,207.html
There are some examples of how to use PEAR::Net_POP3 to do what you want
in the above article.
Aaron
I.A. Gray wrote:
Jason Wong said [With your posting style you successfully torpedoed this
useful feature; your
posting shows up within
er
to the end?
Thanks for your assistance.
--
Aaron Axelsen
aim: aaak2
email: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ere on 5.2.3. Try removing ALL whitespace before and after
the "END;" portion of your heredocs. If there's whitespace, it doesn't
work.
--
Aaron Gould
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
function hash_hmac()
Does anyone have any suggestions as to what might be causing this?
--
Aaron Axelsen
[EMAIL PROTECTED]
Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
him. He didn't even give me a
warning
How can I get unbanned? I'm not a problem in the least bit and when I can
legitimately answer somebody else's question, I always do.
Thanks,
Brenden Wilson
Hmm, suspicious at best. I find it difficult to believe there are any
obnoxi
of
that variable via curl? I thought just assigning the xml variable to
data would work - but it hasn't.
Any suggestions?
--
Aaron Axelsen
[EMAIL PROTECTED]
Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com
--
PHP General Mailing List (http://www.ph
2 and transmit the file so it will
come over under $_FILES?
-- Aaron
Bojan Tesanovic wrote:
On Apr 12, 2008, at 11:37 PM, Aaron Axelsen wrote:
I am trying to create the following command with the php curl functions:
curl -F "[EMAIL PROTECTED]" "http://path/to/api";
The prob
The problem is that it is a 3rd party API that I am trying to submit
data to. I have submitted a request to make the necessary changes for
what I'm trying to do.
Nathan Nobbe wrote:
On Sun, Apr 13, 2008 at 1:07 PM, Aaron Axelsen <[EMAIL PROTECTED]> wrote:
Option 2 is what I&
r use the ZipArchive extension, the php
memory usages increases - close to 300mb. Is there any way to get
around this spike of memory usage from within php? Or is there a better
way alltogether to handle this? I'm open to suggestions!
- --
Aaron Axelsen
[EMAIL PROTECTED]
Great hosting,
#x27;, $mytimeout);
#ini_set('session.gc_probability',1);
#ini_set('session.gc_divisor',1);
session_start();
--
Aaron Axelsen
[EMAIL PROTECTED]
Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the computer untouched for an hour. When I
came back the session was timed out, and I was required to login.
Something still isn't working right. Any ideas? I have checked the
settings using phpinfo() and confirmed that the values are in fact being
set by the above commands.
-- Aaron
T
ession.gc_maxlifetime', $mytimeout);
#ini_set('session.gc_probability',1);
#ini_set('session.gc_divisor',1);
session_start();
Tijnema ! wrote:
> On 4/27/07, Aaron Axelsen <[EMAIL PROTECTED]> wrote:
>> I now have the following settings:
>>
>> session_na
007 1:37 pm, tedd wrote:
>> At 12:26 PM -0500 4/27/07, Aaron Axelsen wrote:
>>> With the following set, its still timing me out. I logged in
>>> and waited about 40 minutes, and it was timed out by then. This
>>> is getting very confusing, what else could i
reports that it has an expiration time of 1.5 hours
instead of 3. Does anyone have any ideas why thats happening?
Aaron Axelsen wrote:
> Everything i've read in the documentation states to call session_start
> after you have changed your necessary settings. Do you have a working
>
ntend to try out ZF a bit more to give it a fair shot, but
after using CakePHP, I'm not so sure for how long...
--
Aaron Gould
Greg Donald wrote:
Has anyone looked at the Zend Framework lately?
http://framework.zend.com/manual
I've been playing with a few parts of it off and on
27;t found anything. Thanks!
- --
Aaron Axelsen
[EMAIL PROTECTED]
Great hosting, low prices. Modevia Web Services LLC --
http://www.modevia.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFE+FuvuucONIvD0AMRAl94A
Marten,
I have also been trying to figure this out. Have you came to any
conclusions? I have done some searching and so far haven't found any
answers. Is there anyone else on the list that can shed some light on this?
Thanks!
-- Aaron
Marten Lehmann wrote:
> Hello,
>
> we swi
,$length-2,2); // get last two numbers.
Aaron
On 11/14/06, Børge Holen <[EMAIL PROTECTED]> wrote:
This numer has dynamic lenght, witch is the root of my problems.
$number = 123456789
should print as following:
var1: 12345 (and it is this lengt witch varies)
var2: 67
var3: 89.
I've
Assuming you mean URLs as GET variable values, urlencode() and urldecode()
might be the ticket:
http://ca.php.net/urlencode
Aaron
On 12/4/06, Graham Anderson <[EMAIL PROTECTED]> wrote:
What is a good/accepted way to pass a relative or absolute path
into a clean url ?
I could r
Are you sure its the move_uploaded_file() function that is causing the
delay? It could be the actual upload of the file itself. If it is the
function causing the delay than try the rename() function instead. Also, I
have used the copy() and unlink() functions and they work fast.
Aaron
On 2/27/06
at's the solution
its on its way to being fixed. Is there anything else that could be wrong?
Thanks
Aaron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks for the reply. I'll ask the ISP about throtteling next time I talk
with them.
I would also like to mention that I am also getting intermitent results when
just sending a single email. One if the web pages I am testing is a support
request form. When the form is submitted it sends an e
http://ca.php.net/stat
Might do it for you. Maybe check access time, although if you access the
file at after its uploaded, the access time is changed. Maybe mtime?
Aaron
On 6/23/06, Ko Ko <[EMAIL PROTECTED]> wrote:
Hi,
How can I find out the upload date of the file to the server
str_replace("&", "&", $text);
> -Original Message-
> From: Diana Castillo [mailto:[EMAIL PROTECTED]
> Sent: January 28, 2004 9:27 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] &
>
> is there any function that will always replace a "&" with a "&" in
a
> string?
>
> --
> --
> Diana Castillo
I'm reading in to a variable $section1 an entire php file that creates a
mysql table. I can output the variable in a new file just fine (figured out
what all had to be escaped in the original file).
My problem is, I want to replace the table name in the original file with a
new table name before I
Richard,
Thank you so much. That works perfectly. I knew it had to be something
simple.
Aaron
> From: Richard Davey <[EMAIL PROTECTED]>
> Reply-To: Richard Davey <[EMAIL PROTECTED]>
> Date: Wed, 11 Feb 2004 15:04:44 +
> To: Aaron Merrick <[EMAIL PROTECTED]>
>
Jeff McKeon wrote:
$this->
What does this do? I know it has something to do with classes but can't
quite get my head around it.
You might want to check out this:
http://ca.php.net/oop
--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.
php.ini that phpinfo() has as the configuration path.
I am running SuSE Linux 9.0, apache 1.3.29, and php 4.3.4.
Any suggestions as to why my changes are not being recognized?
Thanks,
--
MIDWEST TECHNICAL CONSULTANTS, INC.
Aaron Doogs
Research Technician
Network Administrator
1832 Centre Point
201 - 300 of 382 matches
Mail list logo