work again until
the browser exits.
> Ray Todd Stevens wrote:
>
> >I am working on a web site that is using php controled www-
> >authenticate authentication. User ids are specific to users and
> >different pages and different levels of information for a given page
>
Other then Abriasoft, is there another complete software package that
contains PHP, MYSQL, APACHE and PERL for Windows?
Thank you
Jim
't help any.
I can very easily force the errors not to show up and mosey on since I
am able to access the data, but I'm curious why this is happening. Any
ideas? There were a few other posts on this topic, but none with any
concrete answers or solutions...
--
Ray Van Dolson (
I'm having a bit of an issue using exec() and system().
Background:
I have this script that installs forum software for a client, and that works like a
champ. In it I use system() to copy
the the default forum directory to the specified location the client sets, along with
a unique directory nam
I'm wondering if someone can explain something for me. I've never used
this before but have seen it used in numerous sets of coding.
What does the -> do? I see stuff like
$test=$test->test_url = "Something";
$test1=$test->test_this = "Something Else";
Is it some sort of array function? I'm just
thanks, now that I know what it's for I know where to find it on php.net
Ryan Thompson wrote:
It's for classes. A site called http://www.php.net has some great
documentation on it.
$object->property (or function whatever the case may be)
On Friday 10 October 2003 01:57, Tom Ray
I have a PDF file generated in Adobe Acrobat 5.0 in which there are
several fields I would like to make customizeable. My thought was to
create fields in the PDF file named %%STUDENT_NAME%% and then basically
do a search/replace on the PDF file with PHP resulting in a PDF with the
student's na
I have an odd issue with mail(). I was working on a project at my office for some time
and we did everything with php
and mysql. I stepped away from the project for a bit but when I left all my scripts,
such as password retrieval and a
few others that used the mail() function were working. Now wh
For the first time ever I installed FreeBSD 4.9, I then installed Apache 1.3 and PHP
4.3.3-CGI from /usr/ports on the
machine. It seems that everything is ok, but when I try to use a .php file it does not
run it through the parser. So
when I hit test.php in my browser it outputs:
or
I'm su
. I'm going to need to build a couple more FreeBSD boxes
soon, and I want to have those go a
little smoother :)
Thanks again,
Tom
-Original Message-
From: BAO RuiXian <[EMAIL PROTECTED]>
To: "Tom Ray [List]" <[EMAIL PROTECTED]>
Cc: PHP General <[EMAIL PROTECTED]
I can't seem to find this anywhere in the manuals. What is the
maximum length of a string?
----
Ray Todd Stevens Specialists in Network and Security
Consulting
Senior ConsultantSoftware audit service available
St
, they can just capture the screen image. Some technology
lawyers have recommended putting a copyright watermark into any
high-resolution images that we display. Nothing to do with PHP, sorry.
Ray Paseur - www.non-aol.com
-Original Message-
From: Fifield, Mike [mailto:[EMAIL PROTECT
tions,
---
Ray Paseur - www.non-aol.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Basically you are not going to get the value type of the snmp, ie OID,
timeticks, integers, etc..
Ray Hunter
"Razvan Cosma" <[EMAIL PROTECTED]> wrote in message
Pine.LNX.4.44.0205011203110.32753-10@mach2">news:Pine.LNX.4.44.0205011203110.32753-10@mach2...
>
Has anyone every used curl to do something similar to wget on linux?
BigDog
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
eft the
> Web site. Any ideas?
>
> Thanks,
>
> --
> David A McInnis
> Information Technology Manager
>
> CareerPerfect.com(r) -- solutions for a perfect career(sm)
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.p
I ahve been using go-live (4.0) to edit pages containing php scripts.
this is not really working well. Is there a better way or a better editor
to use for this?
Ray Todd Stevens Specialists in Network and Security
ctory
----
Ray Todd Stevens Specialists in Network and Security
Consulting
Senior ConsultantSoftware audit service available
Stevens Services
Suite 21
3754 Old State Rd 37 N
Bedford, IN 47421
(812) 279-9394
[EMAIL PROTECTED]
Thought for th
. That is any string like is treated as white space.
Ray Todd Stevens Specialists in Network and Security
Consulting
Senior ConsultantSoftware audit service available
Stevens Services
Suite 21
3754 Old State Rd 37 N
not been added some how or rather. Got the proper
link and everything is going great guns.
Thanks to all.
Ray Todd Stevens Specialists in Network and Security
Consulting
Senior ConsultantSoftware audit service available
g it the
other way. And the documentation for split() says that it should return
an Array... why can't I operate on it as I would a normal array?
Anyways, thanks for any help. I guess I'm just too used to Python. :-D
Ray Van Dolson
--
PHP General Mailing List (http://www.php.net/
)
Ray Todd Stevens Specialists in Network and Security
Consulting
Senior ConsultantSoftware audit service available
Stevens Services
Suite 21
3754 Old State Rd 37 N
Bedford, IN 47421
(812) 279-9394
[EMAIL PROTECTED]
Thought
Hey all-
I've run into a small bump in some code I'm writing for a membership
database. The first thing that needs to be done is an index of all
states in the US with members. The fun part is that the state
information is stored as the abbreviation in the database (ie MI, WI)
and the HTML page
Hey-
I'm query my mySQL database to see how many of each Sku has been
ordered. I am doing my query as:
$count=mysql_query("SELECT sku, COUNT(*) FROM orders GROUP BY sku");
But my question is how do I use PHP to output the COUNT(*) results? When
I run the command when I'm logged into mySQL I get
Thanks JohnI didn't think of thatI've been working on this
catalog admin interface for to long..my brain is mush.
John W. Holmes wrote:
From: "Tom Ray [Lists]" <[EMAIL PROTECTED]>
$count=mysql_query("SELECT sku, COUNT(*) FROM orders GROUP BY sku&quo
the issue i'm having is that perl only seems to allow an app to have an
'exit' value of a short int. i need to return values that might be multiple
arrarys. should i simply write the perl return values into an output file,
and read the output vars from the output file in the php file...
I believe t
Hey there-
I went to install phpopenchat today and when I run the test.php script
that comes with, I get this error:
*Fatal error*: Call to undefined function: session_save_path() in
*/path/to/website/htdocs/phpopenchat/config.inc.php* on line *98
*I'm not sure why this is coming up since the s
Jeff Benetti wrote:
Sorry if this is a noob question, I have used PERL, TCL and VB but I am just
getting into PHP. If there is a better place to ask noobie questions then
let me know.
I want to use the include statement but I want to pass the name of the file
rather than hard code it. It seems
Greg Donald wrote:
On Tue, 11 Sep 2007, Stut wrote:
You didn't say what you have against mod_rewrite. I'll bet you mod_rewrite can
parse a request and send it to the right script faster than your PHP
implementation.
Has anyone tried Nginx? The rewrite rules are a bit more clear than
t
John Taylor-Johnston wrote:
I have an educational web site.
I want to create an interface where my students can record their
voices client side and then save messages server side.
I thought Odeo would solve my problems. (The have their own problems
now.) Then I tried: MyChingo and Mobasoft. C
[EMAIL PROTECTED] wrote:
I am having a issue parsing an html file.
I want to pull all the data between two html tags.
Problem I am having is that no matter what I try I can pull either tag or
both but not the data in between.
Stut wrote:
Zoltán Németh wrote:
2007. 10. 16, kedd keltezéssel 04.59-kor mooor ezt írta:
I recommed you Codelobster php edition. Very good free php
editor.
It reminds me a mix of Zend Studio and MS Visual Studio. If to
the basic
features they are:
syntax highlighting, an inte
Ron Croonenberg wrote:
Hello,
I have a script that ads data to a html template.
However when there is an include in the html like:
it is not "processed", but "just" ends up as a string in the page.
So I guess it needs to be parsed. Is there an easy way to do that ?
thanks,
Ron
Do you h
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again. I run the configuration with this:
--with-mysql=/usr/local/mysql and without fail I get this every time:
ext/mysql/php_mysql.o: In function `zif_mysql_create_db':
/home/tech/upgrad
Chris wrote:
Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again. I run the configuration with
this: --with-mysql=/usr/local/mysql and without fail I get this every
time:
ext/mysql/php_mysql.o: In fun
Chris wrote:
Tom Ray [Lists] wrote:
Chris wrote:
Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running
into the same problem over and over again. I run the configuration
with this: --with-mysql=/usr/local/mysql and without fail I get
this every
Robert Cummings wrote:
On Mon, 2008-01-21 at 18:01 -0500, Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over again. I run the configuration with this:
--with-mysql=/usr/local/mysql and without fail I get
Robert Cummings wrote:
On Tue, 2008-01-22 at 12:42 -0500, Tom Ray [Lists] wrote:
Robert Cummings wrote:
On Mon, 2008-01-21 at 18:01 -0500, Tom Ray [Lists] wrote:
Hey-
I'm trying to install PHP5 with mysql support and I keep running into
the same problem over and over
I have a client that's looking to do auto conversions of currency on
their reservation payment form. No big deal, I can that part down.
However, exchange rates change on a minute to minute basis and they want
the program to automatically know the current rates. Is there an online
database or a
I thought about that but I'm looking to make it seem-less. I just want
to get the numbers and do the conversion myself not have the third party
do it. I just need an updated list on a daily/hourly basis.
Paul Scott wrote:
On Thu, 2007-06-28 at 20:44 -0400, Tom Ray [Lists] wrote:
I h
Richard Heyes wrote:
>> Every single
one of us has been guilty of it at some time or another
You can't make that assumption.
Sure he can. Assumptions are like opinions which are like ...well you
know what I'm getting at...we all have them. And if someone can honestly
say they've never stole
Daniel Brown wrote:
P.S. - If a rooster lays an egg in a nest under a tree that falls
in the woods and no one is there to hear it, how soon will train B
meet train A if the wind blows the egg off the top of a barn facing
west before sundown?
Oh, I know this! Roosters can't lay eggs.
--
PHP
I'm a little unsure on how to do this but basically when someone uses a
form to upload a file I want to have a popup window come up and so the
process in percentage of the transfer. Anyone do this before? Is it
possible in PHP or do I need to do it in javascript or a mixture of both?
Any sugg
ng reasons:
0.6 HTML_SHORT_LENGTH BODY: HTML is extremely short
0.0 HTML_MESSAGE BODY: HTML included in message
1.5 MIME_BASE64_TEXT RAW: Message text disguised using base64 encoding
Here is the script, which I mostly borrowed from tutorials/how to examples on
the w
Chris wrote:
Richard Lynch wrote:
On Thu, July 26, 2007 2:46 pm, Tom Ray [Lists] wrote:
I'm trying to use PHP to compose an HTML formatted email
Don't do that...
3) Spam Assassin doesn't like it either way and tags the email as SPAM
for the following reasons:
0.6 HT
Eric Butera wrote:
On 7/28/07, brian <[EMAIL PROTECTED]> wrote:
Eric Butera wrote:
On 7/27/07, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Fri, July 27, 2007 8:20 am, Eric Butera wrote:
Not everyone has the option to do that. Plus I think it is
unintuitive to have t
Really, I had expected more mature commentary from the adults on this list.
So did I. I expect adults to display morality and values.
Really? Have you hung out with many computer geeks?
Oh..wait..morality..I thought you said maturity. Pardon me. :)
--
PHP General Mailing List (htt
Colin Guthrie wrote:
Daniel Brown wrote:
As a relatively-new contributor to this list (read: under 2
years), I realize that I have no business requesting a change, but
I'll breech etiquette and hope for the best.
Can we update the filters on the list to have the reply-to address
head
Ken Tozier wrote:
Hi
I'm trying to assign two fields of an object returned from a MySQL
query and have stumbled upon the most bizarre PHP bug where I can't
create two arrays in succession.
Here's the MySQL query with two dummy fields to be filled in later
select *, 0 as dummy_1, 0 as dummy_
Paul Novitski wrote:
At 7/29/2007 09:59 PM, Ken Tozier wrote:
/*--*/
/* Next two lines are where the problem
starts */
/* If I comment either of them out the script
runs */
/* but
Merlin wrote:
Hi there,
I have worked now for several years happily with homesite 4.5, but now
it looks like I have to switch to another system as homesite will not
run without admin rights on a XP machine.
What editors do you use? Do you have any recomendations on a special
one? I have loo
Stut wrote:
blackwater dev wrote:
I have to register a bunch of names and am trying to figure out why I
would
pay $35 when I can just pay $9 at godaddy. Does godaddy own it and I
lease
it from them???
Network Solutions are expensive, GoDaddy are cheap. That's all there
is to it. In my expe
I've been learning how to use PHP with the GD Library and I've managed
to learn quite a bit. I can upload, resize, create thumbnails and I'm
even able to create "security code" images for forms. My question is how
do I create a Watermark on the image? I want something transparent but
still visi
$sourcefile_id);
}
imagedestroy($sourcefile_id);
imagedestroy($watermarkfile_id);
}
?>
Regards,
Greg
http://www.psmdev.com <http://www.psmdev.com/>
On 8/4/07, *Tom Ray [Lists]* < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
I've bee
Joey wrote:
Has anybody had any experience with any open source Job posting systems out
there?
Thanks!
I've written one myself. It allows for job seekers to put up a profile,
resumes, etc and for employers to post their jobs and search resumes.
Full search ability on both sides. They c
Is there anyway to overwrite the max file upload in php.ini per instant?
I'd like to have users controlled on a certain website to have more then
average uploads but the site runs on a shared hosting environment.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
I just installed PHP Open Chat and I'm getting an error when I log in
about the script being unresponsive. Anyone ever run into this? Or could
shed a light as to what causes this error? I've never seen it come up
before.I'm running PHP 4.4.2/Apache 2.0.5
--
PHP General Mailing List (http:/
Is it possible to have a PHP script execute as the user of the domain
instead of the webserver? So when I upload files through a PHP script
they are owned by me and not "wwwrun" or "nobody"?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have to get a temporary server in place under a tight time frame and
am using a pre-existing server that wasn't configured really for hosting
websites. I've upgraded all the services on it like going from Apache
1.3.x to Apache 2.0.59 and PHP from it's old version to 4.4.2 however I
need to h
I've just installed PHP 4.4.4 with CLI disabled and CGI enabled. With
CLI I can find the PHP executable in $prefix/bin/php but with CGI I
can't find it. I need the path to the PHP executable so I can install
suPHP but $prefix/bin/php no longer exists and all I have in $prefix/bin
is php-config
Roman Neuhauser wrote:
# [EMAIL PROTECTED] / 2006-11-14 20:17:16 +0200:
On 11/14/06, James Tu <[EMAIL PROTECTED]> wrote:
I'm running a php script from the command line (I'm on OS X) and I'm
getting ...
Warning: mysql_connect(): Can't connect to local MySQL server through
socket '/var
Chris wrote:
Tom Ray [Lists] wrote:
Roman Neuhauser wrote:
# [EMAIL PROTECTED] / 2006-11-14 20:17:16 +0200:
On 11/14/06, James Tu <[EMAIL PROTECTED]> wrote:
I'm running a php script from the command line (I'm on OS X) and I'm
getting ...
Warning: mysql_connec
Beauford wrote:
Hi,
I am trying to get GD working so I can use a captcha script and not having
much luck. I can get it to work in Windows, but not Linux.
I have seen a few comments suggesting that PHP needs to be compiled with the
GD switch. Is there another way to do this? I have PHP, MySQ
Beauford wrote:
I'm using Slackware 10 and installed GD as an install package. I also
changed some lines in the php.ini file for GD.
Tom: I have no idea how this program works, all I know is that I need it for
the captcha program to display the image. I wouldn't even bother otherwise.
Thanks.
I've run into something rather odd with cookies today. I'm working with
this admin section on a site and I'm setting a cookie that is supposed
to be good for one hour. So in the cookie I have time()+3600 and all was
well or that was until someone fired up IE. It seems that IE refused to
set the
We built a box about 7 months or so ago using the SuSE 9.1 cd's,
straight install from the CDs. While I've read that sessions are turned
on by default, when we try to call on the sessions functions (like with
phpOpenChat or start_session()) we get calls to undefined function
errors. This is lea
ivate sessions
without recompiling? And if I can't, how do I recompile since I used the
SuSE cd's and YasT?
John Nichel wrote:
Tom Ray [Lists] wrote:
We built a box about 7 months or so ago using the SuSE 9.1 cd's,
straight install from the CDs. While I've read that s
ld be good?
Burhan Khalid wrote:
On Jul 29, 2005, at 8:07 PM, Tom Ray [Lists] wrote:
We built a box about 7 months or so ago using the SuSE 9.1 cd's,
straight install from the CDs. While I've read that sessions are
turned on by default, when we try to call on the sessions fu
wrote:
On 7/29/05, Tom Ray [Lists] <[EMAIL PROTECTED]> wrote:
We built a box about 7 months or so ago using the SuSE 9.1 cd's,
straight install from the CDs. While I've read that sessions are turned
on by default, when we try to call on the sessions functions (like with
phpOpenC
George-
Without seeing your code it's hard to say what the problem is. There
could be a typo, a missing quote or semi colon. The code snippet of the
review page would be helpful.
Now when you say it's entering "blanks" into the database, I'm assuming
you have a messageID field in the db that
general user
calendar. This way they can see which days are booked and which days are not.
Has anyone such a script that I could use or at lesat get an idea how to do it. I have
alreday tried all the script archives and tutorials.
Any advice would be appreciated.
Thanks
Ray
27;3')
So, corrcet me if I am wrong but the query is working its just i cannot see
anything. I have spent hours on this today, reading books and looking at the
list. I hope that once I have done one good script I can then start to
understand it and create more :-)
Thanks for all your help
mes back and says
that the villas is unavailable. Which of course it is wrong for villa_id 3
(it is villa_id 1 that is booked).
I have tried to find a command (something like IF villa_id =3 THEN count)
but to no avail that would only count if the villa_id matches as well.
Can anyone help
see the script running at
www.matrix-hosting.co.uk/prestige/welcome.php for the general view and
www.matrix-hosting.co.uk/prestige/admin_welcome.php for the admin side.
Any help would be appreciated
Ray
P.S. if any one also knows how to get it to display a 2 or 3 months at a
time or even a year
have a look and tell me where I am going
wrong. (scripts at bottom of page)
ng at
www.matrix-hosting.co.uk/prestige/welcome.php for the general view and
www.matrix-hosting.co.uk/prestige/admin_welcome.php for the admin side.
Any help would be appreciated
Ray
P.S. if any one also knows how to
ript already out there that will do this - all the one that I
can find seem to do too much by allowing multiple users and storing a lot more data
which is something I do nort need.
Any help would be appreciated as I am tearing my hair out at the moment.
Thanks for your time
Ray Healy
t does too much for what I need.
Summary:- a calendar that can colour code the background cells if there is an event
title in the mySQL database and to be able to enter the event for multiple days.
Any help would be very much appreciated.
Thanks for your time
Ray
uot;;
$eventExec = mysql_query($eventQuery);
while($row = mysql_fetch_array($eventExec)) {
if (strlen($row["title"]) > 0) {
echo "$zz\n";
$result_found = 1;
/snip
Thanks for any advice.
Ray
Dear Jason
The startdate and endate columns are "date" format - have any ideas what i
can do
Thanks for yout help
Ray
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 17, 2002 6:22 AM
Subject: Re:
801 - 879 of 879 matches
Mail list logo