Karina,
If this is the problem you are getting and you can't find a way around it,
you could start the session on a splash or index page so that when you move
from that first page into the main part of the website, the session has
already been started and all session variables are available.
Thi
Hi,
I'm creating web site with sessions.
Normally the site uses PHPSESSID to pass session ID to next page.
I want to use some script whitch use SID to pass session ID.
Can I set standart (i.e. PHPSESSID ) to use to pass session ID ?
Thanks,
Rosen
--
PHP General Mailing List (http://www.php.ne
I want to write a script that simulates the login process and logs on and
grabs some pages (that can only be viewed when logged in) and the logs
out...
how can i do that?
consider the authentication system is done via session variables method...
any ideas would help.
--
PHP General Mailing L
Hi:
I'm looking for a mysql administrator but no so good as
phpmyAdmin, just listing dbs, tables, insert, delete, edit
options; no create or alter tables and dbs
anybody knows about?
thanks in advance
Aniceto Lopez
www.laMundial.net
download our free music
--
PHP General Mailing List (http://
Why do the errors occur while running the scripts below? It seems that the
errors occured at the part of session and header(). Please give me some
advice!
Thank you!
Mike
System: PHP4.06 + Apache 1.3.20 Win32 + Win98 (the session configurations
are default in php.ini)
when the 1.php is running,
You can't send any output before the session_start() call. You require a
file which outputs html before calling session_start(). Simply do the
session_start() before the require and it should work.
-Rasmus
On Thu, 4 Oct 2001, Web user wrote:
> Why do the errors occur while running the scripts
Hello,
AppIdeas.com has been working hard to update it's Open Source
PHP/MySQL offerings and has just released version 4.0 of it's popular
community calendar system.
You can run a demo, see real world examples, view the source code
and download a copy online at:
http://open.appideas.com/
Clic
Thanx. I'll check it out.
> I think you need snoopy. (http://sourceforge.net/projects/snoopy/)
Kamil 'Hilarion' Nowicki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
Me again
> > And gives error page in $output.
> What does the error page have?
The error page is generated by JSP and gives me
some error with VBS and dll.
When I use cURL (on other server) to get to
the same script on the same JSP server with
the same input I get correct data (if using GET
Hi all,
if i have an array that is fetching the result to be display
example,
for ($i =1; $i<=sybase_num_rows($result); $i++){
$row =sybase_fetch_array($result);
$row[product]
$row[prob_title]
$row[description]$row[solution]
where would i put the stripslashes function to get the descripti
I'm implementing a system that allows the users create pages on-line. They
can create several different pages to complete a site. What I want to do is
alert them that there are still pages to be created before they finish. I'm
trying to do it checking the files they create and alerting a message,
You should change sessions configuration in php.ini
The default value for sessions dir /tmp.
In windows shoud point to c:\tmp
The header error occurs because you get a warning about session.
- Original Message -
From: "Web user" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursda
EK> I'm using a simple print() (PHP) but alert() would
EK> be much better.
Have php print your BODY tag like this:
That's the best solution I think.
--
Kind regards,
Morten Winkler
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
- Forwarded message from [EMAIL PROTECTED] -
From: [EMAIL PROTECTED]
To: David Robley <[EMAIL PROTECTED]>
Date: Thu, 4 Oct 2001 13:37:07 +0200
Subject: Re: [PHP] Unable to get a dot-decimal ip address from a decimal ip address
Something weird is going on:
PHP translates
thisinto
There are 2 things you are doing here:
1) Session start
2) page redirection
put session_start() as the 1st line in your script.
Echo commands in the included file causes such warnings:
"Warning: Cannot send session cookie - headers already sent by (output
started at c:\program files\apache group\
if you just want to add slashes to the data, use addslashes
if you want to get away the alashes from the data, use it in the print or
echo function.
--
Hidulf
http://www.hidulf.com
"Caleb Carvalho" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> if
What I'm doing here is fairly obvious (build a comma-delimited
string).
$arr = array(1,2,3,4,5);
for ($i=0; $i< sizeof($arr); $i++) {
$lis = $lis . $arr[$i];
if ($i != (sizeof($arr)-1)) {
$lis = $lis . ',';
}
}
Question is, is there a more elegant way? I
Hello
I'm trying to write some kind of parser... see the example:
$text = "[LINK image.png]MyImage[/LINK]";
$out = preg_replace ("/\[LINK*\]*\[/LINK\]/i",
"/*/",$text);
Well... What I would like is, that $out would be something like about this:
"MyImage"
But this s
> What I'm doing here is fairly obvious (build a comma-delimited
>string).
>
> $arr = array(1,2,3,4,5);
>
> for ($i=0; $i< sizeof($arr); $i++) {
> $lis = $lis . $arr[$i];
> if ($i != (sizeof($arr)-1)) {
> $lis = $lis . ',';
> }
> }
>
>
> Question is, is there a
The reason I ask is, I'm having a problem processing rows in a table that
contain single quotes (specifically, the PHP code I wrote that allows the
user to duplicate a row doesn't work if the a field in the row has a single
quote in it).
Would it be better for me to strip out the single quotes be
On Thu, 4 Oct 2001 16:27:11 +0200 (CEST), you wrote:
>You could try implode()
>
>$lis = implode(",", $arr);
That'll do it; thanks.
djo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
http://www.webmin.com/webmin/
On Thu, 4 Oct 2001 10:48:57 +0200
<[EMAIL PROTECTED]> wrote:
> Hi:
> I'm looking for a mysql administrator but no so good as
> phpmyAdmin, just listing dbs, tables, insert, delete, edit
> options; no create or alter tables and dbs
>
> anybody knows about?
> thanks
All,
I have searched high and low through the lists to find
a solution to this problem but none of the suggestions
appear to work for me.
I have added a download button to a web-site that
enables users to download images to their local
drives. (I'm using a button as I want to wrap some
logic rou
Hi
ASFAIK, the quote character (') is used in ANSI-SQL (and also in MySQL)
as string-delimiter... (e.g. "SELECT * FROM users WHERE name = 'admin';")
So I definitvely would replace the character or you'll might run into
problems with SQL.
Maybe there's another and better solution, but it shoul
On Thu, 4 Oct 2001 07:32:17 -0700 (PDT), you wrote:
>I have added a download button to a web-site that
>enables users to download images to their local
>drives. (I'm using a button as I want to wrap some
>logic round this function) I have the following
>(simplified code )that will be called from
"René Fournier" <[EMAIL PROTECTED]> wrote:
> The reason I ask is, I'm having a problem processing rows in a table that
> contain single quotes (specifically, the PHP code I wrote that allows the
> user to duplicate a row doesn't work if the a field in the row has a
single
> quote in it).
Try adds
Michael:
Webmin is a web-based administration interface for
Unix systems but I need something like phpmyAdmin
just for managing the info in databasesj ust listing dbs,
tables, insert, delete, edit options; no create or alter
tables and dbs.
Thanks anyway, this webmin is interesting also
Anicet
"Caleb Carvalho" <[EMAIL PROTECTED]> wrote:
> if i have an array that is fetching the result to be display
> example,
> for ($i =1; $i<=sybase_num_rows($result); $i++){
> $row =sybase_fetch_array($result);
>
> $row[product]
> $row[prob_title]
> $row[description]$row[solution]
>
> where would
<[EMAIL PROTECTED]> wrote:
> Webmin is a web-based administration interface for
> Unix systems but I need something like phpmyAdmin
> just for managing the info in databasesj ust listing dbs,
> tables, insert, delete, edit options; no create or alter
> tables and dbs.
You could pretty easily remo
Hi Dave,
Thanks for you prompt response. The Image is indeed a
different length, (3k as opposed to the original 9k) I
originally did have an error message appended to the
downloaded image but that no longer appears to be the
case. However the image is definitely truncated. Any
ideas why this may
"Alfredeen, Johan" <[EMAIL PROTECTED]> wrote:
> My webhost recently migrated my site over to a new server and IP.
Everything
> looks ok, except that all my MySQL tables now are read-only (at least
that's
> the error I get when trying to delete or insert records). How do I change
> the tables back
> Try addslashes() before executing the query and stripslashes() when
> retrieving data from the db. See the online manual for more
> details.
I think stripslashes() isn't needed when retrieving data from the db,
it is needed only in the query string to protect special chars from
interpretting
(From behind filing cabinet where I am ducking preparing for flames).
Is it just me or is there anyone else that thinks PHP suffers from not
being modular. Let me explain myself. If you write a module for a lot of
procedural languages it sits on the filling system and is called up when it
is ne
Steve,
Thank you very much,
i will try it now..
Caleb Carvalho
Application Engineer
LoadRunner/APM
-
Enterprise Testing and Performance Management Solutions
---
Well about beeing modular...
Have you ever programmed java ?? Java is very modular and everyting in java
is programmed with classes.
So... PHP also suports classes. Now you should be able to build your own
modularity as you like it...
Enough said...
-Oliver
[EMAIL PROTECTED] (Ben Edwards) wr
My webhost recently migrated my site over to a new server and IP. Everything
looks ok, except that all my MySQL tables now are read-only (at least that's
the error I get when trying to delete or insert records). How do I change
the tables back to write? Can I switch individual tables to write or i
On Thu, 4 Oct 2001 07:51:59 -0700 (PDT), you wrote:
>different length, (3k as opposed to the original 9k) I
>originally did have an error message appended to the
>downloaded image but that no longer appears to be the
>case. However the image is definitely truncated. Any
All the JPEGs I have here
Title: Blank
Is there a way to verify if a file is in use
by another user before fopening it?
Matthew
Luchak Webmaster Kaydara
Inc. [EMAIL PROTECTED]
Title: Blank
damn... RTFM. I
just now discovered flock. Sorry 'bout that.
ps. Don't flame me
for being rude to the original poster. I am the original
poster
Matthew
Luchak Webmaster Kaydara
Inc. [EMAIL PROTECTED]
-Original Message-From: M
On a conceptual level, I for one am a great fan of the kludge.
Every piece of software is a trade off between performance and speed of
development.
You can have the fastest app in the world for $1,000,000 in development time
OR
you can write up a in-elegant solution in 5minutes ($50) and if its
$site_style ranges from 1 - 11
$site_style 1 - 7,11 use the same css style.
$site_style 8,9 use the same css
$site_stylye 10 uses different css from them all.
Thanks for your time.
Jason
> -Original Message-
> From: David Robley [mailto:[EMAIL PROTECTED]]
> Sent: October 4, 2001 2:48
At 4:48 PM +0200 10/4/01, [EMAIL PROTECTED] wrote:
>(From behind filing cabinet where I am ducking preparing for flames).
>
>Is it just me or is there anyone else that thinks PHP suffers from not
>being modular. Let me explain myself. If you write a module for a lot of
>procedural languages it s
Howdy,
First some basic questions:
(1) Can you create an unitialised array ?
(2) Can an unitinialised array be a class member variable ?
My problem is this:
I have a class called "user" - which represents one row in a mySQL table
(also called user)
I want to create a class called "userBag" -
"Arpad Tamas" <[EMAIL PROTECTED]> wrote:
> I think stripslashes() isn't needed when retrieving data from the db,
> it is needed only in the query string to protect special chars from
> interpretting them as sql.
I want to say this isn't true, but maybe that depends on the configuration
of PHP (I'
> First some basic questions:
> (1) Can you create an unitialised array ?
do you mean:
$array = array(); // creates an empty array;
> (2) Can an unitinialised array be a class member variable ?
for( $i = 0 ; $i < 5; $i++)
$array[] =& new User();
I think it should work.
>
> I have a class
hi,
I've done my first php installation on a *nix box ...
after unzipping the tar, I've done:
/configure --with-mysql --with-apx
make
make install
(and I've put the php.ini in the right location)
Now I have a binary php interpreter (and it works fine) in /usr/local/bin and
so I've tried to conf
It worked !!
Thank you very much for your help!
- Yours, Oliver
[EMAIL PROTECTED] (Papp Gyozo) wrote in
news:003701c14cf0$d7363300$01fdfea9@jaguar:
> $text = "[LINK image.png]MyImage[/LINK]";
> $out = preg_replace ("|\[LINK(.*)\](.*)\[/LINK\]|iU", ' href="\1">\2',$text);
>
> I hope, I don't
The code is being written for both Unix and windows boxes, so I had to
include the 'b' option
Maxim Maletsky (PHPBeginner.com) wrote:
> Not sure, but this 'wb' looks suspicious to me.
>
>>From the manual:
>
> "The mode may contain the letter 'b'. This is useful only on systems
> which dif
Ben, I think you hit on one of the key points of PHP in the latter part of
your email. My take is that PHP is designed to be quick to learn, quick to
use, and somewhat simple (not in a bad way). I agree that as compared to
most languages, more than usual is packed into the base system. But, giv
> PHP on the other hand seems to load in ALL the code that MAY be run. i.e.
> an include brings things in which are inside an if, even if the if equates
> to false.
That's not true.
if(condition) include 'file';
That will only include the file if the condition is true. Very easy to
verify f
Hi,
I've compiled PHP with swf support, the installation was normal but when I
try to test the swf I got this on Apache error log:
[Thu Oct 4 13:15:58 2001] [notice] child pid 27998 exit signal Segmentation
fault (11)
Any idea ?
Regards,
Edson T.
--
PHP General Mailing List (http://www.
Greetings,
I'd like to know if anyone has any material regarding the use of
PHP on large projects that needs to be flexible and kind of 'component
based' (like multiples modules) and what were the benefits and problems
found during development/deployment/runtime.
I think something like JavaB
Exelent, as I said I was playing devels advicate, I like PHP a lot, I am
trying to get someone else to use it to and they came up with this stuff.
> if(condition) include 'file';
Is exactly what I was looking for. As 'if () {}' loaded, or at least
parsed things I did'nt think another form of i
I'd be interested in seeing this too. The typical statement I see when
comparing PHP to Java is that PHP is faster. But, factoring that out for a
moment (I have yet to see a real benchmark proving this in a large system,
but that's probably not an easy thing to compare/do)... How about just
com
> Exelent, as I said I was playing devels advicate, I like PHP a lot, I am
> trying to get someone else to use it to and they came up with this stuff.
>
> > if(condition) include 'file';
>
> Is exactly what I was looking for. As 'if () {}' loaded, or at least
> parsed things I did'nt think anothe
On Thu, 2001-10-04 at 13:51, Lucas Persona wrote:
> I'd like to know if anyone has any material regarding the use of
> PHP on large projects that needs to be flexible and kind of 'component
> based' (like multiples modules) and what were the benefits and problems
> found during development/depl
Has anyone on this list developed an ad rotation program in PHP?
Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED
Please ask on [EMAIL PROTECTED] or php-install@
Is this patch against the glibc 2.2x problem?
- Markus
On Thu, Oct 04, 2001 at 06:26:10PM -, [EMAIL PROTECTED] wrote :
> From: [EMAIL PROTECTED]
> Operating system: LINUX RH 7.1
> PHP version: 4.0.6
> PHP Bug Type: Oracle
At 01:37 PM 10/4/01 -0500, you wrote:
>Has anyone on this list developed an ad rotation program in PHP?
>Joseph
>PHP General Mailing List (http://www.php.net/)
Joseph,
dotBanner ( http://www.dot-banner.com ) is the one that I work on.
"We have your script pushing well over 6 million impressions
I want to open a popup window under php control. So lets say I have an
if statement which if true opens the window.
if ($something) {
JavaScript:window.open("test.php",blah...);
}
Guess I'm saying that I want to call a Javascript function without the
user clicking on anything.
--
PHP Ge
I use phpAds.. it works well enough despite its lack of features..
Matt "TrollBoy" Wiseman
Webmaster: Shoggoth.net
Site Designer: phpslash.org
The oldest and strongest emotion of mankind is fear,
and the oldest and strongest kind of fear is fear of the unknown.
-H.P. Lovecraft
---
[EMAIL PROTECTED] (Tim Sawyer) wrote:
> I want to open a popup window under php control. So lets say I have an
> if statement which if true opens the window.
>
> if ($something) {
> JavaScript:window.open("test.php",blah...);
>}
>
> Guess I'm saying that I want to call a Javascript f
Hi,
I am trying to do a sem_get on a semaphore that has already been created by
a c program. Instead of getting back the semaphore id, I get:
Warning: semget() failed for key 0x576a: Invalid argument in
/usr/local/apache/htdocs/bioace/testshmop.php on line 5
I can see the semaphores by using "
You could also wait for the page to load and then invoke the JS by putting
an onLoad="function_name()" in the 'BODY' tag of the document.
On 10/4/2001 3:58 PM this was written:
> [EMAIL PROTECTED] (Tim Sawyer) wrote:
>
>> I want to open a popup window under php control. So lets say I have an
>>
Hi All
I configured apache + php on debian system
The problem is that session is not destroyed when the browser closed.
the php.ini is /usr/local/lib and working ( i tried to see if its affecting
by putting engine = On to Off )
in php.ini this is set to 0 => session.cookie_lifetime = 0
/tmp i
On Thu, Oct 04, 2001 at 11:10:56AM -0400, Matthew Luchak wrote:
> Is there a way to verify if a file is in use by another user before
> fopening it?
As far as I know this is something you have to program in yourself. If
you are only worried about your programs accessing the file, then it is
a
Hi,
I'm trying to load ming as a module of PHP, but I get an error when loading
apache:
PHP Warning: Unable to load dynamic library './php_ming.so' -
./php_ming.so: cannot open shared object file: No such file or directory in
Unknown on line 0
Can someone help me ?
Thanks,
ET
--
PHP Gene
> > According to him, if you add
> > '?=PHPE9568F36-D428-11d2-A769-00AA001ACF42'
http://www.phpbuilder.com/mail/php4-beta/24/0796.php
---
-
-- C.Hayes Droevendaal 35 6708 PB Wageningen the
Netherlands --
"Steve Werby" <[EMAIL PROTECTED]> wrote in message
news:0c3701c14d18$3505c910$6401a8c0@workstation7...
[SNIPs]
> http://www.tysonchandler.com/news_3.html (that's an underscore, not a
> space).
Is it just me or is this site blazingly fast? Are you using some
cache-tricks or something? Or du you j
check out Oasis on Freshmeat...I haven't used it, but I did notice it on
there.
also, as already posted, PHPads.
-Original Message-
From: Wandrer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 04, 2001 2:12 PM
To: Joseph Bannon
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] ad rotation prog
Hi all,
I have looked into the archives but im not sure what im searching for so I
decided to ask here.
What I want to do is, on my FreeBSD box running PHP and MySQL, to have a
system which will take any email sent to a specific address, and pipe the
body of the email to PHP (or even to a per
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
[...]
Thanks for the help & tips. I guess I'll use ".inc" for files that
are included (as opposed to being run directly) and block
access to them at the server level. Hmm, since the
Check out hotscripts.com -- there's a bunch of PHP scripts that do
various things. One in particular that at least may point you in the
right direction is PHPEmailArchiver:
http://www.hotscripts.com/Detailed/12104.html
hth
--kurt
> -Original Message-
> From: Chris Aitken [mailto:[EMAI
There's a good php POP3 class available here:
http://www.thewebmasters.net/php/POP3.phtml
That will enable you to log into your mail server and retrieve a mail
message from it.
> -Original Message-
> From: Chris Aitken [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 04, 2001 2:54 PM
> There's a good php POP3 class available here:
> http://www.thewebmasters.net/php/POP3.phtml
>
> That will enable you to log into your mail server and retrieve a mail
> message from it.
There's also a good mime decoder here:
http://www.phpguru.org
--
Richard Heyes
"I know not with what weapons
I have a file containing ~100 lines of text, each perhaps 100-200
characters in length. I need to retrieve line $n from the file, where:
$n = $julianday % $nlines;
$julianday = today's date (from localtime[7])
$nlines = no. of lines in the file
Method A
0. fopen() the file
1. read the file
Check out the "flock" fucntion
At 16:20 4/10/2001 -0400, Jason Stechschulte wrote:
>On Thu, Oct 04, 2001 at 11:10:56AM -0400, Matthew Luchak wrote:
> > Is there a way to verify if a file is in use by another user before
> > fopening it?
>
>As far as I know this is something you have to program in
Today, I upgraded our development web server from PHP 4.02 to 4.06.
the exact configure string was:
./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr --with-mcrypt=/usr/local/lib
--enable-versioning --with-ldap=/usr/local
None of the support files (apache, mysql, mcrypt, openldap) were
"Lasse" <[EMAIL PROTECTED]> wrote:
> Is it just me or is this site blazingly fast? Are you using some
> cache-tricks or something? Or du you just have an over-powered
under-loaded
> server?
>
> I could use a bit of speed at my own site.. :-)
You'll probably be surprised to know that the server is
How do u fork?
Thanks ahead of time : )
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Ok, I found out what was causing some of the people who were using my
script and have it fail. They are on a shared server and apache is
being run as user nobody, so therefore the script is being run as
nobody. But the the files has to have user ownership foo foo. Is it at
all possible to have
On Fri, 5 Oct 2001 07:24, Chris Aitken wrote:
> Hi all,
>
> I have looked into the archives but im not sure what im searching for
> so I decided to ask here.
>
> What I want to do is, on my FreeBSD box running PHP and MySQL, to have
> a system which will take any email sent to a specific address,
Most mail servers use qmail, so i will explain how to do it with qmail
For your qmail accounts, you will have .qmail files(e.g. .qmail-default
.qmail-webmaster and so on), open one of these files, now add the bottom of
it |preline /path/to/php /path/to/script.php or you can do it with perl the
sa
Have you looked into phpAdsNew?
www.sf.net
And search for it there
Maxim Maletsky
www.PHPBeginner.com
> -Original Message-
> From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]]
> Sent: giovedi 4 ottobre 2001 23.39
> To: Wandrer; Joseph Bannon
> Cc: [EMAIL PROTECTED]
> S
> (From behind filing cabinet where I am ducking preparing for flames).
>
> Is it just me or is there anyone else that thinks PHP suffers
> from not being modular.
It is just you and some other people similar to you. Thought this
question was up for a while :-)
> PHP on the other hand seem
I currently thinking on doing some freelance PHP programming and web design
for somebody. I have a pretty good idea on how much I will be chargin,
however I am looking at putting this in writing. I was wondering if anybody
had any example proposals/bids or web liks to where I can find such
informa
Ive been playing around with ereg for about half an hour and having no joy
because I dont really understand the medhod behind it and how it all works.
But what im trying to do is check to see if a 9 digit string is all numbers
and nothing else
$string1 = "123456789"
$string2 = "123456abc"
h
> > PHP on the other hand seems to load in ALL the code that
> MAY be run.
> > i.e. an include brings things in which are inside an if,
> even if the
> > if equates to false.
>
> A quick check in the manual, it states that:
>
> "Unlike include(), require() will always read in the target
>
if(!preg_match("/^\d+$/",$string){
echo "$string has something other than a number";
}
-Original Message-
From: Chris Aitken [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 04, 2001 9:34 PM
To: PHP General Mailing List
Subject: [PHP] ereg checking if its only numbers
Ive bee
Of cource changing the require with include would explain everything :-)
Sorry, forgot to mention that :-)
Maxim Maletsky
www.PHPBeginner.com
> -Original Message-
> From: Maxim Maletsky (PHPBeginner.com)
> [mailto:[EMAIL PROTECTED]]
> Sent: venerdì 5 ottobre 2001 3.33
> To: 'Opec Kem
I think the implication of the oringal poster was not the include/requires
stuff,
but more a build of PHP with --enable-100 options vs php-sharedetc
-Original Message-
From: Maxim Maletsky (PHPBeginner.com)
[mailto:[EMAIL PROTECTED]]
Sent: Friday, 5 October 2001 11:33 AM
To: 'O
"conditionally load the function/files that
you want then you should use include(). "
Was the implication of the poster I replied to.
To the original I replied commenting each of his arguments, therefore I
knew his points.
Maxim Maletsky
www.PHPBeginner.com
--
PHP General Mailing List (ht
With ereg it could be:
if(ereg(^[^[:digit:]]+$))
echo 'something else came through';
Untested though ...
Maxim Maletsky
www.PHPBeginner.com
> -Original Message-
> From: Jack Dempsey [mailto:[EMAIL PROTECTED]]
> Sent: venerdì 5 ottobre 2001 3.42
> To: Chris Aitken; PHP Gene
What is the best way to change linux passwords using a web .PHP interface?
I currently allow FTP access to php enabled webhosting sites; which use
safe mode, thus use real linux accounts.
Thus far I thought I would:
Write a real short C program which would call allow to go
setpasswd
Richard Lynch wrote:
> httpd.conf
> php_value Engine Off or somesuch...
>
> --
> WARNING [EMAIL PROTECTED] address is an endangered species -- Use
> [EMAIL PROTECTED]
> Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
> Volunteer a little time: http://chatmusic.com/volunte
try:
There is a great book on regular expressions by o'reily.
Evan
*** REPLY SEPARATOR ***
On 10/5/01 at 11:33 AM Chris Aitken wrote:
>Ive been playing around with ereg for about half an hour and having no
>joy
>because I dont really understand the medhod behind it and how
I can't seem to get a return value, while using the functions, it just puts
a 0 on the page, i try putting a after i do the system call, still all
that is on the page, 0, something is wrong, anyone know why?!?
I got no telnet access, and i want to do some cron jobs :D
- James "ReDucTor" M
On Fri, 5 Oct 2001 13:19, ReDucTor wrote:
> I can't seem to get a return value, while using the functions, it just
> puts a 0 on the page, i try putting a after i do the system call,
> still all that is on the page, 0, something is wrong, anyone know
> why?!?
>
> I got no telnet access, and i wa
Dear [EMAIL PROTECTED],
WE are looking for serious inquires from
individuals who want to make a difference!!!
Our company is offering an opportunity
for individuals who want to become an
E-Mail PROCESSOR. Work from home
and be apart of this tremendous opportunity
to sustain an income of your c
echo System("crontab -l", $var)."";
echo $var;
- Original Message -
From: "David Robley" <[EMAIL PROTECTED]>
To: "ReDucTor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, October 05, 2001 2:21 PM
Subject: Re: [PHP] System(), exec(), Passthru(), etc
> On Fri, 5 Oct 2001 13:19, R
1 - 100 of 126 matches
Mail list logo