php-general Digest 7 May 2002 06:58:51 - Issue 1330
Topics (messages 96302 through 96359):
Re: Grabbing ALL $_POST var at once.
96302 by: Rasmus Lerdorf
96303 by: Miguel Cruz
96305 by: 1LT John W. Holmes
96306 by: David J Jackson
96307 by: David J Jac
On 6 May 2002 at 20:30, Craig Westerman wrote:
> File is on another server. Is there a way to check if file exists on
> another server?
I wrote the following function a while ago to do this. It works with http URLs and
should also
work with https and ftp, but I have only tested http. I hope it'
> -Original Message-
> I'm curious, I keep seeing people say that that tag is
> /necessary/, but I've never had to use it in the upload forms
> that I've built and they work just fine in Opera, NN & IE.
Good question. To be honest it's been a while since I looked, I built a
file
look at xml_set_character_data_handler()
it works fine for me
xml_parser = xml_parser_create();
xml_set_object($this->xml_parser, $this);
xml_set_element_handler($this->xml_parser, "start_element",
"end_element");
xml_set_character_data_handler($this->xml_parser, "character_data");
Sebastian:
On Tue, May 07, 2002 at 07:06:18AM +0200, Sebastian A. wrote:
> The parsing is not the problem. I am already using the PHP XML parser, but
> the problem is that it I cannot get the content of elements into variables
> like I already stated. Does no one know how to do this?
You are do
The parsing is not the problem. I am already using the PHP XML parser, but
the problem is that it I cannot get the content of elements into variables
like I already stated. Does no one know how to do this?
-Original Message-
From: Analysis & Solutions [mailto:[EMAIL PROTECTED]]
Sent: Mond
On Tuesday 07 May 2002 09:01, David Freeman wrote:
> > -Original Message-
> > D'oh! You're right, I went back and checked php.ini and
> > found upload_max_filesize but it's already set to 200M, I'm
> > assuming that means 200 MegaBytes. So I don't think that's
> > the problem. I do
Not until 4.3.
On Mon, 6 May 2002, Jonathan Rosenberg wrote:
> Does fopen() actually work for https connections? I thought this
> implementation was not yet released.
>
> > -Original Message-
> > From: Austin Marshall [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 06, 2002 9:40 PM
> >
I want to add the extension to the PHP server and I realize that I need to modify the
php.ini file for that extension. However, I cannot find that file. Also, where should
that file be placed?
On Mon, 6 May 2002, Craig Westerman wrote:
> What am I doing wrong? I get parse error between first echo statement and
> else.
>
> $fn = "image.gif";
> if (!file_exists($fn)) {
> echo "";
> else
> echo "";
> }
> ?>
You open the brace for the positive branch of the if and then leave it
open sur
Hello,
SP wrote:
> Thanks dude I'll take a look at it. How do you get around caching only certain
>parts of a
> page?
No problem, just capture all the page output in a variable and feed it
to the class.
Regards,
Manuel Lemos
>
> -Original Message-
> From: Manuel Lemos [mailto:[EMA
Free hosting for PHP Developers.
As many MySQL Databases as you need
PHP with all the bits http://scripts.operationenigma.net/phpinfo.php
FTP Access
Subdomain or Your own Domain
Tech Support over MSN if needed
98% Uptime
512/512 Connection based in Brisbane, Australia
Only catch is that I can't
strange i just worked this out over the weekend.
I'm going to be use it to email data that will be inserted
into an excel sheet you just tell it the html file is a xls file
in the mime headers and it opens the file up in excel,
no problem and no messing with csv files, comas,
xml support and a
Does fopen() actually work for https connections? I thought this
implementation was not yet released.
> -Original Message-
> From: Austin Marshall [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 9:40 PM
> To: Craig Westerman
> Cc: php-general-list
> Subject: Re: [PHP] file_exists
Yep...
http://www.php.net/manual/en/features.connection-handling.php
---John Holmes...
> -Original Message-
> From: Jarrad Kabral [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 6:16 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Is the browser still open? if not then I want to kil
Craig Westerman wrote:
> I found my problem.
Try fopen() if it fails it will return false, otherwise it will return
an integer file pointer. You get use it to fetch files via http://,
https://, ftp://, and more.
>
> From manual:
> "file_exists() will not work on remote files; the file to be e
I found my problem.
>From manual:
"file_exists() will not work on remote files; the file to be examined must
be accessible via the server's filesystem. "
File is on another server. Is there a way to check if file exists on another
server?
Craig ><>
[EMAIL PROTECTED]
-Original Message-
Craig Westerman wrote:
> What am I doing wrong? I get parse error between first echo statement and
> else.
>
> Thanks
>
> Craig ><>
> [EMAIL PROTECTED]
>
>
> $fn = "image.gif";
> if (!file_exists($fn)) {
> echo "";
> else
> echo "";
> }
> ?>
>
You've got your semicolons in the wrong spots.
search for "DirectoryIndex" and delete DirectoryIndex entry given below it.
"Todd Cary" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Craig -
>
> Thank you for the quick response. I do not see an entry in httpd.conf for
> DirectoryIndexing. Am I missing som
Hi all
I have a script that does a lot of harddrive access and runs for a while, at
the moment if the user closes his/her browser half way through, the script
continues and the harddrive keeps going crazy.is there a way like in ASP
to check that the browser is still open and connected??
Reg
After further research, (reading the redhat php spec file completely)
I discovered how they were making it, so that php binaries, and apache
php module was working at the same time...
The rpm builds the cgi root, and installs it, and the builds the apache
root, and installs that over the cgi inst
> -Original Message-
> I have a page that contains multi If ElseIf statements. I
> want to redirect right after a user submits gets a message
> (echo "Entry Added to Database. \n"; ) would you like to
> add another. then prompts for an alert. Would you like
> another ??? and
> -Original Message-
> D'oh! You're right, I went back and checked php.ini and
> found upload_max_filesize but it's already set to 200M, I'm
> assuming that means 200 MegaBytes. So I don't think that's
> the problem. I don't have the hidden tag set in the page
> code so that
> -Original Message-
> I have about 50 records with the following fields:
> 'gen', 'year', 'color', 'name', 'email', 'location', 'misc',
> 'pic1', 'pi c2', 'pic3', 'pic4'
> -Original Message-
If you're going to be changing your database, you might also consider
what to do w
What am I doing wrong? I get parse error between first echo statement and
else.
Thanks
Craig ><>
[EMAIL PROTECTED]
";
else
echo "";
}
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Original Message-
> Can someone tell me where to find the various options for
> the Header function as it relates to M$ Excel?
> -Original Message-
As far as I know, you can't. Headers are for html/http information not
for any particular "helper application". If you wan
Thank you so much Austin, and Julio! Your replies are an amazing help to me.
Thanks! Maybe I'll even get this project I'm working on done this week. =)
Anyhoo, Julio, you mean that option in the PHP.INI, is it
"register_globals"? Well, anyhow, I'm going to "convert" my script, as you
put it.
Aga
Craig -
Thank you for the quick response. I do not see an entry in httpd.conf for
DirectoryIndexing. Am I missing something?
Todd
--
Todd Cary
Ariste Software
2200 D Street Extension
Petaluma, CA 94952
707-773-4523
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To uns
> My PHP scripts are in a directory, "php". The owner of the
> directory is "root"
> and the group is "apache". Other has no rights.
>
> Group has rx rights. All works well *except* the surfer can view
> the directory
> of the php directory *and* copy the files.
It means that DirectoryIndexing
My PHP scripts are in a directory, "php". The owner of the directory is "root"
and the group is "apache". Other has no rights.
Group has rx rights. All works well *except* the surfer can view the directory
of the php directory *and* copy the files.
What have I missed??
Todd
--
Todd Cary
Ari
Dr. Shim wrote:
> Sorry, I'll have to clerify myself a bit. I'm rather tired. :)
>
> I have a script that verifys and inserts (into and Access databse) form
> values. I had to make the form variables "global", in order to use them in
> my functions. Since the new PHP is out, the script doesn't wo
Sounds like desired behavior to me. I would think that you may be able to
change the password, but aren't allowed to retrieve its value.
Cheers
> -Original Message-
> From: J. Anderson Scarbrough [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 3:03 PM
> To: [EMAIL PROTECTED]
> S
This is not the global that is meant on the update. Not the global $var
that you put inside your functions.
That's scope, btw. You are making a variable available inside a different
scope (the function), by making it "global".
The global you are searching for is, like when you submit a for
Sorry, I'll have to clerify myself a bit. I'm rather tired. :)
I have a script that verifys and inserts (into and Access databse) form
values. I had to make the form variables "global", in order to use them in
my functions. Since the new PHP is out, the script doesn't work anymore. I
think its pr
Is there another way then to register form variables global? I just
downloaded, and instlaled the newest version of PHP, and now my form script
doesn't work anymore. I had to register the form variables global in the
script. I'm asking, is there a better way of doing this? I've herd it can
lead t
Is it possible to modify the password attribute in LDAP? I am the netscape
directory server for authentication, but would like to allow the user to
change their own password. When I search for a user and get the attibutes
for that user password is not available. Am I missing something here?
Hi, I think if you encode the file with base64 and store it in the
database the size of the document will be more than 1MB sure.
David Bouw wrote:
> Dear Kirk (and Julio)
>
> Thanks for the response..
>
> I don't want to use a link to the images because backing up my data and
> porting it to an
Dear Kirk (and Julio)
Thanks for the response..
I don't want to use a link to the images because backing up my data and
porting it to another machine is much easier. (Replicating is also very
easy.) When storing the file separately this gets more complex, especially
when you want to get this dat
Yeah, you have to convert the single and double quotes to html entities so
they are not mistaken for the end of the string.
If you look at your source code, you'll see why it's happening.
value = 'O'Bryan'
value = "Joe "Bruiser" Smith"
You can see how the 'O' is taken as the string, and the res
See: http://www.php.net/manual/en/function.htmlspecialchars.php
John Hughes wrote:
>
> I'm stumbling over how to allow people to put single or double quotes
> in a form text field.
>
> I am passing the form to itself ($PHP_SELF) and on the second time
> through previewing what the form data wil
I'm stumbling over how to allow people to put single or double quotes
in a form text field.
I am passing the form to itself ($PHP_SELF) and on the second time
through previewing what the form data will look like and also
re-creating the form with the data already filled in.
Here's an example of
Hi all,
I have to do the following:
open a socket to an external server
authenticate on that server
begin retrieving articles and write to local files
I am able to connect the server via Net/Sockets.php and authenticate.
Now the tricky part...the data is fed via an XML f
Yeah, just dump it, edit it, and import it back into a table. 50 records
shouldn't take you to long. You'll thank yourself later.. :)
---John Holmes...
- Original Message -
From: "Jason Soza" <[EMAIL PROTECTED]>
To: "1LT John W. Holmes" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: M
It's actually not that large of a table, but it'll still be a PITA to
get all of the data reinserted.
I have about 50 records with the following fields:
'gen', 'year', 'color', 'name', 'email', 'location', 'misc', 'pic1', 'pi
c2', 'pic3', 'pic4'
So basically, I guess I want to rename 'name' to
As you know, $_POST exists. You can also assign
groups of names to an array through your HTML form
like so:
...
And then play with them, for example:
extract($_POST['bar']);
print "I say $name and $doh";
extract($_POST['bar'], EXTR_PREFIX_ALL, 'bar');
print "I say $bar_name a
Hi Jason,
I'd just get it over with and make first_name and last_name fields in your
table. It will be so much easier to sort by last name that way. I do it
this way everytime. It won't take much time to implement either.
Good luck,
Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
You _definetly_ want to do this in your database, not with PHP and arrays.
Databases are made to do this kind of sorting for you.
I would modify your table first, adding in another column for first_name,
then modify your form so that all data going in from now on is correct. The
hard part will be
Jason Soza wrote:
> I have a 'name' field in a MySQL table that contains people's first and
> last names, i.e. "John Smith" - but some people may choose not to
> include their last name, so they're just "John" in the table, or they
> may choose to include themselves and someone else, but not th
On Mon, May 06, 2002 at 11:25:03AM -0800, Jason Soza wrote:
> I have a 'name' field in a MySQL table that contains people's first and
> last names,
> ... snip ...
> I'm thinking the easiest way to sort by last name, which is what I want
> to do, is to just go into MySQL and make 'first_name' and
I have a 'name' field in a MySQL table that contains people's first and
last names, i.e. "John Smith" - but some people may choose not to
include their last name, so they're just "John" in the table, or they
may choose to include themselves and someone else, but not the last
name, "John and Ja
extract() wouldn't do you any good here, you'd still have to use echo $one,
echo $two, etc...so what are you gaining?
If you just want the values displayed, use the foreach() method someone
already posted. You can use implode() to combine the whole array in to a
single string...if you need someth
Do you simply need to view all of the values passed through the form? In
that case try something like..
foreach ($_POST as $name => $value)
{
echo $name." : ".$value."";
}
-Kevin
- Original Message -
From: "David J Jackson" <[EMAIL PROTECTED]>
To: "1LT John W. Holmes" <[EMAIL PROTE
On Mon, 6 May 2002, David J Jackson wrote:
> Thanks for your reply, but let me rephase the question.
> Let say I have a form with 50 fields on it do I have to:
>
> echo $_POST['one']
>
> .
> .
> echo $POST['fifty']
>
>
> Or should I, could I use extract()?
You can use extract if y
John ---
Thanks for your reply, but let me rephase the question.
Let say I have a form with 50 fields on it do I have to:
echo $_POST['one']
.
.
echo $POST['fifty']
Or should I, could I use extract()?
Thanks in advance,
David
p.s I said it was UGLY :)
> ?>
>
> If that's too ha
Rasmus Lerdorf wrote:
> See either extract() or import_request_variables() in the manual.
Rasmus --
I appreciate you taking the time to reply to my posting.
David
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> $From = $_POST['from'];
> $Two = $_POST['two'];
> $Subject = $_POST['sub_ject'];
> $Comments = $_POST['comments'];
> echo "$From";print "\n";
> echo $Two;print "\n";
> echo $Subject;print"\n";
> echo $Comments;print "\n";
> ?>
>
Why do you waste time assigning a variable to a variable...Is it
Sort of. Look at the extension "overload" in the ext directory of the PHP
source. Enable it and check out the docs:
http://www.php.net/manual/en/ref.overload.php
J
Kris Vose wrote:
> Can you practice function over-loading in php?
>
> Kris
--
PHP General Mailing List (http://www.php.ne
On Mon, 6 May 2002, David J Jackson wrote:
> The code below works (but its ugly), but I know there has to be a why to
> grab all the $_POST[] at once and then parse them out?
>
> Isn't there a why for me to access them directory without reassigning them?
They're just variables. You can print th
See either extract() or import_request_variables() in the manual.
-Rasmus
On Mon, 6 May 2002, David J Jackson wrote:
> The code below works (but its ugly), but I know there has to be a why to
> grab all the $_POST[] at once and then parse them out?
>
> Isn't there a why for me to access them di
The code below works (but its ugly), but I know there has to be a why to
grab all the $_POST[] at once and then parse them out?
Isn't there a why for me to access them directory without reassigning them?
TIH,
David
$From";print "\n";
echo $Two;print "\n";
echo $Subject;print"\n";
echo $Commen
Greg Donald wrote:
>
> On Mon, 6 May 2002, Jeff Lewis wrote:
>
> >I've looked through the archive and seen that people have attempted it but I
> >am wondering if anyone has actually gone forward with using PHP and frames
> >together.
> >
> >I ask as I am using a very simple frame interface. Lef
We did actually hear you the first time, but I'll just assume your not
all that bright.
As far as Im aware you cannot over load functions in php - although
there may be some new functions available ... I suggest you check the
manual.
-Original Message-
From: Kris Vose [mailto:[EMAIL PROT
On Mon, May 06, 2002 at 08:20:46PM +0200, Sebastian A. wrote:
>
>
> Foo-Bar
>
>
>
> What would I need to do, so that I can get the contents of the tag
> (Foo-Bar) into a variable?
Check out my "PHP XML Parsing Basics" at
http://www.analysisandsolutions.com/code/ph
Check out phpserv.
-Original Message-
From: Barry Smoke [mailto:[EMAIL PROTECTED]]
Sent: 06 May 2002 19:07
To: [EMAIL PROTECTED]
Subject: [PHP] --enabel-pnctl / php sockets
I have recently discovered php's binary capabilities, and am using it to
write a virtual isp management system, s
Hello,
I have recently been trying to use templates with XML documents. My problem
however is that I cannot get the values between XML tags into variables. For
example
Example XML Document:
Foo-Bar
What would I need to do, so that I can get the contents of th
Unless you're doing HTML as a halfway between Javascript and PHP, you cannot
do a POST method (obviously). But you can always pass values in the URL
string.
Access the URL string in Javascript with "document.location.search". Access
the URL string in PHP with "$HTTP_GET_VARS" or "$_GET". You c
Can you practice function over-loading in php?
Kris
On Mon, 6 May 2002, Jeff Lewis wrote:
>I've looked through the archive and seen that people have attempted it but I
>am wondering if anyone has actually gone forward with using PHP and frames
>together.
>
>I ask as I am using a very simple frame interface. Left side contains a
>menu system with
On Mon, 6 May 2002, Jeff Lewis wrote:
> I've looked through the archive and seen that people have attempted it but I
> am wondering if anyone has actually gone forward with using PHP and frames
> together.
>
> I ask as I am using a very simple frame interface. Left side contains a
> menu system
I have recently discovered php's binary capabilities, and am using it to
write a virtual isp management system, so that a php binary will listen
to a port, and spit out an interface, such as webmin,
etc...(http://vispman.org)
This interface will be able to add virtual domains, restart dns, qmail,
I've looked through the archive and seen that people have attempted it but I
am wondering if anyone has actually gone forward with using PHP and frames
together.
I ask as I am using a very simple frame interface. Left side contains a
menu system with all content etc on right. I have a login box
> Is it possible to pass variables from a php page to a page using
> javascript, and vice versa,
> I've the variable - an array passed in the url of the page.
You can use PHP to write HTML or Javascript. You can submit data to PHP
through GET, POST, COOKIE, values. Those are your options.
So, if
On Mon, 6 May 2002, Luc Saint-Elie wrote:
> I use a class to parse a RSS feed, my problem is that when the distant
> site is down my own site is stuck (because my class waits for an answer
> that doesn't come..) The logical answer is to use a fsockopen before to
> control the connection. Reading t
Yes, that works fine. Make it ~/php4/php -q if you don't
want to get the Content-Type: header.
miguel
On Mon, 6 May 2002, Sogno Kahlenberg wrote:
> It IS the CGI version. You mean I can
>
> ~~/php4/php /cgi-bin/cmanage/reindex.php
>
> to run it? Any other key points? Thanx.
>
>
Yeah, you can download and install it within your home directory and
call it from there. As far as permissions go, "chmod a+x curl" should
do it.
Jonathan Rosenberg wrote:
> AHhh ... got it. If my ISP won't install CURL & they don't have
> the application, can I download binaries to my direct
AHhh ... got it. If my ISP won't install CURL & they don't have
the application, can I download binaries to my directory &
execute it from there using PHP? or, does the executable have to
run with special permissions?
> -Original Message-
> From: Austin Marshall [mailto:[EMAIL PROTECTED
What i meant was the actual curl application is installed on the server.
Accessible from the command line at, for example, /usr/local/bin/curl
With PHP you can execute commands via the command line via system(),
exec() or via the backtick (for example $output=`/usr/local/bin/curl
`;) operato
I'm quite new to PHP (though I have lots of programming
experience, web & otherwise).
Where can I learn more about what "installed and available from
the command line" means?
> -Original Message-
> From: Austin Marshall [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 1:19 PM
> To
Jonathan Rosenberg wrote:
> I would like to be able to make a client side HTTPS request from
> one of my pages. From searching around, I see that I can do
> everything I want using the CURL library. But the ISP I am using
> does not have the CURL library installed.
>
> I'll ask them if they'll
Mike Fifield wrote:
> I am using the mysql sum() function to return the "sum" of a bunch of dolor
> amounts stored "float" values. But what I get back it something like this
> "98.18855591" it is to precise. All I want is the dolor amounts added up
> and rounded up to the closest penny. Is th
I would like to be able to make a client side HTTPS request from
one of my pages. From searching around, I see that I can do
everything I want using the CURL library. But the ISP I am using
does not have the CURL library installed.
I'll ask them if they'll install this library. But, assuming
t
Pushkar Pradhan wrote:
> Is it possible to pass variables from a php page to a page using
> javascript, and vice versa,
> I've the variable - an array passed in the url of the page.
>
> -Pushkar S. Pradhan
>
Yes and no. You can pass variables to a php script with the normal HTTP
POST ang GET m
On Mon, May 06, 2002 at 10:01:00AM -0700, Fifield, Mike wrote:
> amounts stored "float" values. But what I get back it something like this
> "98.18855591" it is to precise. All I want is the dolor amounts added up
> and rounded up to the closest penny. Is there a better value type to use or
I am using the mysql sum() function to return the "sum" of a bunch of dolor
amounts stored "float" values. But what I get back it something like this
"98.18855591" it is to precise. All I want is the dolor amounts added up
and rounded up to the closest penny. Is there a better value type to u
Is it possible to pass variables from a php page to a page using
javascript, and vice versa,
I've the variable - an array passed in the url of the page.
-Pushkar S. Pradhan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello Cedric,
I've played around a bit with SOAP and PHP now and i can suggest you the
following SOAP implementation:
http://dietrich.ganx4.com/nusoap/index.php
This work is being developed further for PEAR but they have no stabe
version yet:
http://pear.php.net/
With very few code lines (
Can you practice function over-loading in php?
Kris
Free web hoting for PHP developers
MySQL database (more if you need more)
Subdomain, or I can host your domain
Apache /w all the bits and pieces
Slackware Linux OS
512/512 Cable connection in Brisbane, Australia
Only catch is, I've got a 3 GIG monthly transfer limit, so no big
uploads/downloads
Good afternoon,
We are currently taking sign-ups for our June 17th-21st 2002 week long
PHP training course. If you feel you can make this course or if you
would like to register for this session please register on our web site
at:
http://tapinternet.com/index.php/html/main/php-training-register
D'oh! You're right, I went back and checked php.ini and found
upload_max_filesize but it's already set to 200M, I'm assuming that means
200 MegaBytes. So I don't think that's the problem. I don't have the
hidden tag set in the page code so that shouldn't be a factor either, right?
I'm a real ro
Try doing "locate php.ini". Your likely to have to copy php.ini.dist to
php.ini if this is your first installation.
Usually you'll find it in /usr/local/etc/ or /usr/local/lib/ depending
on your distro.
- Dan
-Original Message-
From: David McInnis [mailto:[EMAIL PROTECTED]]
Sent: 06 Ma
I can remember there is an option on the php config file to set the max file size
when uploading...
I think you can also limit the size with a hidden input on the form... like this:
the value corresponds to the number of bytes. so this would be for 2 MB..
--
Fr
I compiled php 4.2 with the following command (Linux Server)
./configure --with-mysql --with-apxs --enable-dbase --with-xml
--enable-ftp --with-curl --enable-cli
Where is my php.ini file? I cannot find it on my system.
David McInnis
--
PHP General Mailing List (http://www.php.net/)
To unsub
Hi All,
I have a script that uploads files via my browser. Works fine under RedHat
7.0 but on a RH 7.2 server it crashes on files over at least 10MB. Files
under 3MB work fine.
Any suggestions? I've looked around for a php config file that might
specify the max file size but so far have found
he MAY have been thinking of the PHP version which is at www.yabb.info and
also in use over at http://www.phptalk.com
Jeff
- Original Message -
From: "John Fishworld" <[EMAIL PROTECTED]>
To: "Mizery De Aria" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, May 06, 2002 10:29 AM
Subj
On Monday 06 May 2002 08:34, Mizery De Aria wrote:
> I have stored the contents of a web page using:
>
> $src = implode("", file($url));
>
> In the source contains:
>
> Random title here
>
> What method can I use to store the title of the page into a variable?
> Keep in mind that the above str
Wow! I am impressed, thats too cool. And man is that ever going to be
helpful.
Thanks,
Steve
-Original Message-
From: Jay Blanchard [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 06, 2002 10:25 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] Formatting Information in header? Gridlines in Excel
I see a PHP page that adds an entry to the database then goes to a page
that says Your entry has been entered from the PHP page. what I am looking
for is how to redirect after that page has been submitted and the entry is
added to the database and the page tells me that I have entered the
inform
Actually... the version of YaBB at yabbforum.com is strictly a Perl based board. It
doesn't use mySQL either. The PHP version of YaBB is at http://www.yabb.info but it
relies on mySQL.
There is Easy Forum http://www.hotscripts.com/Detailed/15435.html
There is Eboard http://www.hotscripts.com/
Why bother posting a perl forum here !
YaBB is a leading FREE, downloadable Perl forum that allows you to provide a
real-time chat and support system for your visitors. While chat programs
allow people to talk directly, you have to be on them 24/7 to please
everyone. With forum software like YaBB
1 - 100 of 153 matches
Mail list logo