Oh, btw, I use PHP ftp function to upload the file, but there is no
information in $_FILES to tell me the total page for Word or PDF file.
Really appreciated your time and help!
Thank you very much! Jian
-Original Message-
From: Stefan van der Linden [mailto:[EMAIL PROTECTED]
Sent: 200
At 5:26 PM -0500 9/16/06, Kenneth Andresen wrote:
Thank you, Stut,
It gives the top level ones, but I can't seem to find the lower
specifications covering such as .co.uk .com.mx etc.
I am also starting to realize some countries may two levels of top
domains - in Norway for example you may get
On 16 Sep 2006, at 16:26 , Kenneth Andresen wrote:
It gives the top level ones, but I can't seem to find the lower
specifications covering such as .co.uk .com.mx etc.
There is no lower 'specification' because each one is unique.
.mx is administered, for example, by www.nic.mx (I believe), so
Thank you, Stut,
It gives the top level ones, but I can't seem to find the lower
specifications covering such as .co.uk .com.mx etc.
I am also starting to realize some countries may two levels of top
domains - in Norway for example you may get a .no domain, but there may
also be lower level top
Kenneth Andresen wrote:
> What I would like to know is if there are some lists of all these base
> domains, or maybe some function already doing what I would like to do?
A full list of gTLDs and ccTLDs can be found here:
http://www.iana.org/domain-names.htm
-Stut
--
PHP General Mailing List (ht
Hello all,
I am trying to extract base domains and sub domains from url's, and
expect there to exist something to do this already.
I used the parse_url($url) to get the host variable.
My thought is to use $domain_elements[]=array_reverse(explode('.',$url));
then simply check $domain_element[0]
I really need help and after going through the help page, I don't know where
I can post my question.
When I upload a file (word or pdf), how can I know the page counts of that
file immediately?
Thank you, Jian
There's no function in the PDF library to READ the file.
And about Word document
On 9/15/06, Richard Lynch <[EMAIL PROTECTED]> wrote:
> On Fri, September 15, 2006 10:42 am, Matthew H. North wrote:
> > We're developing a web application that involves traversal of a
> > hierarchical database structure (MySQL, PEAR::DB, and
> > PEAR::DB::DataObject). Currently that traversal is d
I really need help and after going through the help page, I don't know where
I can post my question.
When I upload a file (word or pdf), how can I know the page counts of that
file immediately?
Thank you, Jian
How are you setting the location?
If the user starts at www.yoursite.com and you redirect to yoursite.com
after the first form then you'll lose the session since it's a different
domain.
Dave Goodchild wrote:
Hi all. I have a session issue and wondered if anyone else has encountered
this:
See http://uk.php.net/manual/en/function.eregi.php#57824
Basically you don't need to escape the dash, just place it somewhere
where it cannot be interpreted as indicating a range. It will then be
treated literally.
They do work the same using preg_match() which requires escaping.
william(at
Hi all. I have a session issue and wondered if anyone else has encountered
this:
I have an app where a user fills out 3 forms. In each case, after validation
and cleaning the form data is passed into session variables and after the
final submission the data is entered into the database. I am usin
12 matches
Mail list logo