I found one but it's written in German and I have enough trouble with
English (my native language).
Any suggestions?
John Guynn
This email brought to you by RFCs 821 and 1225.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
No luck there...perl based one but not PHP. I've also tried hotscripts.com.
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: Joe Stump [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 12, 2001 11:17 AM
To: John Guynn
Cc: Php (E-mail)
Subjec
Can anyone show me how to do this?
I'm using a script out of Julie C. Meloni's book:
http://localhost/calculate_form.html");
exit;
if (ereg !=("^[0-9]+[.]?[0-9]*$", $val2)) {
header("Location:http://localhost/calculate_form.html");
on is Solaris 7.
John T. Foley
Network Administrator
Pollak Engineered Products, Actuator Products Division, A Stoneridge
Company
195 Freeport Street, Boston MA 02122
ph: (617) 474-7266fax: (617) 282-9058
The geographical center of Boston is in Ro
Coming in on this late and from another platform:
I use Bluefish and Gvim under Unix. Of the two, Gvim is probably the
most configurable editor out there (macros, syntax highlighting, runs
its own scripts, uses a variety of scripting languages) and is available
for Windows. It's free (well, it's
ormal"
user apps and it's rock solid. Can't really comment on performance because
I'm the only person hitting the "web site".
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: Jamie Burns [mailto:[EMAIL PROTECTED]]
Sent: Wed
they always respond quickly to requests and in the rare even of a
server failure they tell you what happened if you ask.
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: Matt "TrollBoy" Wiseman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, Janua
>From my experience with them they only have one host serving their
customers.
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: Toby Butzon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 5:04 PM
To: Egan; [EMAIL PROTECTED]
Subject:
.
Regards.
John
>
> So what editor is recommended? I'm a little familiar with Emacs (kinda
> cool, but I'm use to keywords and such being colored - as in Interdev).
>
> Thanks!
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED
Static class methods certainly do work, and have for some time. I think
Shaun's point is that variable-named function support seems to be
missing for calling static class methods.
John
On Thu, 18 Jan 2001, Richard Lynch wrote:
> > Check out chapter 13 of the php manua
Thanks Richard: I finally got it. I'm *really* rusty 'cos I went
completely code blind and struggled for a day with a silly syntax error!
This works just fine:
http://localhost/calculate_form.html");
exit;
}
if ($calc == "add") {
$result = $val1 + $val2;
} else if ($calc == "su
Frank Joerdens <[EMAIL PROTECTED]> wrote:
(the context is Microsoft using other OSs)
> Do you know for a fact that they do? If so, how? That'd be a very cool
> tidbit of information to share . . .
See also:
http://www.unix-vs-nt.org/kirch/
A good document to hit clients/funders/bosses over t
"Randy Johnson" <[EMAIL PROTECTED]> wrote:
> is there any benchmarks or proof that I should host a high traffic site on a
> FREEBSD/APACHE instead of a redhat Linux/Apache server?
I don't know where thetre is any proof as such, but certainly the
consensus is that FreeBSD is better than
is
not
}
}
?>
i can get check[x][x] value;
but i cant get ans[x][x] file;
how do i do this???
thanks
john
--
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]
Rasmus Lerdorf wrote:
>
> > I think the single most importand piece of software that saves us the
> > most money is thttpd. That all runs in a single thread and uses
> > select to pump out content. Since it is a single thread, it never
> > chews up tons of memory forking children.
>
> By the w
x27;
/usr/local/lib/libc-client4.so: undefined reference to `mm_dlog'
*** Error code 1
Stop in /usr/local/src/apache_1.3.14/src/helpers.
Error Output for sanity check
= End of Error Report =
Your help will be appreciated
John Ryan
Systems Manager
King
Nik Gare <[EMAIL PROTECTED]> wrote
> Does anyone know where I could find a text list of every
> word in the English language ;-)
You could try (also) getting hold of ispell
a search on www.google.com/linux
or sunsite should get it.
You'll need something capable of uncompressing tar archives t
This seems trivial at first (and maybe at last!):
Browser Match Results
$result"; ?>
But, just as it's a good idea to use the HTTP_USER_AGENT environment to
dynamically set the size of type so that Internet Explorer users are not
forced to view huge text (which appears fine in Amaya,
of a
couple of outages in the year or so I've been with them and those outages
have been very short (an hour or less).
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: Jeff Lacy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 1:54 AM
Got it in the end. It should be:
if ((preg_match("/Mozilla/i", "$agent")) && (preg_match("/Gecko/i",
"$agent"))) {
$result = "You are using Netscape 6 or a later version of Mozilla.";
But the thought occurs that there must be a site out there somewhere
which lists the HTTP_USER_AG
Teodor Cimpoesu wrote:
> I've got a nice browsecap.ini file from php4win.de.
> You can then simply use get_browser() [ listed under Miscellaneous functions]
Hi Teodor
I can't find it! I went to the site and downloaded the complete
php_for_windows install thinking that I could unzip the lot in L
f this still works? How it works? If it's just a second boolean
>parameter or what?
>
> In other words, instead of:
>
> if (file_exists("/www/inc/my_script.php")) {...}
>
> I'd like to say:
>
> if (file_exists("my_script.php", TRUE)) {...} /
One of exec, system or backtick (ie. `) functions will do it for you.
- John
On Fri, Jan 26, 2001 at 12:14:47PM +1300, Dave Stewart wrote:
> Hi,
>
> I have this line in my shtml pages...
>
>
>
> How do I write this as a function to include in my .php files.
>
&
WOW, I'm surprised to learn this as I display MANY html tags using echo and
it works great.
The info below is totally incorrect, echo will send out html tags no
problem.
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: kaab kaoutar [mailto:[
Actually what you need is otherwise you're never
going to get anything on the screen.
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: Robert Collins [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 26, 2001 3:30 PM
To: kaab kaoutar; [
I've always used the echo and it does work under PHP4...just tested it on
www.teamkaos.org before I made my post.
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: H. Wade Minter [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 26, 2001 4:47
Actually, you may not have to do all that.
you can use implode().
By default, implode will join an array, with the supplied character.
So, if you have
$list = (one two three four);
you can do
$all = implode("," , $list);
to get
$all = "one,two,three,four";
This w
* 100 = 50
array[2]/array[0] = 0.25 * 100 = 25
array[3]/array[0] = .25 * 100 = 25
Like I said it's too simple but I haven't tested it so I'm probably missing
something.
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: Blake S. [mailt
Is it necessary to include the 'http:' in the DB field?
It would make your life a lot easier to drop it.
You would then store the url values as
www.mydomain.com
Then, modify your code to add the 'HTTP' whenever it encounter a URL, or
wherever you will create a link.
This would elim
Hey...Bruno from Brazil :)
Try this
while ( list ( $key,$value ) = each($HTTP_POST_VARS) ) {
echo "$key: $value";
}
This will list every variable that was past to the browser.
Enjoy!
__John Monfort_
_+---+_
P E P I
Hello,
I need to take a string and remove everything from the first "<" character
to the end of the line. I'm pretty sure I could do this with an
ereg_replace(), but I am horrible at regular expressions. Could anyone help
me with this?
- John Vandebreck
- Admin, GameDesign
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On Mon, 26 Feb 2001, David Robley wrote:
> On Sun, 25 Feb 2001 18:21, Brandon
there is addslashes();
http://www.php.net/manual/en/function.addslashes.php
john
[EMAIL PROTECTED] wrote:
> Hi,
>
> Anyone know the best method to escape the % sign in PHP?
>
> I`ve checked the manual and devshed and didn`t come across much, is there a
> command like addsl
lements as arrays.. meaning .. doesn't work?
4.anyone know how to work around this... does anyone encounter problem
like these before?
thanks for any help
john
here's what i do ignore any syntax error. this is just a stripdown
version of the code.. it is just for putt
Actually, static calls aren't so static when they're calling a method which is
in the inheritance tree.
In other words, parent:: calls (assuming the subclass is instanciated) will
operate instanciated.
John
On Tue, 27 Feb 2001, Tyson Lloyd Thwaites wrote:
> Hi all,
>
>
abase is updated straight away.
can someone tell me wat's wrong?
john
--
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]
hi all,
how do i keep an array of variable "alive" thru different pages...
array is assigned with value at say index.php...
user will move from tat page to say index2... index3... index4.php..
in index4.php i can still access the array...
thanks..
--
PHP General Mailing List (http://www.php
does session_register() "over-write existing variable of the same
name...?
for example..
//count already registered and holds value 3.
session_register("count");
print $count; //output null;
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
try ultraedit32...
http://www.ultraedit.com
john
Luke Loeffler wrote:
> Does anyone know of a good PHP ide? I've tried PHP-Coder, but it has bugs
> stem to stern, not the least of which mysteriously deleted an entire page of
> code... PHP Script editor I've also tried, but
if you are using session
session_destroy might do the trick...
"Jacky@lilst" wrote:
> Sorry, it was my mistake. There is session used to store userID and password
> after the successful login. I don't under stand what you mean about to clean
> up variables, how?
> Jack
> [EMAIL PROTECTED]
for cookie...
just setcookie() of the same cookiename to null;
"Jacky@lilst" wrote:
> I have php site that user is required to login, but I don't have logout function
>yet. Is there anyone know the most practical way of logout method that people use
>nowadays?, in php I mean. There is no sess
If you are lucky and are feeding this form data to a database, you can
create a unique hash field from other fields that would not change from
click 1 to click 2. Then just make the database treat the hash as a unique
index and it should prevent double entries. Works for me.
Other advice is to
Try this...
http://www.google.com/search?q=PHP+vs.+ColdFusion
> -Original Message-
> From: Alex Puritche [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 28, 2001 3:15 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Cold Fusion vs. PHP
>
>
> Hi, folks!
> I'll highly appreciate if som
You mean the Encoder. The Optimizer has no such requirement.
John
On Wed, 28 Feb 2001, Jeff wrote:
> Use the zend optimizer, www.zend.com . Of course it requires the people who use
> the script to have the optimizer as well, but at least they can't see the
> source.
>
&
thanks for the info...
well.
what i did was to fread the files and store them using sessions variables.
at the end of the process. .. i do a walk thur the array and insert them into
the DB...
john
John LYC wrote:
> hi..
> i have a form that allow users to upload several image
.. to using images functions from
the GD lib..
john
--
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]
the PHP community in seeing this effort released?
I'm developing on Solaris for production use on Solaris, and have noted some
incompatabilities with Linux, FWIW.
John T. Foley
Network Administrator
Pollak Engineered Products, Actuator Products Division, A Stonerid
esource planning system, the filenames passed by
OC/400's TCP/IP spooler are pretty meaningless anyway. (Ever seen what
OS/400 does with filenames?)
And, all, please disregard the file:// referances in my code
examples from earlier. Damn Microsoft Outlook changed my C++ style comments
without
Also, consider getting PHP 4 on your system. PHP 3 is old hat.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, February 24, 2001 11:33 AM
> To: George Alexander; [EMAIL PROTECTED]
> Subject: Re: [PHP] Can't connect php to mysql on linux
>
>
>
set of
results and I have no real way of keeping them... There can be too many to
append to the of the link to the next page and I don't want to use
form POSTS since I have to have buttons for all of them
Any suggestions?
John
--
PHP General Mailing List (http://www.php.net/)
did you have
--activate-module=src/modules/php4/libphp4.a
John Ashton
> -Original Message-
> From: Scott Wagner [mailto:[EMAIL PROTECTED]]
> Sent: March 1, 2001 11:55 PM
> To: php
> Subject: [PHP] can't start apache
>
>
> Hi
> I just installed
http://www.php.net/manual/en/install.apache.php
all noted there ;) What a thing.
John Ashton
> -Original Message-
> From: Scott Wagner [mailto:[EMAIL PROTECTED]]
> Sent: March 2, 2001 12:12 AM
> To: php general
> Subject: [PHP] can't start apache
>
>
> N
You could always use some JavaScript to popup window ands use
session_destroy might work never really tried it though.
John Ashton
[EMAIL PROTECTED]
The Data Source Network
http://www.thedatasource.net
> -Original Message-
> From: Ted Goranson [mailto:[EMAIL PROTECTED]]
> Sent
create a file called phpinfo.php and add to that file
then load up that page in your browser. In regards to FAQ's visit
www.php.net
should also look at phpbuilder.com and there are many more. On php.net in
the
links section they have even more links to FAQ's
John Ashton
[EMAIL PROT
Yeah I have seen the same problems before as well with things like
phpMyAdmin and others
I think it has something to do with user.exe in windows.. not to sure
though. If you get it
figured out please let me know
John Ashton
[EMAIL PROTECTED]
The Data Source Network
http://www.thedatasource.net
Header("Content-type: image/gif");
print $data;
//
this will siplay my img, my gif..
now the problem is that i want to use function like GetImageSize()..
on this pics.. how do i do it?
john
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTEC
://www.phpbuilder.com/columns/tim20010110.php3
Best of luck,
John Ashton
[EMAIL PROTECTED]
The Data Source Network
http://www.thedatasource.net
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: March 2, 2001 3:36 AM
> To: [EMAIL PROTECTED]
> Subje
Well not sure what ya need an example of :)
php is php and javascript is javascript.
What excatly do you need help wiht ?
> -Original Message-
> From: Christian Reiniger [mailto:[EMAIL PROTECTED]]
> Sent: March 2, 2001 5:34 AM
> To: Php-General@Lists. Php. Net
> Subject: Re: [PHP] php
Here's my question: why do you want to do this, and is there a better way to
do this, say a hash list or something?
BTW, isn't monday defined as a constant that always equals "blah!" It
always has for me.
-Original Message-
From: Randy Johnson [mailto:[EMAIL PROTECTED]]
Sent: Saturday,
>
>
>
Scott Wagner wrote:
> To: php
> Sent: Thursday, March 01, 2001 11:55 PM
> Subject: can't start apache
>
>
> Hi
> I just installed mysql, apache and php4 on Linux Mandrake 7.0 from a cd I got with
>the book "PHP Fast and Easy"
> After installing apache it seemed ok and started normall
is not so easy because I am using .htaccess. I
guess I'll just require the crypt() of the PW to be in a cookie. Logout
will just put garbage into the cookie. Hopefully no one will discover that
they can hijack someone elses login by just deleting the cookie. :-(
John Henckel
;
print $item->mymethod()->myvar;
thanks
john
--
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]
this in the constructor?
john
Andrew Halliday wrote:
> yes you can do all of this
>
> but in no OO language so far have i seen the ability to access a variable
> inside a method...you would have to do this:
>
> class myclass
> {
> var $myvar;
> function setmyv
try this
printf(" ", urlencode($myrow[title])')
john
"Thomas Edison Jr." wrote:
> The urlencode() is working fine with an echo statement
> & normal query string.
>
> But it's NOT working with complex query string in
> printf() includin
I hit CANCEL.
6. the message "Sorry you are not authorized" appears
7. in the address box I type www.google.com and wait for it to appear
8. I press the BACK button and guess what I see? I see the "Hello" page
with my userid and password from step 2 !! appare
:
if (!($num % 2) {
Odd
} else {
Even
}
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: Boget, Chris [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 05, 2001 2:33 PM
To: 'Kenneth R Zink II'; Php (E-mail)
Subject: RE: [PHP] Is it odd or even???
holds user names and passwords?
- John Vanderbeck
- Admin, GameDesign
--
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]
List,
I current use something like this to send some one who clicks on my links to
the actual web page.
$row = @mysql_fetch_array($result);
$url = $row["url"];
$ID = $row["ID"];
header("Location: $url");
header("");
And then the hitcounter for that particular ID is incremented, t
Forget about the PHP functions and do this:
$query = "INSERT INTO tablename ";
$query .= "SET field1 = '$field1', ";
$query .= "field2 = '$field2', ";
$query .= "datesubmitted = NOW();
Let MySQL simply do this for you with the NOW() SQL command.
> -Original Message-
> From: Jerry Lake
Assuming that you do have a primary key, how can you grab the last record
you inserted? Can you use @@IDENTITY, or something like that?
"Christian Reiniger" <[EMAIL PROTECTED]> wrote in message
01030310383101.00589@chrisbig">news:01030310383101.00589@chrisbig...
On Saturday 03 March 2001 05:16, y
conds = $currentEpochTime - $epochTime;
I hope this provides a clue for your application.
John
> -Original Message-
> From: Chris [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 08, 2001 12:12 PM
> To: php
> Subject: [PHP] Date Question
>
>
> Hi,
> Since the
after 2^32 seconds after that.
Again, this specifics above may not be totally accurate, but are close
enough to describe the point.
John
> -Original Message-
> From: Jason Jacobs [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 08, 2001 12:22 PM
> To: [EMAIL PROTECTED]
> Su
ke
/usr/local/bin/php.
Then make a file.
#!/usr/local/bin/php -q
Then chmod it so it is executable like so.
chmod 755 thefilename
It works for me. This is a very convenient way to obtain access to
databases from shell scripts.
Good luck.
John
--
PHP General Mailing List (http://www.php.ne
*.***/db.php on line 147
Line 147, is the last line in the above snippet. I cleared out the path
name for security, no offense intended :)
Now, I KNOW that the db_connect() function is not the problem, as I use it
in many other places in this script with no errors. What am I missing?
-
if I had a bad query, it
should have given me some sort of error when I output mysql_error(). No?
However, I did of course try changing it to AND instead of &&. But the
problem remains. Same error.
Any other ideas?
- John Vanderbeck
- Admin, GameDesign
> -Original Message-
that
call.
- John Vanderbeck
- Admin, GameDesign
> -Original Message-
> From: Julian Wood [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, March 10, 2001 2:28 PM
> To: John Vanderbeck; PHP User Group
> Subject: Re: [PHP] MySQL problem - stumped
>
>
>
> Well, PHP
identifier. Grr..
Thanks again. Your a deadline saver :)
- John Vanderbeck
- Admin, GameDesign
> -Original Message-
> From: Christian Reiniger [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, March 10, 2001 2:32 PM
> To: PHP User Group
> Subject: Re: [PHP] MySQL problem - stum
evant
Can any of your regexp wizards help me?
Thanks!
- John Vanderbeck
- Admin, GameDesign
--
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]
http://www.ultraedit.com
not free.. but worth the nominal fee
Andrew Halliday wrote:
> Does anyone know of a good PHP enabled editor that fits the following
> criteria:?
>
> (in order of importance)
> - Is free
> - Runs under Windows
> - Has colors (syntax highlighting)
> - Can edit multiple f
ne had trouble with
> >these guys?
>
> no. it's good stuff. Verisign is not going out of business anytime
> soon. and it's flat rate. you can't beat it.
>
> -aaron
>
>
--
John Donagher
Application Engineer
Intacct Corp. - Powerful Accounting o
Here is the code
Problem is that the script output doesn't show up. Any idears?
--
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: [EMAI
Okay, I read about this feature in the php manual. What I can't figure out
is why in the world would anybody want to use this feature? Not to start a
flame war, just would like an explanation of why this feature is useful.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-m
Okay, that makes a little sense, but isn't there some sort of collection
that will do the same thing (coming from vb).
-Original Message-
From: Jason Stechschulte [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 6:38 AM
To: John Meyer
Cc: [EMAIL PROTECTED]
Subject: Re:
Actually, I picked up htmlkit when it was mentioned in this group and it's
just as good as Visual InterDev, in my opinion.
-Original Message-
From: Jens Nedal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 6:58 AM
To: Angerer, Chad; 'Simon Garner'; Boget, Chris;
[EMAIL PROTECTED
out of it. The problem lies in the passing
of variables to that function - how to set something up so that the user
can click on something to activate that function with a variable.
Psuedocode:
if( buttonclick )
delete_thing($thing_id)
Am I making sense?
Thanks in advance.
John
27;s default certificate, which is compiled into their SDK.
John
On Tue, 13 Mar 2001, Dan Harrington wrote:
> Hello,
> I am using Payflow Pro as a payment processor on RedHat Linux and I need to
> be able to specify the cert directory so that we can process transactions.
> I can make things
e, so I'll have
to see if I can get our account moved over.
John
On Tue, 13 Mar 2001, Dan Harrington wrote:
> I removed the PNVersion from the code (by force) and it works nowall I
> need
> is to be able to tell it where to find the f73e89fd.0 file (in my ssl certs
> path
coming in on STDIN.
There are probably many C libraries available to help parse this out into an
array or something.
This is actually a very good method if you want the fastest speed possible
form a web application. Compile the C program statically for the best
speed.
John
> -Original Mess
$remote_address
$file_id
$user_id
$time_of_event
";
I've tried the above modification but PHP silently barfs on it.
Would anyone have any insights o
arly stage
of development and didn't seem to be getting anywhere.
John
--
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]
Hi Chris,
THANKS! Really BIG THANKS!!
That was the problem.
John
Chris Lee wrote:
>
> more lilly then not its the " ' problems.
>
> echo "
>
>
>
>
>
>
>
>
> $remote_address
> $file_id
> $user_id
>
to
manipulate it) is to serialize or implode the array and store the result of
the serialize/implode operation in the database.
John Guynn
This email brought to you by RFCs 821 and 1225.
-Original Message-
From: RealGM [mailto:[EMAIL PROTECTED]]
Hi,
I have a bit of a dilemma.
I hav
Marian Vasile <[EMAIL PROTECTED]> wrote:
//snipped! This list is long enough!
>The main problem I have with my chat is that after some use of it, the
>server is going very very slowly.
>Someone with (256Mb, 800Mhz and just my chat running (Linux also)) told me
>that the chat is still doing this
with
it yet.
I have toyed with the idea of writing my own. Jamie, what items do you feel
must be controllable in a web hosting account administration panel? Yes, we
all know the basics, like email, dns, etc. but a bulleted list would be a
good start at organizing a development effort.
John
Hi Scott,
Good question! $PHP_SELF is a global variable, so you need to declare it in
functions:
function a()
{
global $PHP_SELF;
print $PHP_SELF;
}
John
"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
98tjgv$40e$[EMAIL PROTECTED]">news:98tjgv$40e$[
You have magic_quotes_runtime enabled which causes this behaviour. You can
disable it by turning it off in your PHP.ini.
See http://php.net/manual
"rkirk.com Mail" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Help - I've a problem when using urlencode/deco
>From memory, 3 will delay 3 seconds before redirect. Change to :
printf ("http://coolsite/test/newfile.html\">");
mat t <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a form that allows user to either upload a file from the client to
the server or t
Sorry, its magic_quotes_gpc -- i got confused. The magic_quotes_runtime one
is for databases.
Regards, John
"Richard Kirk" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> No, its set to "off".
>
>
> -Origina
Can one class extend multiple classes? I'm still playing with OOP
functionality and maybe my logic is reversed but I think I need one class to
extend many others.
John Guynn
This email brought to you by RFCs 821 and 1225.
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
$PHP_SELF
returns the file name..
go to php website manual and serach for it..
john
Matthew Delmarter wrote:
> How do I return the name of a file without any extensions or path info.
>
> Eg how do I return "about" from "http://www.domainz.com/about.htm".
>
1201 - 1300 of 6663 matches
Mail list logo