Hello Steven,
Saturday, June 08, 2002, 5:40:40 PM, you wrote:
S> Here's my problem:
S> I'm trying to make a simple publication of 30+ articles, using PHP but not
S> MySQL.
S> There are basically three components:
S> - a table of contents (contents.html)
S> - an article template (arti
Hello Jolly,
Sunday, May 26, 2002, 10:58:45 AM, you wrote:
JN> Olexandr,
JN> /* I can get the values from these */
JN> foreach ($HTTP_POST_VARS as $var => $value) {
JN> echo "$var = $value\n";
JN> }
JN> /**/
JN> /*however empty for this sentence*/
JN> echo "equal
Hello Jolly,
Saturday, May 25, 2002, 9:13:02 AM, you wrote:
JN> Hi Hi,
JN> php + apache + win2000
JN> or
JN> php + IIS + win2000
JN> I don't know why my setting do not allow me to POST or GET variable which submit
in html
JN> Please help!!!
JN> Jolly
Let us read your html and php code. I'v
Hello Johan,
Tuesday, May 21, 2002, 2:13:07 AM, you wrote:
JE> I'am admining both a IIS5.1 server and a Apache 2.0.35 server, under WinXP.
JE> (say's it all, chaos!)
JE> And I've never got the header to work, but location, does the trick,
JE> sometimes... I don't know how it works
Sometimes? Do
Hello Thalis,
Monday, May 20, 2002, 10:51:57 PM, you wrote:
TAK> Have you tried creating HTML with the equivalent META header?
TAK>
TAK>
TAK>
TAK> Does it work for you?
TAK> cheers,
TAK> thalis
TAK> On Mon, 20 May 2002, Olexandr Vynnychenko wrote:
>> H
Hello php-general,
Has anyone else here the same proplem as I have? I write in my php:
header("Refresh: 3; url=newpage.php");
Netscape 4.79 works fine and goes to page.php after 3 seconds pass.
But IE 6 doesn't want to do that. Can anyone explain such a wonderful
behavior?
--
Best regards,
Hello Liam,
Monday, May 06, 2002, 6:00:07 AM, you wrote:
LM> Free hosting for PHP Developers.
LM> As many MySQL Databases as you need
LM> PHP with all the bits http://scripts.operationenigma.net/phpinfo.php
LM> FTP Access
LM> Subdomain or Your own Domain
LM> Tech Support over MSN if needed
LM>
I noticed that php-4.2.1-Win32.zip on www.php.net has been changed
since I began downloading. So I downloaded it again. But what for?
And why wasn't we all notified about that? If I completed
downloading a little bit earlier I had a different release. I think
people must be notified abou
Hello Steve,
Tuesday, May 14, 2002, 6:28:06 PM, you wrote:
SB> Sorry, I forgot to move my php4ts.dll to the windows/system32 directory.
SB> Steve
SB> ---snip---
SB> I know that I just saw something like this last week on the list, but can't
SB> find it now. Anyway, I have just installed PHP 4
Hello jtjohnston,
Saturday, May 11, 2002, 11:42:52 PM, you wrote:
j> This is a bug "Feature/Change Request" I made to:
j> http://bugs.php.net/bug.php?id=17158
j> setcookie() states "cookies must be sent before any other headers
j> are sent (this is a restriction of cookies, not PHP).
j> I argu
Hello r,
Sunday, May 12, 2002, 4:25:37 AM, you wrote:
r> Greetings people,
r> Special greetings to all of you who have helped me in the past.
r> As most of you know i am a newbie, I learned a bit of PHP via webmonkey and
r> a few other places, seeing the power of PHP i decided to convert from J
The following code doesn't work properly on PHP 4.1:
Blah, blah";
setcookie("kuku", "abc");
setcookie("lala", "def");
setcookie("zuzu", "ghi");
?>
Because I wrote echo statement before setcookie. But it works on PHP
4.2. Is it due to "output_buffering=4096" directive in php.ini?
--
Best regard
Hello Liam,
Friday, May 10, 2002, 9:31:45 AM, you wrote:
LM> Hi all,
LM> I need some opinions, what are some good modules to build into PHP?
LM> I'm starting a hosting service (properly)
Incule XSLT module. If I were your client I really needed it.
--
Best regards,
Olexandr
Some months ago I used Sablotron in PHP 4.0.6. What should I do now
with PHP 4.2.0? There is no Sablotron. php_xslt.dll is placed into
'experimental' directory. Manual says:
This extension is different than the sablotron extension distributed
with versions of PHP prior to PHP 4.1, currently o
Hello Andre,
Friday, January 25, 2002, 3:16:38 AM, you wrote:
AA> Hi all. Here is my first attempt to make easy Step by Step installation
AA> manual for PHP4.1.x on Windows 2000 based systems running IIS5 using CGI or
AA> ISAPI. Here is the link that will ake a lot of people happy. :)
AA> http:/
Hello Pat,
Tuesday, November 13, 2001, 4:10:31 AM, you wrote:
PH> I'm doing my senior exit project on database languages online. I'm asking
PH> for help from anyone who can provide any information on the comparison
PH> between the different languages. I'm comparing languages such as PHP, ASP,
PH
Hello Girish,
Monday, November 12, 2001, 4:29:55 PM, you wrote:
GN> Hi
GN> I've found some code which i put it into this function. I've never got the
GN> meta tag technique to work but this seems to do the trick.
GN> Call noCache() before outputting anything to the page.
GN> function noCache(
Hello Benjamin,
Monday, November 12, 2001, 12:00:22 PM, you wrote:
B> hey group!
B> i have apache installed on an win2000 machine and now i need an good and
B> stable ftp server! which one does i take!
B> thank you, ben
And what about W2k's built-in FTP server? Has someone used it? Is it
so b
pic was discussed before, but still... I appreciate greatly
any suggestion.
--
Olexandr Vynnychenko mailto:[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
Hello Andy,
Monday, October 29, 2001, 3:39:51 PM, you wrote:
A> So... does anybody know how...
A> 1) I get the system to delete the cookie as soon as I leave the site, or
A> close it
Use logout with setcookie("name", 0, ...)
A> 2) How to work on the same time.
Pass information about date/tim
Hello Ben,
Sunday, October 28, 2001, 10:04:21 PM, you wrote:
BC> I am trying to let a person attach a file to my form. Can anyone help?
Just read http://www.php.net/manual/en/features.file-upload.php.
That's quite simple.
--
Best regards,
Olexandrmailto:[EMAIL P
Hello Frewuill,
Friday, October 26, 2001, 6:51:00 PM, you wrote:
FR> www.f2s.com sometimes it's a little slow but u have php+mysql
FR> - Original Message -
FR> From: "Kamran H. Hassan" <[EMAIL PROTECTED]>
FR> To: <[EMAIL PROTECTED]>
FR> Sent: Friday, October 26, 2001 11:20 AM
FR> Subjec
MM> Check your code again. Without the this-> I get the same error that you got.
With this->> I don't.
I don't know what php you're using... Or maybe you haven't understood
something. Try this code:
And php will tell you "Parse error: parse error, expecting `T_STRING'
in Newprint.php on lin
Hello Steve,
Thursday, October 25, 2001, 10:30:16 PM, you wrote:
SC> On Thursday, October 25, 2001, at 02:08 PM, Martín Marqués wrote:
>> On Jue 25 Oct 2001 15:36, you wrote:
>>> Hello php-general,
>>>
>>> I have such code:
>>>
>>> class A
>>> {
>>> var $xxx;
>>>
>>> fun
there was echo $this->xxx, but it doesn't matter, seek
deeper... Error occured on line where function print() is declared.
MF> "Olexandr Vynnychenko" <[EMAIL PROTECTED]> wrote in message
MF> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>> Hello php-general,
let any function or class member have a name which is
already "used" by another function (or only function from library),
am I right? Or maybe "print" has special status. Maybe that's
because print() is actually not a function? Can anyone tell me
something about that
Hello php-general,
I need a function which is opposite to parse_str or parse_url, i.e.
it makes string containing URL with passed variablenames and
variablevalues. Did someone see such function? I can't find it in th
manual. Thank's.
--
Best regards,
Olexandr V
Hello php-general,
People, tell me please what's the difference between subj, except
that the 1st translates space into +.
--
Best regards,
Olexandr Vynnychenko mailto:[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e
28 matches
Mail list logo