Hi all,
Is there a command to update a variable on a other frame generated by a php script.
This is needed to show the number of records selected in the bottom frame (this frame
is also generated from a php script).
Manny thanks,
Hans.
You are right Daniel, working with no text file for the img file names
represents less work to update the gallery but I'm working on this idea
text file ---> picture.jpg, description of the picture
so a txt file is needed
I would be glad to now when your "page numbers for faster navigation"
This should do,
Motor
Racings Strangest Races TIMBALLS,
GEOFF Paperback http://owas.proxis.be/gate/jabba.coreii.g_p?bi=4&sp=DETAILS&mi=3575625
&si=19806267"> Sales start 30/09/2001 Proxis Price: 663
BEF http://owas.proxis.be/gate/jabba.coreii.g_p?bi=4&sp=DETAILS&mi=3575625
&si=1
are we talking JavaScript wise?
"Hvm" <[EMAIL PROTECTED]> wrote in message
001001c14270$8a563380$0601a8c0@Hans">news:001001c14270$8a563380$0601a8c0@Hans...
Hi all,
Is there a command to update a variable on a other frame generated by a php
script.
This is needed to show the number of records sel
you need to update the page that the frame displays. call the page and then
use 'target=' to direct the output to the frame of your choice.
Steve
"Hvm" <[EMAIL PROTECTED]> wrote in message
001001c14270$8a563380$0601a8c0@Hans">news:001001c14270$8a563380$0601a8c0@Hans...
Hi all,
Is there a command
You want to parse the non blank lines out of the blank lines?
"Dominica Anderson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a text file that is formatted as such
>
> Something - SomethingElse
> <4 blank lines>
> SomethingMore
> <4 blank lines>
> So
you can always use eval to create a variable too!
"Neil Freeman" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi there,
>
> How do I generate variable names 'on the fly'? I wish to have variable
> names along the lines of $genre_category_1, $genre_category
I cannot connect to remote oracle database. I get the error below.
OCISessionBegin: Error while trying to retrieve text for error ORA-03106
(meening : fatal two-task communication protocol error)
My env is all correct.
My test.php:
$db = " (DESCRIPTION =
(ADDRESS_LIST =
You can allso do like this:
$i = 1;
${"test". $i} = "123";
echo $test1;
___
Marcus Rasmussen
[EMAIL PROTECTED]
On 21-09-01 at 11:21 _lallous wrote:
>you can always use eval to create a variable too!
>
>$i = 1;
>eval("\$test$i=123;");
>echo $test1;
>?>
>
>
dot.com crissis reaches me!!
I've been fired, anyway I'll be in that nice PHP list
(any job for me?)
Aniceto Lopez
www.laMundial.net
download our free music
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
On Thursday 20 September 2001 21:36, Wee Chua wrote:
> Hi all,
> I know how to forward a page with PHP, but what if the page I want
> to forward is the previous page or last page. In javascript, the
> code is like javascript:historygo(-1). The reason why I want to go
> back to previous page is bec
Hi,
iam trying to grab info from a webpage.
This snippet is the part that does the actual searching...
$site = "www.whatever.com/something.html";
$open = fopen($site, "r");
$search = fread($open, 2);
fclose($open);
$search = ereg("$begin(.*)$end", $search, $content);
What i find strange is
where have you been, I was layed off last november? your behind the times
man, you should have been unemployed months ago.
- Original Message -
From: "Aniceto Lopez" <[EMAIL PROTECTED]>
To: "PHP list" <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 2:49 AM
Subject: [PHP] fired!
> d
funny Chris, I was working in www.latinia.com in Barcelona
(Spain), the company is going on but only sms bussines,
not web portals
unemployment is not so funny in Spain
> where have you been, I was layed off last november?
> your behind the times man, you should have been
> unemployed months ag
On Friday 21 September 2001 01:45, Neil Silvester wrote:
> Another PHP problem has kept me up all night, scouring through my database
> books and trying everything I could think of. I am still new to the MySQL
> and PHP field, but never the lass I will not give up.
> $cat is a variable that is pas
Looking through the documentation and several book I
can not find a PHP file function that mimics Perl's
truncate(FH,offset);
This is very handy to remove the contents of an existing file.
Am I overlooking something?
Urb
--
PHP General Mailing List (http://www.php.net/)
To u
I worked at www.forestindustry.com , everything was fine until one day a
staff of 30 was reduced to a staff of 5. Unemployment isnt funny anywhere.
- Original Message -
From: <[EMAIL PROTECTED]>
To: "PHP list" <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 4:20 AM
Subject: [PHP] fire
Hi,
Can someone tell me where can I find IMAP server for windows ?
Thanks,
Rosen
--
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]
> I worked at www.forestindustry.com , everything was fine until one day
> a staff of 30 was reduced to a staff of 5. Unemployment isnt funny
> anywhere.
Another thing that isn't fun is going for 5 months without getting payed.
On my part, my inspiration suffers a great deal ;)
dot com's suffer
lets have a php-beer for all the dot.com unenployed!
Aniceto Lopez
www.lamundial.net
--
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,
We are working with PHP & MYSQL, and we would like to publish some
information that we have with MS ACCESS and MS EXCEL, and altough I know
that it is posible to connect an access database using ODBC from PHP,
however I don't know if it is legal to do this without having to pay
licenses to M
I guess the ereg() will stop when i reads a new line character, therefore
try to use the preg_match() with /is modifiers.
preg_match("/$begin(.*?)$end", $search, $matches);
"Daniel alsén" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> iam trying to gr
Hi All,
Has some one a solution for a non posted field to get the entered information out in
to the session variables.
My code:
1e The script "adv_search_dis.php4" is to build the input field.
";
// Find the diseases via Link
echo "Search";
?>
2e The script "0DiseaseFind.php4" is
Help,
Can anyone help me ?
I have a progress database running and require PHP to read and write to it.
We have looked at ODBC and would like to avoid that if possible.
> Richard
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
At 1:49 PM +0200 9/21/01, <[EMAIL PROTECTED]> wrote:
>lets have a php-beer for all the dot.com unenployed!
>
My PHP 4.0.5 doesn't have php_beer() function :( Is that available
in CVS tree?
--
+ Open source questions? +
| Steve Edberg
How do i send the user on to another page at the end of the execution of a
script?
# Daniel Alsén| www.mindbash.com #
# [EMAIL PROTECTED] | +46 704 86 14 92 #
# ICQ: 63006462 | #
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
If nothing is beeing sent to output on the page then use header() else you
need to use javascript.
Niklas
-Original Message-
From: Daniel Alsén [mailto:[EMAIL PROTECTED]]
Sent: 21. syyskuuta 2001 15:51
To: php
Subject: [PHP] Quickie
How do i send the user on to another page at the end
> If nothing is beeing sent to output on the page then use header() else
> you need to use javascript.
>
>
> Niklas
>
if headers are sent.
Use header( "Location: file.php" ), as noted earlier, if no headers are sent.
--
Stig-Ørjan Smelror
Systemutvikler
Linux Communications AS
Sandakerv
Richard,
Regarding Progress, you are probably going to come back to ODBC :)
When you do, feel free to give our drivers a try. You will be pleasantly
surprised.
Let me know if I can help in any way.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openli
How do i do that exactly?
Cheers
Simon
-Original Message-
From: Richard Heyes [mailto:[EMAIL PROTECTED]]
Sent: 20 September 2001 18:38
To: [EMAIL PROTECTED]
Subject: RE: [PHP] Is CRON'd PHP script already running?
> ...in perl
> check to see
> if the process is already running, and if
Jeffrey,
Set your ORACLE_HOME environment variable.
putenv("ORACLE_HOME=/path/to/oracle/home/dir");
etc.
HTH
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers
> -Original
Hi!
something looks strange for me.
Why the method Fils::x is called?
MyConfig: RH7.1 PHP4.0.6
I found something similar in the bug database.
http://bugs.php.net/index.php?id=12313
Open 4.0.6 Linux parent resolving and deep require's
## RESULT
Fils::Fils called
Pere::Pere called
Fils::x calle
Hi,
When a form is submitted using a standard SUBMIT button it is possible
to catch this via php using if ($submit) but how do you catch this if
you are using an image for submitting instead of the button?
Any help would be greatly appreciated.
Here is a cut down version of my code:
##
These are the ./configure commands:
apache
./configure --prefix=/opt/apache --enable-module=most --enab
le-shared=max
php
./configure --with-apache=/opt/apache_1.3.20 --enable-discar
d-path --enab
le-safe-mode --with-mysql=/opt/mysql --enable-sockets --with
-vpopmail=/home/vpopmail
The error app
> When a form is submitted using a standard SUBMIT button it is possible
> to catch this via php using if ($submit) but how do you catch this if
> you are using an image for submitting instead of the button?
>
> Any help would be greatly appreciated.
>
values of image_x and image_y will be set i
- Original Message -
From: "Neil Freeman" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 3:30 PM
Subject: [PHP] Detecting an image form submission via PHP
you could use a in the form
regards
Michael
--
PHP General Mailing List (http://w
> Hi,
>
> We are working with PHP & MYSQL, and we would like to publish some
> information that we have with MS ACCESS and MS EXCEL, and altough I know
> that it is posible to connect an access database using ODBC from PHP,
> however I don't know if it is legal to do this without having to pay
>
On 9/21/2001 5:49 AM this was written:
> dot.com crissis reaches me!!
> I've been fired, anyway I'll be in that nice PHP list
>
> (any job for me?)
I feel for you. We were kinda put on notice that if things don't change we
could get salary cuts or job cuts. I don't believe I'll lose my job, I'
I'm working on something to deal with the W32/Nimda worm traffic, and in
order for this to work, I need a cache management function - basically, as
an event occurs, I check to see if the source IP is in the cache file
already - if not, it gets added along with the current timestamp and
action
On Friday 21 September 2001 15:15, Jean-Pierre Arneodo wrote:
> Hi!
> something looks strange for me.
> Why the method Fils::x is called?
> class Fils extends Pere {
> function Fils(){
> echo "Fils::Fils called";
> $this->Pere();
> }
> function x(){
>
OK cheers, that method seems to work ok.
Thanks, Neil
Michael van Bracht wrote:
> - Original Message -
> From: "Neil Freeman" <[EMAIL PROTECTED]>
> To: "PHP General" <[EMAIL PROTECTED]>
> Sent: Friday, September 21, 2001 3:30 PM
> Subject: [PHP] Detecting an image form submission via PH
Hi,
I need to retrieve image properties from an EPS graphic. therefore I installed
ImageMagick on Windows.
This command works very well on the commandline:
C:\>C:\imagemagick\identify.exe -ping -format "%m %f %b %w %h %x %y" http://ws-
tgljfix/upload/pusunybkvv.eps
However, when executed thr
why not just drop access and move to postgresql or mysql.
go on .. make the leap; you know you want to
Steve
"Jon" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> We are working with PHP & MYSQL, and we would like to publish some
> information th
Does anyone know what is going wrong, when all of a sudden, the
content of PHP global variables that are generated from a POSTED
form, have a CR/LF prepended?
That means, looking at a field 'name' where 'john' was typed in,
I'm getting a variable $name with the content
'
john'
instead of
hmm, usually it uses session cookies and then no cookie is set.. its then
kept in memory for as far as i know :-)
gl,
Emile Bosch
Peter <[EMAIL PROTECTED]> schreef in berichtnieuws
[EMAIL PROTECTED]
> Hi,
>
> I am new to learning PHP and I have experimenting with setting cookies.
> Basically, I
in worst cases read it after post via trim()
"Patrick Sibenaler" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
>
> Does anyone know what is going wrong, when all of a sudden, the
> content of PHP global variables that are generated from a POSTED
> form, hav
Hi,
I have a form which contains an:
tags
but I don't think a form will like this.
Has anyone a solution?
Here is my code
#
imagesubmit.htm
function set_category() {
alert("category set");
}
alert(\"form submitted\");";
}
else
{
echo "alert(\"not submitte
On Friday 21 September 2001 16:27, you wrote:
> Does anyone know what is going wrong, when all of a sudden, the
> content of PHP global variables that are generated from a POSTED
> form, have a CR/LF prepended?
It happens to me when I'm using Konqueror and multipart/form-data
enctype in forms (be
Hi all,
I solved my Cookie problem by making it simple:
On cookietest.php I have:
and on cookietest.lasso I have
Display Cookie:
[Cookie:'Cookievalue']
and the cookie is displayed properly.
This will allow me to integrate Lasso and PHP together and be able to pass
data between them using c
I submit a form with multipart/form-data, where a field 'name'
contains let's say 'john'. On submit, I do get the expected global
$name -variable but the content has a CR/LF or /n character in front
of the actual content, like:
'
john'
instead of 'john'.
Can anyone advise on this??
I'm not sure what question you are asking, but try changing this line
$aFinfOn = Getenv($aFindOnInput);
to
$aFinfOn = $HTTP_POST_VARS["aFindOnInput"];
The function getenv() gets environment variables, not post variables.
Kirk
> -Original Message-
> From: hvm [mailto:
I did but didnt work.
Jeffrey Iskandar Ahmad
System Engineer
Technology Division
TIME dotNet
-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 9:09 PM
To: Jeffrey Iskandar Ahmad; [EMAIL PROTECTED]
Subject: RE: [PHP] installing PHP with-apx
Ensure that this is sent in the envrionment before compiling php and
starting apache as well.
Cheers,
Andrew
> -Original Message-
> From: Jeffrey Iskandar Ahmad [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 21, 2001 11:50 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE
Prezados colegas,
Estou tentando instalar um sistema de votação, mas ele pede que as duas
instruções abaixo sejam executadas. Onde devo inserir esses códigos no DOS ?
1. Upload all php files in ASCII-mode to your server.
Give write permissions to the webserver on the configuration files.
Hi,
I've got to different files of words. One on each line.
What would be the best way to combine both into one file alphabetically?
I thought about:
$file1 = file('file1.txt');
$file2 = file('file2.txt');
$both = array_merge($file1, $file2);
print_r($both);
Any advice?
Cheers,
Jord
--
Jorda
> I've got to different files of words. One on each line.
> What would be the best way to combine both into one file
> alphabetically?
after you merge the arrays, use asort();
Chris
I realize this is more of an apache question, not a php question, but I
thought you guys of all people, would be able to help me...
I have an apache server setup, hosting a number of sites. I need one site
to be ran under a different user so it can execute shell commands via
system() under that
this isnt reallt a php question but I'll answer it anyhow because Ive been
stuck with netscapes incompatabilities before. do this.
if that doesnt work you'll have todo this.
function set_category()
{
alert("category set");
document.formMoviesSearch.submit();
}
...
or if you want the h
Check out http://www.eaccounts.net/ref/jp52950052/?referer=emaillink
The owner is a friend of mine.
Jeff Pearson
NOTE: In support of full disclosure, yes the link IS tracking referrels. I
do NOT recieve financial benefit from you clicking through. As mentioned
above, the owner is a friend of m
On Friday 21 September 2001 17:17, Patrick Sibenaler wrote:
> I submit a form with multipart/form-data, where a field 'name'
> contains let's say 'john'. On submit, I do get the expected global
> $name -variable but the content has a CR/LF or /n character in
> front of the actual content, like:
Hi
PHP 4.0.4pl1 is used here on an Apache 1.3.14 on a RedHat Linux 7.0
Kernel 2.2.17
Tamas Arpad wrote:
>
> On Friday 21 September 2001 17:17, Patrick Sibenaler wrote:
> > I submit a form with multipart/form-data, where a field 'name'
> > contains let's say 'john'. On submit, I do get the exp
I have a serious problem with function track_errors in PHP4.0.6
Every time i want to use variable php_errormsg to catch the error, i
receive
this message:
Warning: Undefined variable: php_errormsg in
/usr/local/apache/htdocs/teste/c10/ex19.php on line 85
Query failed: error was ''
I want to men
What happens if you use include() to include a file from another server,
and that file sets a session? Does the session get set for the domain of
the wrapper page, or does it get set for the domain of the included
page?
--
Matthew Walker
Ecommerce Project Manager
Mountain Top Herbs
---
Outgoin
On Thu, 20 Sep 2001 11:49:02 +0200 impersonator of [EMAIL PROTECTED] (*
R&Ze:) planted &I saw in php.general:
>It's not all that difficult, really. It's exactly how it's described
Well. They don't describe (in my copy of documentation, at least:) a
return on error. And it dosn't blew up an error
PHP 4.0.4pl1 is used here on an Apache 1.3.14 on a RedHat Linux 7.0
Kernel 2.2.17
Tamas Arpad wrote:
>
> On Friday 21 September 2001 17:17, Patrick Sibenaler wrote:
> > I submit a form with multipart/form-data, where a field 'name'
> > contains let's say 'john'. On submit, I do get the ex
On Thu, 20 Sep 2001 10:37:58 +0200 impersonator of [EMAIL PROTECTED] (*
R&Ze:) planted &I saw in php.general:
>again. And believe me: IT'S A LOT OF RAIN HERE!
>
"Its raining back, Aleluia":) Like in UK reign in "foggy Albion":)? I
can understand you, I used to live in St. Petersburg.. Or do you m
PHP 4.0.4pl1 is used here on an Apache 1.3.14 on a RedHat Linux 7.0
Kernel 2.2.17
Tamas Arpad wrote:
>
> On Friday 21 September 2001 17:17, Patrick Sibenaler wrote:
> > I submit a form with multipart/form-data, where a field 'name'
> > contains let's say 'john'. On submit, I do get the expe
Thanks Mathew, Jason and Joseph for the reply.
I never thought that having a large function could be a bad thing.
I'll keep your tips in mind when writing functions from now on. Fortunatly,
the function I was refering to that was 100 lines is a one time use
function. It's only used to setup the
Every time I send an email to the list, I get a bounce-back. Below are the details...
anyone else see this?
who is [EMAIL PROTECTED]?
Reporting-MTA: dns; mail.aaz-netmarketing.com
Arrival-Date: Fri, 21 Sep 2001 19:02:32 +0200 (CEST)
Final-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Hey I got that message in trying to remove my address from a spammer's
list. But I'm not subscribed to the php mailing list.
Every time I send an email to the list, I get a bounce-back. Below are the
details... anyone else see this?
who is [EMAIL PROTECTED]?
Reporting-MTA: dns; mail.aaz-net
Hmmm Well, the *ONLY* time I get it is when I send email to
php-general
"NoWayMan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey I got that message in trying to remove my address from a spammer's
> list. But I'm not subscribed to the php mailing
Before others wate their time on this:
The bug has officially been filed for RedHat 7.0 and php 4.0.4pl1:
http://bugs.php.net/index.php?id=8966
thanks tamas.
Tamas Arpad wrote:
>
> On Friday 21 September 2001 17:17, Patrick Sibenaler wrote:
> > I submit a form with multipart/form-data,
Hello everyone-
Here's my problem.. I have a script that uploads an image and then resizes
that image to a certain size etc. Then it takes that image and copies it to
a spefic location. My problem occurs when trying to copy the file to the
specific location because I get a permission denied (I'
hi everyone,
I'm sorry that i'm not there on the list for a few days. Actually i'm
working for a project in which i want to download some files to
the server(remote) if the user inputs the url of the file name.
hope u got me.
i want to make my server to do the downloads for me so that i can
lat
> Hello everyone-
>
> Here's my problem.. I have a script that uploads an image and then resizes
> that image to a certain size etc. Then it takes that image and copies it
to
> a spefic location. My problem occurs when trying to copy the file to the
> specific location because I get a permission
I have also gotten that message when sending to PHP General. I had
cc'ed the original author, though, so thought maybe they had a misconfigured
reply to addy.
This is probably not the case, however, as the e-mail addy listed in my
bounce message was the same as the one you have listed here.
(Unl
Hmmm... I got the same bounce message when I sent this message.
- Original Message -
From: "Sheridan Saint-Michel" <[EMAIL PROTECTED]>
To: "Jason Bell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 1:24 PM
Subject: Re: [PHP] Is anyone else seeing this everytime
Nope. I get it even if php-general is the only address I'm emailing..
- Original Message -
From: "Sheridan Saint-Michel" <[EMAIL PROTECTED]>
To: "Jason Bell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 11:24 AM
Subject: Re: [PHP] Is anyone else seeing this e
i want to restrict the access of some files to a single user only whose names and pwds
are stored in mysql table and i'm authenticating them through my website. So what
i'm looking for is that the files should not be downloaded when their urls are typed in
the browsers.
/sagar
Hi All,
Has some one a solution for a non posted field to get the entered information out in
to the session variables.
My code:
1e The script "adv_search_dis.php4" is to build the input field.
";
// Find the diseases via Link
echo "Search";
?>
2e The script "0DiseaseFind.php4" is
Is it possible to use include inside the mail function?
eg
mail(include("blah.txt")) ???
-lk6-
http://www.StupeedStudios.f2s.com
Home of the burning lego man!
ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666
hi!
i want to send emails with attachements... can I modify the mail()-function
or how can I perform this?
please email me - thank you!
gert.
[EMAIL PROTECTED]
http://www.mellak.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
I have a table ..
this table have 20 record..
I want to view this record in the 4 pages (5 record by
page)..
how can I do that !!
__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com
> i want to send emails with attachements... can I modify the
> mail()-function or how can I perform this?
You can get classes that do this very thing at the following site:
http://phpclasses.upperdesign.com/
Chris
Is it possible to use include inside the mail function?
eg
mail(include("blah.txt")) ???
-lk6-
http://www.StupeedStudios.f2s.com
Home of the burning lego man!
ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666
> i want to send emails with attachements... can I modify the
> mail()-function
> or how can I perform this?
> please email me - thank you!
There's a class available here which will do it:
http://www.heyes-computing.net
--
Richard Heyes
"I know not with what weapons World War III will be fought
Greetings to You:
Any Free Web Hosts that still support the mail( ) function out there?
Regards,
Salty
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To
hi,
i have installed win2k and configured apache and php4.0.6 but
mysql is giving error 1016 or so.
why is this happening.
/sagar
Try coolfreepages.com
Felix
- Original Message -
From: "Salty Marine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 2:20 PM
Subject: [PHP] Any Free Web Hosts that still support the mail( ) function
out there?
>
> Greetings to You:
>
> Any Free Web Hosts th
Mostly bug fixes and minor improvements. Added compile id for separate
compiled versions of the same script. The directory format and filename
convention for the files in templates_c has changed, so you may want to
remove all of the existing ones before you upgrade.
Monte
http://www.phpinsider.c
Hi,
I heard it was possible to turn off/on php execution in a directory using
the .htaccess file.
Can some one tell me how to do that?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To cont
correct way is to get file name is :
$path_parts = pathinfo($dir.$file);
$fdir = $path_parts["dirname"]; // directory name
$fname = $path_parts["basename"]; // file name
$ftext = $path_parts["extension"]; // file extension
best regard
Hello everyone -- I'm just a little bit stumped on this. I've got some
files that are available for user download, however, the files are in
different directories. The file names are based on the item number which
is available. For example, item number "AS1000-01" is in directory "AS"
and is named
Hello,
hey is it just me or is the manual on the PHP website all mixed up at the
moment ? When you click on the "Documentation" / "English" links it just
takes you to a search page ! Similiarly for functions and so on.
Lukas
Sofnology Ltd
--
PHP General Mailing List (http://www.php.net/)
To
My web sites, which generally have only a couple of real visitors a
day to run a specific applications, have just been getting hammered
by this stupid nimda and code red stuff. I'm running Linux/Apache/PHP
and have firewalls that filter everything except port 80 so I'm not
worried about any local
Greetings to Felix and All:
I must agree that http://coolfreepages.com/ is a really good free hosting
service that supports PHP. However, soon as you use mail( ), it generates
an error message:
Fatal error: Call to undefined function: mail() in ...
Regards,
Salty
-Original Message-
Fr
It's being worked on, go here :
http://www.php.net/mirrors.php
Replacing www with your county code (uk,us,au...) usually works too. For
example, the uk mirror is uk.php.net
regards,
Philip Olson
On Sat, 22 Sep 2001, Lukas wrote:
> Hello,
>
> hey is it just me or is the manual on the PH
Could someone tell me how to sort this? Each $variable1 is a 3,4 or 5
letter string that I would like sorted alphabetically. I assumed "sort" would
do it but apparently it isn't the right type of array. Thanks.
$variable1 = split("\n", $variable);
Jeff Oien
--
PHP General Mailing List (http:
It would help if you gave us some more information. If you look in your
MySQL folder you will see a folder call include. In that folder there is
file call mysqld_error.h, this a list of some of the errors you will
encounter. This will help you track down the problems you are having, in
the MyS
Hi !
I am having a problem that looks like this :
1.I'd like to have some clue on the traffic on my site, but my server doesn't support
the mysql or smth like that. Anyway, I'd be happy with a text file, smth like a log
file. Is it possible to write into a text file ?
2. Is it possible and is
1 - 100 of 188 matches
Mail list logo