So he tells you where to find the answer, and he's a moron? Do you
expect him (us) to hold your hand, and write code for you?
Vadim Bendebury wrote:
> Jason Wong wrote:
>
>>
>>
>>manual > PHP and HTML
>>
>
>
> do you feel good being a moron?
>
--
By-Tor.com
It's all about the Rush
http://w
Jason Wong wrote:
> On Sunday 21 September 2003 09:01, Vadim Bendebury wrote:
>
>>Sory, Jason, what particular manual you are talking about? Does it have
>>a chapter titled "PHP and HTNL"?
>
>
> The php manual?
>
>
>>The manuals I have do not answer my question and do not have such a
>>chapte
John W. Holmes wrote:
Is anyone planning on going to this?
http://www.phparch.com/cruise/
I'm trying to go. It would be nice to put a face to the name with a few
people out there. Let me know.
All depends on money. Being out of work, in the hot bed of technology
that South Louisiana
VB wrote:
Dan Anderson wrote:
do you feel good being a moron?
Do you feel good being a rude ass?
no, I don't, and I regret sending it to the list.
But I sure do think that replying with an RTFM is not a good thing to do.
You're right...it's something we shouldn't have to do to something
Peter James wrote:
You guys running Linux sure are cocky about these sorts of things. I have
no doubt that Linux' time will come, and then it will be the MacOS X users,
or FreeBSD users, or [insert random-os-that-still-remains-under-the-radar
here] users that think they are "untouchable".
If Linux
Curt Zirzow wrote:
* Thus wrote John Nichel ([EMAIL PROTECTED]):
Not as cut and dry as that. By design, Linux IS more secure. Great
deal of that security lies in the fact that it IS a true multi-user
system (like just about every other non-MS OS out there), with a real
permission / user
Sol wrote:
Hi,
I'm trying to pass parameters to a PHP script and it's not working.
Whilst this is the first time I've tried to use this, I'm basically
copying an example straight out of a text book and can't understand why
this doesn't work.
In one script I have a (static) link:
http://localh
I know we've discussed this numerous times, but I'll chime in again
(mainly because I'm bored).
By far, I have been totally satisfied with UltraEdit. Lightweight, just
about any language you want to edit, user configurable syntax
highlighting (for those into that), handles UNIX / DOS / Mac fil
Does anyone know how Netcraft queries a webserver to get the info it
does (OS, web server software, uptime, etc.)?
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
But thanks for the link anyway.
Chris Shiflett wrote:
--- John Nichel <[EMAIL PROTECTED]> wrote:
Does anyone know how Netcraft queries a webserver to get the info it
does (OS, web server software, uptime, etc.)?
http://uptime.netcraft.com/up/accuracy.html
Please try to stick to PHP q
to be
refreshed. (You could probably also use Javascript in
the containing page to refresh the iframe, but Keep It
Simple Sammy, they say.)
Hope this helps. (If you need more, get out your HTML
reference book or post your question an an HTML or
Javascript list.)
Good luck!
--J
for some reason, my apache log files reset every night at 12, whihc i dont
want. how do i change this in the apache httpd.conf file?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
gt; >
> >http://phpfreaks.com
> >
> >
> >
> >"Robert Cummings" <[EMAIL PROTECTED]> wrote in message
> >news:[EMAIL PROTECTED]
> >
> >
> >
> >>You sure you don't have a cron that run every night and rotates the log
I know php runs under the same user/group as the webserver for web based
applications, but is there a way to change to another user? All the
recent talk about exec got me thinking that I could set something up to
automatically create user mailboxes under qmail + vmailmgr. I normall
do this vi
John Taylor-Johnston wrote:
PHP is Open Source. This is the general forum. Here is my suggestion:
Create $_SERVER['REMOTE_HOST'] as a variable.
$gethost = gethostbyaddr($_SERVER['REMOTE_ADDR']);
is getting old. Anyone agree?
Nope, sorry. I don't want my install of
on is what file would tell it to open in DWMX or how do I get to
the opening set-up page of PHP.
I used php4.3.3-installer.exe but I got the message that it would have to be
installed manually.
Any help or direction would be appreciated.
John H.
--
PHP General Mailing List (http://www.ph
g it correctly. Anyways, if
anyone has any suggestions, please let me know!
Thanks in advance,
John Wilcox
__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To uns
Jason Wong wrote:
> On Monday 06 October 2003 07:34, Roy W wrote:
>
>>Is there a way to attach a file with the mail() function?
>
>
> Yes.
>
Is there a way to have PHP print out "Hello World"?
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://w
[EMAIL PROTECTED] wrote:
Jason Wong wrote:
On Monday 06 October 2003 07:34, Roy W wrote:
Is there a way to attach a file with the mail() function?
Yes.
Is there a way to have PHP print out "Hello World"?
Mr Wong has had his panties in a bunch all day, you may not want to bait him.
Mike
[EMAIL PROTECTED] wrote:
I've had probably close to 15 OT emails from several threads land on my
machine, none of them useful (including this one) none of them relating to
PHP (including this one) and all of them avoidable (including this one) if
he had just hit delete rather than send.
You could
Hi Tom, when I put "echo `printenv`;" into a script, I
see in big bold letters: USER=john so this environment
variable seems to be available.. getenv('USER');
works fine, so I guess I'll just use that instead.. No
idea why $_ENV['USER']; doesn't work t
Hi John--
Your name caught my eye, so I had to reply!
Unfortunately I run PHP on Linux so can't be sure about
your situation with Windex.
But I think your problem is that you are opening your
phpinfo.php file from your local file system. You
should instead open it through your webs
orrect, my php.ini uses 'variable_order =
"GPCS"'. I tried changing this to "EGPCS", but
$_ENV['USER']; would still not work.
> To get the user that apache is really running as you
> want to do
> something like:
>
> print `whoami`;
I'v
ld greatly
appreciate it. Thanks,
John
--- Chris Shiflett <[EMAIL PROTECTED]> wrote:
> --- Ben Edwards <[EMAIL PROTECTED]> wrote:
> > Been having a problem accessing a variable that is
> passed on a URL.
>
> This question is asked several times a week.
>
>
--- Chris Shiflett <[EMAIL PROTECTED]> wrote:
> --- John Wilcox <[EMAIL PROTECTED]> wrote:
> > On the topic of passing args, can someone please
> explain to me why
> > I'm unable to use $_GET or $_POST if my php script
> is run as a .cgi?
> What you
Is there a .htaccess file in (or above) the directory that the script is
in? If so, look to see if safe mode is turned on there.
Chris Blake wrote:
On Wed, 2003-10-08 at 15:23, Marek Kilimajer wrote:
Then check your httpd.conf for php_(admin_)?(flag|value)
OK, so I`ve tried all the suggesti
Did I miss the PHP question in this post?
LiteSpeed Information wrote:
We glad to introduce you LiteSpeed Web Server 1.1.
About:
LiteSpeed Web Server is a full-featured, high-performance, secure, and
easy-to-use Web server that runs on Unix and Linux. It supports
HTTP/1.1, SSL, CGI, FastCGI, P
[EMAIL PROTECTED] wrote:
Hi, I'm searching for a free web space that supports php/mysql.
Someone knows something about?
Thanks too much
Oh, look, right there on the php web site
http://us3.php.net/links.php
Down at the bottom.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
ts it. *L*
Dave Van Abel wrote:
NO
On Thu, 2003-10-09 at 19:08, John Nichel wrote:
Is the Hourly Salary ("From $4/hr To $8/hr") you have listed on Zend's
site a typo??
Dave Van Abel:)
http://vanabel.com - Open Source Business Solutions
http://perlsources.com - Open Source Applicati
You mean I'd have to google for free web hosts which allow Perl then?
Damn, when will my work ever be done? hehe
John Taylor-Johnston wrote:
John,
Oops, that's a little sarcastic :=)
Take it easy on the guy. We don't want them running screaming back to the Perl
newsgroups, do we
[EMAIL PROTECTED] wrote:
Hello mailing list, I want to use Oracle function in PHP parser in Win32
OS,
but I don't know how to install it, in the official documentation tell
this:
Installation
You have to compile PHP with the option --with-oracle[=DIR], where DIR
defaults to your environmment vari
How do I do this?? I have the latest version of GD with PNG, but no GIF. But
I *have to* be able to convert images to gif. Is there any standalone php
script that'll do it, or a cgi???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
seful. There should
still
> be a link for it on the main page @ stillhq.com
>
>
>
> On Saturday 11 October 2003 01:50 pm, John Ryan wrote:
> > How do I do this?? I have the latest version of GD with PNG, but no GIF.
> > But I *have to* be able to convert images to gif. I
ld
still
> be a link for it on the main page @ stillhq.com
>
>
>
> On Saturday 11 October 2003 01:50 pm, John Ryan wrote:
> > How do I do this?? I have the latest version of GD with PNG, but no GIF.
> > But I *have to* be able to convert images to gif. Is there any
standalon
#x27;re", not "your". "You're" means "you are". "Your" is "The
> pronoun of the second person, in the nominative, dative, and objective
case,
> indicating the person or persons addressed." (Webster's Revised Unabridged
> Di
Rashini Jayasinghe wrote:
Hi,
I want to pass a variable between three pages. I tried to get a username from the first page through a form. Use that username in a select statement in the second page to query a table.Everything is fine up to that point. now I want to pass the same username to the th
Jay Blanchard wrote:
[snip]
I would like to intiate the same function many times, running in the
background using php,
[/snip]
for($i = 0; $i < 1000; $i++){
foo($blork); // function runs one thousand times
}
Please RTFM, STFW, and STFA for PHP tutorials.
Thank you.
This is not what he ask
Jay Blanchard wrote:
[snip]
This is not what he asked. He wants to run the process in the
background.
PHP's process control functions may do what you need
http://us3.php.net/manual/en/ref.pcntl.php
[/snip]
My badunder the influence of anti-histamines and other cold
medicines.
Well, the R
Mike Morton wrote:
I know this has been discussed in the past - but I wanted to check in with
the group to see if anything has changed.
I have the opportunity to start with a clean webserver running Apache
22.0.40 with PHP 4.3.3
Apache 22? Holy future release Batman. :)
This is a fairly high vol
Greetings everyone,
We have just launched a new product called codeSECURE and would like you to
check it out.
codeSECURE is a PHP obfuscator.
Basically codeSecure is a small collection of scripts to "obfuscate" or
"garble up" php code so that PHP developers can protect their intellectual
property
Hi,
Using open software and charging makes us feel guilty...the license works on
the honor system, if you are using it or more than 3 sites please buy a
license if you don'tfight your guilt :-)
To answer your question...everything will work, no odd or error messages to
embarrass you or your cus
Hi again Dan,
Sorry, I have been very busy and looking back I dont think I cleared the
license issue totally.
If you are selling software from your site, it does not matter how many
people buy your software that is encoded with codeSecure, the license is
site wise,
ie:
if you are selling software
>ah
I take it you are pleased :-))
Regards,
-JB
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Joseph Bannon wrote:
Does IE use mozilla? I'm writing a PHP script to keep track of user
agents.
Your question isnt' clear.
What is not clear about it? I'm trying to keep keep track of user agents
with php.
J.
Then write some test scripts, or google. IE identifies as Mozilla
because, and I q
Joseph Bannon wrote:
Are there any sites I can post a bid request for programmers and graphic designers?
J.
There's Rent-A-Coder (http://www.rentacoder.com/RentACoder/default.asp)
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To un
OK, here's a different problem.
If I call a pdf file directly, the Acrobat plugin begins to display the
file almost immediately. Here is the reponse header for calling the file
directly:
HTTP/1.1 200 OK
Date: Thu, 16 Oct 2003 20:41:28 GMT
Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.
Lee Doolan wrote:
"Marek" == Marek Kilimajer <[EMAIL PROTECTED]> writes:
"Kris" == Kris Yates writes:
Marek> You can do it this way:
Marek> https://www.fake.com/fake.php";>
Marek>
Marek>
Marek>
Actually, I think that if you do it this way, someone will have to
click on the
Curt Zirzow wrote:
* Thus wrote John Herren ([EMAIL PROTECTED]):
header("Content-Type: application/pdf");
header("Accept-Ranges: bytes");
header("Content-Length: ".filesize($thefile));
readfile($thefile);
Can anybody tell me why the browser is waiting for the enti
Greetings everyone,
We have just launched a new product called codeSECURE and would like you to
check it out.
codeSECURE is a PHP obfuscator.
Basically codeSecure is a small collection of scripts to "obfuscate" or
"garble up" php code so that PHP developers can protect their intellectual
property
ced this already on Wednesday. So re-announcing the same
> version seems kinda redundant.
>
> Cheers,
> Rob.
>
> On Fri, 2003-10-17 at 12:19, John Black wrote:
> > Greetings everyone,
> > We have just launched a new product called codeSECURE and would like you
to
>
Bas wrote:
Which one does not use mysql and is free?
http://www.php.net/manual/en/ref.session.php
http://www.phpclasses.org/goto/browse.html/class/21.html
http://www.devarticles.com/art/1/639
My guess is that if you ACTUALLY go to those URL's, you'll find out that
answeror do you need a free b
Clarence wrote:
Why are you folks even responding to Bas?
He's obviously not willing to read any documentation or do any work on
his end.
Let this one go...
I don't mean to be a snob, but someone requesting help should try and do
SOME work.
It's okay...in cases like this, being a 'snob' is perfe
Ryan A wrote:
[snip]
Please dont post all the programs you write and then ask, 'help me
make this better.'
[/snip]
Yes, don't *ever* do that, only I am allowed to do
that...
and another thing, don't ask John H for help (or sarcastic comments)...
that too
CPT John W. Holmes wrote:
From: "Ryan A" <[EMAIL PROTECTED]>
and another thing, don't ask John H for help (or sarcastic comments)...
that too is reserved just for me.
You have been warned
This John H guy sounds like a dick. Someone should boot him.
---John Holmes.
Hi,
Nope sorry, we dont have an "actual example" anywhere but we can do better
than that,
send me any file, however big and i'll encode it and send it back to you.
Remember: It does not matter if you have HTML,XML or greek in your php
file...
Cheers,
-JB.
<[EMAIL PROTECTED]&
Hey David,
>Hey, that's a nice offer.
Thanks, we aim to please :-) this offer is open to _anybody_ on the list,
but please send us one file at at time to "example encode" and not more.
>work in progress (see it at
> http://hd-vzw.com/internal/
I got a basic authentication box pop up at me...!!?
John W. Holmes wrote:
Robert Cummings wrote:
"Error Handling"?? Do you mean form validation? InterJinn does form
validation and allows custom validators for any kind of form field. I
believe PEAR's Quickform can also do similar.
I'm thinking about getting a vasectomy;
27;ll have to submit the form, and run an update query on your database.
John W. Holmes wrote:
Will wrote:
I have a question on echoing text from a database into a form. The
database is populated but it does not show up in the modify script
page. Can someone help me??
Here is the code that
Will wrote:
John,
I have that script:
$sql = "UPDATE $table_name5 SET
care_id = '$_POST[care_id]',
date = '$_POST[date]',
common = '$_POST[common]',
notes = '$_POST[notes]'
WHERE notes_id ='$_POST[notes_id]'";
$res
Will wrote:
Eugene,
Thank You much :) I really appreciate it!!!
Will
PS: I am curious on other guys and gals would do this code.
The way php allows for including of files, I tend to try and keep my
html and php seperate...but that's just personal. The method Eugene
suggested is also fine
KB wrote:
Hi,
Does anyone know why my PHP pages won't work in Frames? I have 5 frames,
each of which are displaying PHP pages.and none of the PHP code works.
If I run the code outside of Frames it works fine!
I've can't find any decent references for PHP in Frames.
Your help would be apprec
at I know everything I need to about Session variables
so it may be related to that.
What exactly isn't working?
"John Nichel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
KB wrote:
Hi,
Does anyone know why my PHP pages won't work in Frames? I have 5
f
Hey again David,
% >Hey, that's a nice offer.
% Thanks, we aim to please :-) this offer is open to _anybody_ on the list,
% but please send us one file at time to "example encode" and not more.
>Oops. Sorry. I figured you'd need both to have them work together.
>Perhaps not; perhaps only the co
wim wrote:
Does anyone still have the tarfile for the manual. On the website they
announce that these manuals will be redeployed shortly but this message
is already three weeks there and I need this (as always ) urgently.
Thanx in advance for sending it .
Wim
Best I have is a copy that was last
ered-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 20 Oct 2003 10:00:35 -0500
From: John Nichel <[EMAIL PROTECTED]>
Organization: By-Tor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4)
Gecko/20030624 Netscape
CPT John W. Holmes wrote:
If I had any recommendations, I'd offer
them, but I don't. :)
---John Holmes...
Who let this guy in the list??? He never knows the answer. :>
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.ne
David T-G wrote:
John, et al --
...and then John Nichel said...
%
% Does [EMAIL PROTECTED] need to be removed from the list, or is it
% just me?
I get nothing from Maurice, but Fabio Farinelli keeps sending me a note
whenever I post.
HTH & HAND
:-D
I recently moved my webserver / mailse
Nigel Peck - MIS Web Design wrote:
Hi,
I'm looking for the PHP equivalent to the Perl:
$var =~ s/regex/string/g
Substitute all occurrences of regex in $var with string.
TIA
Nigel
The online manual is a real good place to start.
http://us4.php.net/preg_replace
--
By-Tor.com
It's all about t
Hey David,
>% We sell our software with 2 keys, one key looks something like this
"oÜ??X?
>% "
>% (this changes according to the password you set when you are encoding)
>Right.
>% and the other key is just a normal php script (encoded of course)
>You mean obfuscated and garbled? OK, but I don'
Jay Blanchard wrote:
[snip]
I cant attach my loose change to my email :(
Sadly, that feature won't be implemented till PHP5. ;)
Yeah I tried that and it took my underwear and left a welt, I
submitted it
as a bug.
I heard it might be delayed till PHP 6 due to unforseen technical
difficulties.
[
Robert Cummings wrote:
On Mon, 2003-10-20 at 15:54, Larry E.Ullman wrote:
To make a donation, simply login to PayPal and click the "Send Money"
tab at the top of your screen. Once there, put
[EMAIL PROTECTED] in the "Recipient's Email" field and fill
out the remaining fields to your liking. :)
[-^-!-%- wrote:
J Holmes,
I don't know who, or what, crown you king of this list.
I crowned him king. I was tired of wearing that big heavy thing on my head.
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
Justin French wrote:
A simple "no" would have been fine *in this case*.
Justin French
It was simple. He used real small words. Maybe the OP should have
searched the archives?
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsu
Deependra b. Tandukar wrote:
Dear all,
Is there anyway that I can put .exe file on the web, and allow visitors
only to run it, not download it.
Regards,
DT
*Checks list address* Yep, php list. In a word, no.
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing Li
Colin Kettenacker wrote:
Dear all,
Is there anyway that I can put .exe file on the web, and allow visitors
only to run it, not download it.
Regards,
DT
*Checks list address* Yep, php list. In a word, no.
Well how about, in a word, it depends. Okay that's 2 words:)
Check out:
http://www.php.n
Becoming Digital wrote:
Anyone who's been on these lists for a few days is already familiar with CPT John W. Holmes. He's probably helped each and every one of us more times than we can count, all without asking for a thing. I think it's time we help him with something.
php|c
Jay Blanchard wrote:
[snip]
PayPal a contribution to [EMAIL PROTECTED]
[/snip]
Fabulous idea Ed, I wish I'd a thunk it for me. At the risk of seeming
ignorant (same risk I run each day by just getting out of bed) how
exactly do I "PayPal a contribution to [EMAIL PROTECTED]"? I have
made Paypal cont
John W. Holmes wrote:
Marco Tabini wrote:
Joseph Bannon wrote:
I think it's the responsibility of whomever is holding the key (ie, the
username and password). When a user logs into my site, I put their
username and password in a cookie. I then check those cookies to allow
them acce
Chris W. Parker wrote:
John Nichel <mailto:[EMAIL PROTECTED]>
on Tuesday, October 21, 2003 3:50 PM said:
The
only thing I store in a cookie is a userid and a randomly generated
number, and that's only if the site is to have a 'remember me'
function so you don't have
John W. Holmes wrote:
Chris W. Parker wrote:
Here's a thought:
How about adding an abitrary number (let's say 241757219) to every users
userid and then storing that number as the random id?
So let's say the first user comes along and is given the userid 1. We
then create the
Jason Wong wrote:
> On Wednesday 22 October 2003 08:37, John Nichel wrote:
>
>>Oh sure, figure out a way to circumvent this. What the hell are you
>>trying to do, help people here? hehe
>
>
> Your fault for crowning him king ;-)
>
I knew that would come ba
Dave wrote:
Hi I need to edit my php.ini file. I tried to do this through ftp but no go. I am
really desperate. How do I do it through putty. Ie
I log in
su to root
NOW WHAT?
vi?
Please give me step by step instructions including how to save and make my changes.
I need to do the following
I need
Bas wrote:
Web address is:
http://212.120.120.108:3/forumBT/
for phpBB
(DUTCH!!!)
If you need any translation, i will help you.
"Bas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
You need to modify your httpd.conf file to see 'index.php' as an index.
--
By-Tor.com
It's all abo
Hardik Doshi wrote:
I am using the HTML. Javascript is not standard of W3C
organization and that's why i don't want to use it.
Is there any other solution for setting up the
tabindex on the Drop down menu?
Thanks
Hardik
Wrong list. Better results if you ask this question on a
HTML/DHTML/JavaScri
Nathan Taylor wrote:
Hey guys,
Just a quickie: where are the archives for this list? What URL?
Thanks,
Nathan Taylor
Here...
http://marc.theaimsgroup.com/?l=php-general&r=1&w=2
or here...
http://news.php.net/group.php?group=php.general
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
-
Shaun Campbell wrote:
I've got a problem getting sessions to work and I wondered if anyone could
offer any advice.
The example I am using is to get one page to set variables in a session and
then use another page to retrieve them. I am using 4.3.4RC2 and prior to
that 4.3..3 on Win2k with IE6 and
Daniel Guerrier wrote:
The second page should be
\n");
echo { $_SESSION['bar'] };
?>
you're missing the session_start()
You need it on every page that you plan to use session
on.
He has session_start() on page two.
page2.php
--
Same here
\n");
echo { $_SESSION['bar'] };
?
Daniel Guerrier wrote:
Your right :)
I think he's using the brackets instead of parenthesis
in the echo's.
Change the {} to ()
Yep, he is...didn't notice that on the first pass. The code I cut and
pasted from his with have errors
Fixed code
echo ( $_SESSION['foo'] . "\n" );
echo ( $_SE
Chris W. Parker wrote:
John Nichel <mailto:[EMAIL PROTECTED]>
on Wednesday, October 22, 2003 11:33 AM said:
";
echo "bar = {$_SESSION['bar']}";
Get rid of the "foo =" and the "bar =". when you use the single
equals sign, you're
Chris Boget wrote:
";
echo "bar = {$_SESSION['bar']}";
Not when it's inside a string.
His statements should output the following:
foo = somevalue
bar = anothervalue
Also... he's using { and } because you can't access an array's value
unless it's within curly braces.
Not entirely true. You can st
Chris Boget wrote:
Okay, so we're back to square onewhy his sessions aren't working.
This thread has been snipped too much, and I've already deleted the
original, so I don't have the code that wasn't working.
Sadly, I don't have the original, either. :|
I just pulled it from the archives on
Hi Jason,
Did I say something wrong?
A bit puzzled as you just copied what I wrote to the other guy and
reposted
Cheers,
-JB
> On Wednesday 22 October 2003 21:38, Bas wrote:
> > Is it free?
>
> > > For details, check us out at http://www.secureCents.com
>
> --
> Jason Wong -> Gremlins Ass
Hey,
> I think he just answered the other guy's question with your answer to
another one ;-).
Oh, ok.
> btw. http://www.securecents.com/secureCode_features.php only returns a
404.
DAMN! we changed the name from SecureCode to CodeSecure and I guess forgot
to make the change on the site :-(
anyway
I am writing a script that will query a database
table for some statistical information, and then
email it (daily, weekly, and monthly) to a list of
subscribers. I don't know ahead of time how many
persons will be subscribed to receive the info
(it could be 20 persons or 2000 or more). Email
add
Hi Andrei,
Thank you for writing.
>I have read announcement about CodeSecure. I am sorry to say, but I am
>not sure this product is worth $49.
No problem, that is totally your opinion and you have a right to it.
> The problem is not $49, which is very small amount indeed,
Yes, this is aimed at
Scott Fletcher wrote:
What does the word, 'parse' meant when you do a XML parse? What is it and
what does it exactly do?
Thanks,
Scott F.
Ummm...it parses the XML document.
Yeah, yeah, good answer!!!
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http:
>On Thursday 23 October 2003 17:02, Scott Fletcher wrote:
Hi Fellas!
I don't want to use the PHP's XML feature at this moment because I
found out that I need to recompile PHP with the XML support which I can't
do at this moment. So, instead of recompiling, does anyone know of a good
sample c
Timo Boettcher wrote:
Hi,
I am trying to get my pages through the w3c-validator for html.
It doesn't like my
Changing & to & got my page through the validator, but broke my
app, which seems not to be getting any parameters over URL anymore.
How can I fix that?
PS.: Moving that infor
Frank Tudor wrote:
I have to apologies about this posting in advance so please
don't flame me too bad for being off topic.
Question:
I want to create an .htaccess file to protect my files
I did the passwrd -c /directory/file frank
The above is wrong, the below is right
htpasswd -c /path/to/f
Lai, Kenny wrote:
can anyone recommend a good, and -free- PHP ide?
thanks
kenny
Check the mailing list archives. This is discussed almost weekly.
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
901 - 1000 of 6416 matches
Mail list logo