See here:
http://www.adslguide.org.uk/reviews/2003/q4/efax.asp
For an e-mail to fax gateway service review.
Mark
-Original Message-
From: Randum Ian [mailto:[EMAIL PROTECTED]
Sent: 06 November 2003 12:31
To: menezesd
Cc: php-general
Subject: Re: [PHP] Website to fax
Won't converting
I don't know a lot about sybase, but if it's anything like oracle it works
like this:
A query from the console will be commited when the console is exited (plus
of course any select queries performing checks at the console will reveal
the result as it will be after the commit has occurred). With a
I take it you've also tried setting Reply-To: ??
Same format as From:
Mark
-Original Message-
From: Brian S. Drexler [mailto:[EMAIL PROTECTED]
Sent: 18 July 2003 16:25
To: 'sven'; php-general
Subject: RE: [PHP] Mail From option in PHP.ini
No, I tried this too. Here is what I've tried.
If you want to use the " in within the string, you should use ' to surround
the string ie:
$string='.. .';
Thanks
Mark
-Original Message-
From: Diksha Neel [mailto:[EMAIL PROTECTED]
Sent: 01 April 2003 12:21
To: [EMAIL PROTECTED]
Subject: [PHP] writing file
dear all,
We use it here (although you can't tell because we have set up the extension
to be .html)
http://library.open.ac.uk
It queries a mysql database for the metadata as well as building up the
pages.
Mark Bond
Systems Manager
Open University Library
-Original Message-
From: Ben Edwards [ma
HI,
Yes I was having this problem, it's probably not php timing out, but your
browser. To stop this move the execution of your sql. I assume you do
something like this:
...
...
You need to move this as follows:
Html code
This starts sending the page to the browser, before runnin
Not strictly true, the mail function will send to multiple email addresses
separated by a comma, you can also cc and bcc by using headers. See the
manual, which has some good examples of this.
Mark
-Original Message-
From: Patrick Schnegg [mailto:[EMAIL PROTECTED]
Sent: 04 March 2003 13
With the output you are getting you will not see the output from the .' '.
As it inserts a space into the ouputted text. There is an error after the
$_SERVER['PHP_SELF'] the , should be a . (is this just a typo in the
e-mail?)
Thanks
Mark
-Original Message-
From: Stephen Ford [mailto:[E
Using
$var=file('filename.txt');
Creates an array, with each element in the array being 1 line of the file.
Thanks
Mark
-Original Message-
From: Anthony [mailto:[EMAIL PROTECTED]
Sent: 24 February 2003 16:24
To: [EMAIL PROTECTED]
Subject: [PHP] Reading Text file by line
I need to
I'm new to PHP and am slowly learning it. I have the following code that is
giving me errors could someone take a look and suggest a fix?
Parse error: parse error in /home//public_html/Info/datain.php on
line 7
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Have you checked:
Browser versions? (is the browser the same type/version as on the other
machines)
Is it a laptop? If so, are you using the internal keyboard with Numlock on?
Is the machine in question set-up on the network correctly, i.e. has it got
domain, gateway addresses etc setup - this wou
I suppose it's nothing to do with the spelling mistake in the sql statement
(slecet should be select)
Mark
-Original Message-
From: empty [mailto:[EMAIL PROTECTED]]
Sent: 21 November 2002 15:57
To: [EMAIL PROTECTED]
Subject: [PHP] mysql_num_rows
Hi guys;
I have a problem (or mistake
Tim,
This is a dangerous way of doing things, if you get a couple of people
registering at the same time the system has the possibility of getting the
wrong entry, you best bet is to have the upload script return the last
insertid(I'm assuming your database has an autoincrement/id field) and pass
It depends on the version of PHP, in older versions you just use the
variable name ie in your example just use $var to access it's contents. In
new versions, with register globals turned off use $_GET['var'] to access it
ie:
Print $_GET['var']
Will print numberx
Thanks
Mark
-Original Mes
14 matches
Mail list logo