Thanks for the reply chris, altho that was what I had already. Guess it's
down to me measuring chars myself then :-(
- Original Message -
From: "Chris Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 10:28 PM
Subject: [PHP] Re: cropping a string
> function t
Hi! Renze,
good afternoon.
oh i forgot attachments are not allowed to
this group...so i am pasting here...
login.html
IMAC
function check(){
if
(document.login.emp_id.value=='')
Hello:
I am using Sessions for user authentication in one of our sites. The
problem is now so many users are calling us saying that they are not able
to access the site. They have got IE v 4.0 . Are there any problems with
sessions in older browser versions. Could anybody please suggest a way
On Tue, 14 Aug 2001 13:45, Chris Cameron wrote:
> I was told this was a PHP problem, and to submit a bug report. I'm not
> too sure what such a bug report would look like, or even if this is a
> PHP problem.
>
> Below is the message I sent to an Apache list, could someone tell me
> whether my prob
$mail = mail("$address", "$subject", "$body", "$headers \nContent-Type: text/html;
charset=iso-8859-1\nContent-Transfer-Encoding: 64bit" );
Hi peter,
You've got a space and a newline right after the headers ($headers).. they shouldn't
be there.. and i'd put a \n after 64bit
I don't know if t
if you're asking on how to show where you are, then this is what you could
do:
Create an array of page names:
ie:
$page_name = Array(
'/' => 'Home',
'/page1' => 'Page One'
);
... and so on
Then just do
echo $page_name[strtolower($PHP_SELF)];
This is only appropriate f
try to learn about register_shut_down (whatever the actual name of it was)
function.
let me see,
here: http://www.php.net/manual/en/function.register-shutdown-function.php
this could be of some help to you.
Cheers,
Maxim Maletsky
-Original Message-
From: Matthew Delmarter [mailto:[EMA
again,
a simple HTML/PHP is enough.
page 1:
form
page 2
the same form and in the fields use value attributes.
i.e:
if the form was not submitted then $title will be empty and will show
nothing, while if Title was submitted it will then reappear on the next page
(which is obviously as same
If HTML would work this way then people would never stop guessing the
other's files to steal as you visit web pages.
answer: no.
I'm curious now: perhaps, you can have a value attribute in it? But neither
that should be allowed.
Never tried myself.
Cheers,
Maxim Maletsky
-Original Messag
PHP is configured to loadModule php4ts.dll
i don't know configured to pass that variable on !
Richard Lynch <[EMAIL PROTECTED]> a écrit dans le message :
014601c12459$6e069920$[EMAIL PROTECTED]
> > why can i read PATH_INFO server variable with apache under windows
server
> ?
> >
> > with IIS 5
The following code:
$url = "http://www.php.net/";;
print ( implode( "", file( $url ) ));
causes my browser to sit and twiddle it's thumbs for ages and then produce:
Warning: file("http://www.php.net/";) - Bad file descriptor in
myfile.php on line 33
Warning: Bad arguments to
Hi everyone,
I am somewhat new at the use of php and would appreciate if someone
could help me with a question re "location bar"
How can a location bar such as the sample below be generated in php to
be displayed in web pages ...
Location : home:/category:sub_1:/page title
Is there a s
See, there's also a time needed for the server to read the included file -
an extra effort for your hard disk.
If you'd put everything in one file it would work for you faster, but, of
course, less portable.
Though, I don't understand why are your performance measures THAT different.
Cheers,
M
Hi,
can some one please have a look at this and tell me why it's not setting
correctly?
VFSA-eRentals Application
howdy ho stranger
how aint ya doing
";
$headers .= "From: VFSA-eRentals <[EMAIL PROTECTED]>\n";
$headers .= "X-Sender: VFSA-eRentals <[EMAIL PROTECTED]>\n";
$headers .
you're forgiven
:-)
take care,
m
-Original Message-
From: Ben-Nes Michael [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 3:15 PM
To: Maxim Maletsky; [EMAIL PROTECTED]
Subject: Re: [PHP] IE Download twice from DB - apologies
ohh I'm sorry
after reading it more deeply I re
ohh I'm sorry
after reading it more deeply I realized that I misunderstood it.
I thought you offered me to send my self email to suck of and then sleep on
it. :(
Sorry English is not my primary language.
any way I thank you for the help but it wont work as the content is not
loaded twice in IE
You wrote:
> hi guys,
>
> I'd like to get the query string the browser sends to the script. The
> problem is that since the $HTTP_POST_VARS (or $HTTP_GET_VARS ) is an
> associative array I can't use numbers to point to the elements of
> this array. This piece of code does not work:
>
> for ($a=1;
You wrote:
> very amusing indeed.
>
> Go learn php and when youll have answer send it or stfu.
>
> you might start with your own site: www.PHPBeginner.com
> and then go to
http://logos.uoregon.edu/explore/socioling/politeness.html to
> learn how to behave !
>
> Its amazing how many people are rude
On 14 Aug 01, at 5:14, Phil Latio wrote:
> How can I directly put values into a form instead having to create hidden
> fields and drag the data from them?
>
> You can see what I mean at:
>
> http://www.yorkshire-search.co.uk/links/add.php3
Looks to me like they're still using the form to proce
Of course the absolute safest way besides encryting
your PHP is to just store your state secrets in files
outside the web server's document tree.
i.e.
if your web server's document root is /var/www
then even if you screw up the web server config
and .php files are sent back unrendered all yo
You can't do this and keep it tamper-proof with JavaScript/PHP. No matter
what, anyone with an IQ above that of a tree stump could play with the POST
variables.
I think the only way to do this and keep it tamper proof would be a Java
applet. If memory serves, you can have record the time on th
I have a strange problem with PHP 4.0.4pl1 and above. It looks like including
a file that contains classes can become a major performance bottleneck
My machine is an Intel Pentium ]I[ 667Mhz, 128Mb RAM running RedHat Linux
7.1; I installed PHP as a DSO module. I used ab (Apache Benchmark) for
If the server is linux, you could have another page that just sends a KILL
signal to PHP using exec(), system(), backtics, whatever...
On Monday 13 August 2001 20:56, you wrote:
> Let's say I am mailing 1000 members of a mailing list - is it possible
> to stop the process once started? In part
> I don't think so, but to you could put value="/path/to/file"> in a hidden layer...
>
> Untested, but it should work...
Yay, security.
I doubt it'd work...
Hmmm...
Jason
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
I don't think so, but to you could put in a hidden layer...
Untested, but it should work...
On Tuesday 14 August 2001 09:58, you wrote:
> Hi !!
>
> Can I upload a file to a server without using "" I don't
> want to browse a file. My filename will be fixed & file will be present on
> my local m
We are looking for interested partnership for our dotcom organisation, which
are based in Kuala Lumpur, Malaysia.
The Required Partner should be familiar with :
1. Operating System - Linux.
2. Language - PHP script.
3. Database - MySQL.
4. Internet Infrastructure.
Interested candidate may send a
> Can I upload a file to a server without using " type=file>" I don't want to browse a file. My filename will
> be fixed & file will be present on my local machine.
No, you can't.
You need to use in a multipart/form-data
regardless of the fixed file name and file's presence.
Jason
--
PHP
Hi !!
Can I upload a file to a server without using "" I don't want to
browse a file. My filename will be fixed & file will be present on my local machine.
Please reply at the earliest as this is very urgent.
Thanking you.
Please send me a reply at my address because I am not currently subs
Hi !!
Can I upload a file to a server without using "" I don't want to
browse a file. My filename will be fixed & file will be present on my local machine.
Please reply at the earliest as this is very urgent.
Thanking you.
Regards,
Parinda.
Software Group
Phil Systems Ltd.
In article <001301c12476$3420f300$82602c3f@2pqjp01>,
[EMAIL PROTECTED] (Jack Dempsey) wrote:
> > that removes trailing space - but is there one that removes ALL spaces
> > from a string? Like:
> >
> > $string = "this is a string";
> > rmspc($string);
> > // $string is now "thisisastring"
> $st
I was told this was a PHP problem, and to submit a bug report. I'm not
too sure what such a bug report would look like, or even if this is a
PHP problem.
Below is the message I sent to an Apache list, could someone tell me
whether my problem is crummy code, or an actual problem with PHP/Apache?
How can I directly put values into a form instead having to create hidden
fields and drag the data from them?
You can see what I mean at:
http://www.yorkshire-search.co.uk/links/add.php3
Would a javascipt function be any use to me?
--
PHP General Mailing List (http://www.php.net/)
To unsubs
Hello techies,
In Java automatic garbage collection is there.How abt
PHP?. Is there any tool(open source/free ware) to test the memory
leakage.If it so where i can get that tool?Any suggestions will be
appreciated.
Thanks in advance.
SenthilVellan.
$string = str_replace(' ','',$string);
-Original Message-
From: Martin Skjoldebrand [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 12:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP] space in strings
Some time ago I needed a function that remove space in strings.
Sure there is one
Some time ago I needed a function that remove space in strings.
Sure there is one that remove space at the start of the string, and one
that removes trailing space - but is there one that removes ALL spaces
from a string? Like:
$string = "this is a string";
rmspc($string);
// $string is now "this
Let's say I am mailing 1000 members of a mailing list - is it possible
to stop the process once started? In particular I am looking for a
browser based solution...
Regards,
Matthew Delmarter
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
Let's say I am mailing 1000 members of a mailing list - is it possible
to stop the process once started? In particular I am looking for a
browser based solution...
Regards,
Matthew Delmarter
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
On Tue, 14 Aug 2001 12:23, Kurt Lieber wrote:
> I'm trying to update a number in a text file using eregi_replace.
>
> The original line is:
>
> $registrationLimit = 100;
>
> and I'd like to change it to:
>
> $registrationLimit = 300;
>
> now, 100 appears multiple times throughout the file, so I ha
I'm trying to update a number in a text file using eregi_replace.
The original line is:
$registrationLimit = 100;
and I'd like to change it to:
$registrationLimit = 300;
now, 100 appears multiple times throughout the file, so I have to match
on the whole string, not just 100. I used the fo
You could have PHP insert a hidden form value holding the start time in the
form. Then compare the start time with the current time when they submit and
handle as needed. You could somehow encrypt the start time to prevent
tampering.
-Bryan
--
PHP General Mailing List (http://www.php.net/)
To
There's a "File Upload Feature" page on http://php.net that pretty much
tells you everything you need to know...
Then there's sample code in the various archives linked from
http://php.net/links.php I'm willing to bet that every site linked there
has at least one (1) file-upload sample.
--
WARN
> "...Please also note that the cc: and bcc: headers are case sensitive and
should be written > as Cc: and Bcc: on Win32 systems."
This depends more on the mailing software you use that Win32-ness. There
might even exist some lame-ass Un*x software somewhere that insists on
case-sensitivity, whi
> Hi, I have a problem with setting cookies...I am able to set cookies and
> retreive the information when using IE but not netscape. I'm not totally
> sure what the problem is. Here is the syntax that I am using, any
> suggestions are welcomed.
>
> $cookiedata = "Mmmm";
> $time = mktime()+900;
>
>---
>$invdate = "14.8.2001";
>echo "$invdate\n";
>list($day, $month, $year) = split(".", $invdate);
>echo "$year-$month-$day";
>---
split uses Regular Expressions.
This means that a whole slew of characters like [, ], |, \, $, ^, and [drum
roll please] '.' are "special".
Specifically, "." mean
header("Set-Cookie: cookiemonster=$cookiedata; expires=$expire; path=/;
domain="domain.com", secure);
or go to http://home.netscape.com/newsref/std/cookie_spec.html to view even
more specs on it. I just found this way of setting cookies to always work
compared to the php setcookie command which
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Dan Lowe) wrote:
> > $invdate = "14.8.2001";
> > echo "$invdate\n";
> > list($day, $month, $year) = split(".", $invdate);
> > echo "$year-$month-$day";
> > ---
> > Somehow, the second echo outputs only "--" as it should be "2001-8-14".
> > Any i
On Tue, 14 Aug 2001 05:05, lolodev wrote:
> recetly i ask about running automatically a page after each request
> page.
>
> response is auto_prepend_file, auto_append_file,
>
> but how can i prepend file is the same for all php.ini
>
> but how can i do this with my provider , and how can i have a
Previously, Kelly Corkill said:
> Define the height and width for each graphic, otherwise how does the browser
> know how to draw the screen? With height/width netscape will allocate space
> for the missing images and fill them in as the files complete, without - it
> waits until all are done befo
Previously, Ville Mattila said:
> ---
> $invdate = "14.8.2001";
> echo "$invdate\n";
> list($day, $month, $year) = split(".", $invdate);
> echo "$year-$month-$day";
> ---
> Somehow, the second echo outputs only "--" as it should be "2001-8-14".
> Any idea why this happen and how this could be avoi
Previously, John Meyer said:
> I haven't had much experience with dealing with uploaded files. Are there
> any links that would help me to deal with these files using PHP from a
> server-side.
http://www.php.net/manual/en/features.file-upload.php
--
If carpenters made buildings the way progr
What errors are you receiving?
You probably should change your \\ to / for Windows paths to work right.
--
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://c
> why can i read PATH_INFO server variable with apache under windows server
?
>
> with IIS 5 it's OK
>
> how can i ?
>
> -> Warning: Undefined variable: PATH_INFO in
> e:\sitephp\php_edit\htdocs\var.php on line 3
Is Apache configured to pass that variable on?
Did you compile as CGI -- IE, are y
> I'm new to PHP and to e-commerce. Needless to say, I've done a lot of
> studying over the last few weeks and I'm ready to dive in head first!
Actually, you're not... Sorry. The fact that you want to store data in
flat files, and that you want to store CREDIT CARD INFO the way you describe
tel
You probably should take this to Zend support and/or their forums if nobody
here knows it.
That said, *WHERE* is libm.so.5, and where are they likely to be looking for
it?...
Make some SymLinks to it in the usual places until it works.
Disclosure: I used to *BE* Zend support :-)
--
WARNING [E
Probably -- You may need to examine the output of the HTTP stream coming
back and store it yourself, but the data is all just text coming out of
their server into your script.
Read it, store it, figure out what to send back to get through the next
page, and just keep plugging away at it.
--
WARN
I dunno about the Interbase part, but you need to have a separate script
just for the image, since that's a separate HTTP request from a web-page.
This separate file needs to send out the right header for GIF images:
You then need to get the GIF data out of Interbase, and echo it out.
Since ec
> Does using pg_loread or any other php functions for postgresql large
> objects modify the size of the file? I'm seeing a size increase in a few
> bytes when I receive the file back to my hard drive. The file still seems
> to run ok, but I'm wondering what is doing this?
Under Un*x, compare the
> include("/home/fplg/lib/functions.php");
We'll probably need this file as well...
> echo "starting page";
> if(!isset($action)) {
> $action = 1;
> }
> echo "finished isset action if";
>
> echo "starting if for submit check";
> if($submit) {
> //$action = 2;
> echo "inside if";
> i have come across a strange problem with variable variables. Basicly i'm
> doing the following and its not working:
>
> $section = 'data["SITE"][0]["NAME"][0]';
> $pData = 'My Site.';
> ${sprintf('$%s', $section)}.=$pData;
>
> but it is not working. But if i do this:
>
> eval('$'.$section.'.="'
I think you can do all that with "cURL"
--
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/volunteer.htm
- Original Message -
From: Bra
> If I try to submit a file for upload using the form using Netscape I get
>
> "Document contains no data". If I do the same in IE5.0 it just waits
> forever.
>
> Looking at the apache server error_log file I appear to be getting a
> "Segmentation Fault (11)" each time I try and Post the contents
> Using the following code, the two files copyUp.pl and convert.pl
> aren't called. I can run them peachy dandy from the commandline
> with the expected results. I've tried system(), exec(), and back tics.
> $command = "/home/copyUp.pl $sellerid $image";
> exec($command, $output, $error);
> if(
Hi there,
First the code:
---
$invdate = "14.8.2001";
echo "$invdate\n";
list($day, $month, $year) = split(".", $invdate);
echo "$year-$month-$day";
---
Somehow, the second echo outputs only "--" as it should be "2001-8-14". Any idea why
this happen and how this could be avoided?
Thanks,
- Vil
There's a session deletion script based on the last time a session file
was written to. You can set the duration a session is allowed to stay on
the file system for. http://database.sf.net/ - Down the bottom.
On Tue, 14 Aug 2001, Chris Kay wrote:
>
> I have a mysql/php db/website that uses sess
I haven't had much experience with dealing with uploaded files. Are there
any links that would help me to deal with these files using PHP from a
server-side.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
While building a simple feedback form, I came across what seemed like a puzzling
error(?) in the manual.
After the user has filled the form I call for the mail() function. To do so, I
referred to the manual about the mail function:
http://php.net/manual/en/function.mail.php
"...Please also no
Chris,
I have found that when you get the users to exit propperly they will go by them
selves ... also have a look @ the garbage collection in your php.ini file
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>list-help:
>list-unsubscribe:
Hi, I have a problem with setting cookies...I am able to set cookies and
retreive the information when using IE but not netscape. I'm not totally
sure what the problem is. Here is the syntax that I am using, any
suggestions are welcomed.
$cookiedata = "Mmmm";
$time = mktime()+900;
$expire = date(
I have a mysql/php db/website that uses session, (i am new to sessions).
My question is that the session works and all but i notice that it writes
alot of sess_*** files in the /tmp directory.
Do i need to purge these weekly so it wont use tooo much room or are these
spose to delet
putting something like
Christopher,
1. $25.00 / mth is trivial for the security and speed a database provides
(And you can do development work on your own machine, start paying only
when you move it to production.)
2. Your database can be, and probably will be in a web hosting environment,
protected with a username
Define the height and width for each graphic, otherwise how does the browser
know how to draw the screen? With height/width netscape will allocate space
for the missing images and fill them in as the files complete, without - it
waits until all are done before drawing to the screen.
MSIE gets aro
Hello,
I need to login to a site that requires you to have cookies. Can cURL
receive and accept cookies?
Thank you,
Brandon Orther
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
On Mon, 13 Aug 2001 23:16:35 +0100, Seb Frost ([EMAIL PROTECTED])
wrote:
>I have a php page which generates a page of thumbnails from a
>database. In
>internet explorer all of the layout loads first, and the thumbnails
>appear
>one by one as they are downloaded. Netscape however seems to insist
> Is there any way to use the --with-apxs and make the cgi version in the
> make?
Nope, you need to do two separate builds. One using --with-apxs and one
without.
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
Henrik Hansen wrote:
>
> [EMAIL PROTECTED] (Web Manager) wrote:
>
> > Hello,
> >
> > I am testing a new DHTML code for navigation menus. I plan to use it
> > throughout my web pages made with PHP. The script is about 600 lines
> > long!
> >
> > Beside making a :
> >
> > define (script1,
I have a php page which generates a page of thumbnails from a database. In
internet explorer all of the layout loads first, and the thumbnails appear
one by one as they are downloaded. Netscape however seems to insist on
downloading all images before displaying the page. This makes it appear
ve
Is there any way to use the --with-apxs and make the cgi version in the
make?
- Dan
--
--
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 PROT
Hi all!
I'm trying to build a registration system for a community site that
I'm building, and was wondering if people could give me advice or
tell me about problems they've been having??
I'm planning to let people register with a username and password
(encrypted), and then make them login with t
I would use javascript... have javascript sleep for the time period,
then switch a hidden variable to indicate they didn't finish, then
submit the form.
It's not bullet proof in that I could just turn javascript off on my
machine, but it works...
-philip
In article <[EMAIL PROTECTED]>,
Tom Henry
On Mon, 13 Aug 2001 17:06:37 -0400 (EDT), Daniel Adams
([EMAIL PROTECTED]) wrote:
>Sounds like you could use javascript rather than php for this one.
>Or you
>could try using an http refresh after a certain number of seconds.
> - Dan
yeah but an http refresh won't post the form. you could t
function truncate($string, $size)
{
$new_string = substr($string, 0, $size);
$new_string = explode(' ', $new_string);
array_pop($new_string);
$new_string = implode(' ', $new_string);
return $new_string;
}
this function can defn be improved apon. all this does is trims the string
t
Sounds like you could use javascript rather than php for this one. Or you
could try using an http refresh after a certain number of seconds.
- Dan
On Mon, 13 Aug 2001, Tom Henry wrote:
> Hi
>
> Could someone steer me in the right direction for this one - I can't
> seem to see the forest
Fabulous. Thanks to Steve and Mark. Exactly what I needed.
Jeff Oien
> >Something like this, perhaps (untested):
>
> I needed this too so I just tested it.
>
> >function smart_ucwords($String)
> >{
> >
> > $ExceptionList = array('the', 'an', 'a'); # should all be in
> >lowercase
> >
> >
hi all
I was wondering if anyone had found a solution to the problem of cropping a
string to a certain length...however a certain length based upon the actual
"size" of it. By this I don't mean after n characters, or even after m words
(have a function for this already)... what I'm looking for is
Hi
Could someone steer me in the right direction for this one - I can't
seem to see the forest for the trees.
I want to be able to show the user a set of _quiz_ questions - and
almost simultaneously (that part's not critical bit) start a _timer_ for
the quiz session.
The critical bit is that
"Gerard Samuel" <[EMAIL PROTECTED]> wrote:
> OK it worked, but now I have to figure out why its only updating the
> first row.
> Tyler Longren wrote:
> > yeah...jibberish. Should be this:
> > UPDATE mpn_asklee SET reply='$Reply[$i]', Post='$post[$i]' WHERE
> > ID='$counts'"
If each row ha
Then you didn't follow the steps in the INSTALL file exactly. Go back and
start over. This stuff has been tested thousands of times. It works.
-Rasmus
On Mon, 13 Aug 2001, Jay Paulson wrote:
> yeah i've tried that too and i still get the same error(s)
>
>
> >From: Rasmus Lerdorf <[EMAIL PROT
yeah i've tried that too and i still get the same error(s)
>From: Rasmus Lerdorf <[EMAIL PROTECTED]>
>To: Jay Paulson <[EMAIL PROTECTED]>
>CC: PHP <[EMAIL PROTECTED]>
>Subject: Re: [PHP] PHP and Apache
>Date: Mon, 13 Aug 2001 12:07:39 -0700 (PDT)
>
> > I was wondering if any of you had a problem
PHP Fellows:
Thanks for taking the time to look at this.
I'm new to PHP and to e-commerce. Needless to say, I've done a lot of
studying over the last few weeks and I'm ready to dive in head first!
I'll be building an e-commerce site and I'll be using PHP. I'd like
customers to have the optio
I am new to Linux and I have installed RH 7.1 along with Apache, PHP,
and Interbase 6.0. I can start Apache, but how do I start Interbase?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
[EMAIL PROTECTED] (Web Manager) wrote:
> Hello,
>
> I am testing a new DHTML code for navigation menus. I plan to use it
> throughout my web pages made with PHP. The script is about 600 lines
> long!
>
> Beside making a :
>
> define (script1, "" .
> "" .
> "" .
> "");
>
> and c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
here docs also work good for big blocks of text
(although interpolation will occur, which you might
not want)
$mytext = < -Original Message-
> From:
[EMAIL PROTECTED] (James Crowley) wrote:
> Hi,
> Is there any way to send an ICMP ping (or packet) from PHP?
> (without using exec("ping")!!)
use sockets
--
Henrik Hansen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
>Something like this, perhaps (untested):
I needed this too so I just tested it.
>function smart_ucwords($String)
>{
>
> $ExceptionList = array('the', 'an', 'a'); # should all be in
>lowercase
>
> $String = ucwords(strtolower(ltrim($String))); # LINE A
>
> foreach ($ExceptionLi
Hello,
I am testing a new DHTML code for navigation menus. I plan to use it
throughout my web pages made with PHP. The script is about 600 lines
long!
Beside making a :
define (script1, "" .
"" .
"" .
"");
and calling the script1 name in my PHP pages...
this will be very, very long, is there
Hello,
I have a cgi script that logins to a site and then emulates a form POST.
The script uses Net::SSLeay and was wondering if there is soemthing
equvilent to it?
Thank you,
Brandon Orther
WebIntellects Design/Development Manager
[EMAIL PROTECTED]
Thanks for telling me that I was talking jibberish :)
OK it worked, but now I have to figure out why its only updating the
first row.
Ill be back if I cant figure it out.
Thanks all
Tyler Longren wrote:
> yeah...jibberish. Should be this:
> UPDATE mpn_asklee SET reply='$Reply[$i]', Post='
Hello
I wanted the user to choose certain html files (one or more) via a checkbox
and then insert them into the new php site.
The checkbox thing is okay but I keep recieveing errors on the php site
Could you help me?
***
Here is your required information
***
I hope I didn't make you more exp
recetly i ask about running automatically a page after each request page.
response is auto_prepend_file, auto_append_file,
but how can i prepend file is the same for all php.ini
but how can i do this with my provider , and how can i have a
auto_prepend_file different to another web site?
(my e
1 - 100 of 209 matches
Mail list logo