You may wish to check here for comparsons:
http://www.l-i-e.com/compare/
Plus, there was a discussion set up in onelist - phpcart. It's idle now but
may be searchable.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data A
I'm trying to get the number of a file where the filename=
article00x.html.
The dir looks like: 2001/article001.html, article002.html...
Currently I'm grabbing it using the following code:
$path_info = preg_split("/\//i", $PHP_SELF,-1, PREG_SPLIT_NO_EMPTY);
$current_file = end($path_info);
$curre
The Access native driver IS an ODBC driver.
That is, I believe, your only option.
Best regards,
Andrew
Andrew Hill - OpenLink Software
Directory of Technology Evangelism
Internet Data Integration Technology
http://www.openlinksw.com
On Saturday
John,
If you are using PHP from Windows you can use ODBC or the mssql_functions.
>From Linux/Unix, you should compile the iODBC Driver Manager into your
PHP/Apache build, and then drop in an ODBC driver.
There is a HOWTO at www.iodbc.org on compiling PHP with iODBC.
Best regards,
And
27;ve got following message:
Syntax error on line 203 of c:/apps/apache/conf/httpd.conf:
Cannot load c:/apps/php/sapi/php4apache.dll into server: (126) The specified
module could not be found:
Any suggestions?
Best regards,
Andrew Kirilenko.
--
PHP General Mailing List (http://www.php.net/)
To
Joseph,
You should check that 'cc' is installed on your system. (try typing: cc) If
you get "language optional software package not installed" then you will
need to install the developer tools, including the c-compiler.
Best regards,
Andrew Hill
Director of Technology
Andy,
Go Mac OS X - and roll your own install.
I notice you are using ODBC in another post - there is a HOWTO at
www.iodbc.org for compiling PHP, Apache, and iODBC (ODBC Driver Manager)
under Mac OS X.
Let me know if you run into problems.
Best regards,
Andrew Hill
Director of Technology
ww.php.net/manual/en/ref.odbc.php
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers
> -Original Message-
> From: Andreas Pucko [mailto:[EMAIL PROTECTED]]
> Sent: Monday,
hing is OK. But if I press this button
for the same user selected, images doesn't update!!!
I've added and to the page - it doesn't help!
Please, help!
Best regards,
Andrew Kirilenko.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
iver Manager at www.iodbc.org.
Please let me know if you require assistance.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers
> -Original Message-
> From: Bran
erver
and infomation about the images still stored in the access database. This
method worked FAR better, and since then I haven't had to replace the access
database.
Just my opinion
Andrew
- Original Message -
From: "Mike Baranski" <[EMAIL PROTECTED]>
To: <[EMA
Patrick,
It's likeley that one that one server PHP is installed as a GGI -
unfortunatley the trick you want to use only work when PHP is installed as a
module.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access &
Per Triplehash's website at http://www.triplehash.com/serlient:
"Triplehash Serlient lets you package, run and distribute your PHP and
CGI-based websites into Windows software.
Serlient does its work by combining intelligent web-server simulation
software and web-browsing (Internet ExplorerR) ca
TP Request:
GET /whatever.php HTTP/1.0
Host: localhost
Accept-Encoding: gzip
Nothing I try gets the page GZipped.
I am using php 4.0.6 binaries on windowsXP with apache 1.3.20
If anyone has been able to get this working, or has a solution to my problem please
contact me,
Thanks
Andrew
No such table, the best you can do is look at their hostname and parse the last part
ie .co.uk or .com... And then u can try and figure where they are from that
Andrew
- Original Message -
From: Zhang, Leon (STHK/Zh)
To: [EMAIL PROTECTED]
Sent: Wednesday, January 09, 2002 1
How do you plan to place stuff in a database without using a "Server based
page"?
I think you will need to use a combination of the 2. Make the JScript call
PHP pages to do the handling of your events.
Andrew
- Original Message -
From: "Morten Nielsen" <[EMAIL
I tried with PHP4 a while ago to use Sockets on Win32, unfortually I found
written in the documenation saying that sockets were not implemented on
Win32 yet.
Andrew
- Original Message -
From: "Logan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, Ja
er
with the server-side components on the Windows box.
Let me know if you need additional assistance configuring ODBC from *nix.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers
pport/suppindx.htm if you run into
problems.
You will need to link your PHP against the iODBC Driver Manager, as per the
HOWTOs at www.iodbc.org.
Let me know how you get on.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access &
setlocale.
Somebody did port libxpg4 from FreeBSD3.x but I'm not sure how you go
about getting php to use that instead of the built in libc. See the
following message for more details:
<http://www.darwinfo.org/devlist.php3?number=9143>
Andrew
--
PHP General Mailing List (http://w
> -Original Message-
> From: Joffrey van Wageningen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 22, 2002 7:35 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] PHP Chat REALTIME
>
> the real problem is how to get the data to the client without
> use of a socket
I've been tinkering
http://www.php.net/pdf
You'll need Thomas Mertz' PDFlib, which is free for personal/not-for-profit
use, but requires a license fee for commercial use:
http://www.pdflib.com/pdflib/index.html
-Andy
> -Original Message-
> From: Mihail Bota [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, J
Note,
This will not work with PHP as a CGI.
Best regards,
Andrew Hill
> * and then Torkil Johnsen blurted
> > Now. I would of course like for my site to be listed in the
> search engines,
> > and I wouldn't mind getting search hits on both cars and
> ferr
ry "foo" and no file "bar":
index.php/foo/bar
Best regards,
Andrew Hill
> -Original Message-
> From: Nick Wilson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 25, 2002 11:03 AM
> To: PHP-General
> Subject: Re: [PHP] Building my site... again
>
>
Hi Torkil,
You may want to head over to Webmonkey and read their article about Search
Engine optimization:
http://hotwired.lycos.com/webmonkey/01/23/index1a.html
A few key points that have proven very helpful with my personal web site:
A central "crawler index" with links to each page on my
t?
Thanks
--
=======
Andrew 'Yogi' Weiland
Tribalwar PHP Tough Guy
===
--
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]
You might want to take a look at PhpAdsNew, a banner rotation/management
system using PHP and MySQL:
http://sourceforge.net/projects/phpadsnew
The system's admin tools assume that you're selling ad space, but there's no
reason you couldn't use it for a banner exchange instead.
-Andy
> On Fri,
You can also do
\n";
}
?>
(mysql_fetch_array uses MYSQL_BOTH for the second argument by default, which
returns an array using both numeric and associative keys - that's why you
were getting double results. :))
Per the manual:
--
Richard,
Simple example using MS SQL Server:
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers
> -Original Message-
> From: Richard Black [mailto:[EMAIL
IANAGE (I Am Not A GD Expert), but as far as I know the GD functions dealing
with image size don't concern themselves with the resolution of an image in
terms of dots per inch, just with the number of pixels.
Since most uses of the GD library functions in PHP will have to do with
creating/manipul
Scott,
Try something like this (untested):
$row_num = 1;
while (odbc_fetch_into($result, $row_num, $some_array)
{
$row_num++;
while (list ($key, $val) = each ($some_array))
{
echo "$key => $val";
}
}
Best regards
Which part are you having trouble with, specifically? The task as you've
described it is very straightforward, almost pseudo-code. :)
-Andy
> -Original Message-
> From: Phillip S. Baker [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 07, 2002 12:32 PM
> To: PHP Email List
> Subjec
$answer = abs($pa - $pb) + $ca +$ps;
No ifs :)
Maybe I'm lazy, but I like 1 line statements
Andrew
- Original Message -
From: "Gary" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 10, 2002 7:05 PM
Subject: [PHP] my math stinks
> Hi A
Found this on the php.net, querying the PHP mailing list:
">test.php
--
$blah=10;
include "whatever.php";
>whatever.php
-
echo "The value of blah is: {$blah}";
It just keeps the variable since it's global..
When ur using a function. It can
Hope this helps
Andrew
- Original Message -
From: "Wilbert Enserink" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 15, 2002 12:33 PM
Subject: [PHP] db design
> hi all,
>
>
> I need some tips on database (mySQL) design.
> Th
ya its completly possible..
I've never done it, but I'm sure I read how to over at phpbuilder.com
Andrew
- Original Message -
From: "Rodrigo Peres" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Sent: Saturday, February 16, 2002 7:49 PM
Subje
include_path = ".:/var/www/htmls/php/includes" and now can simply
reference the class file
without the path and it is working fine.
One question, what is the significance of the colon (:) in the
include_path directive?
Thanks,
Andrew
[EMAIL PROTECTED] wrote:
>Hi Andrew,
>
>T
If you are uploading a file with php then you are using a http connection
NOT ftp... so PASV doesn't come into it at all. PASV is a FTP command not
http.
and if you did try and compare them, then http is passive (ie no connections
are tried to be made to the user with the browser).
A
;t like to display IIRC
IEs and NS implementation of layers and them things are different :(
Andrew
"Robert" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Has anyone ever had trouble with Netscape not displaying a layer with you
&g
red=max \
--disable-shared=perl
# make
# make certificate
# make install
PHP
# cd php
# ./configure \
> --with-apxs=/usr/local/apache/bin/apxs \
> --with-mysql=/usr/local/mysql
> --with-ldap
# make
# make install
# cp php.ini-dist /usr/local/lib/php.ini
--
Thanks
Andrew McCall
Internet System
echo mysql_result($result,$i, "NAME");
should be:
echo mysql_result($result,$i, "NAME") . '';
Andrew
- Original Message -
From: "Christian Ista" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 28, 2002 2:51 PM
Subjec
For the sake of legibility you could always assign the contents of
$_SERVER['PHP_SELF'] to another variable before using it in the print
statement:
$PHP_SELF = $_SERVER['PHP_SELF'];
print "";
Shouldn't be a problem security-wise as long as register_globals is off;
Even if somebody tried to pass
ck GROUP BY ISP ORDER BY total DESC";
I could make this work by doing some sorting in PHP once I get the data, but I would
prefer to do it with SQL... Anyone know how to do what I want?
Thanks
Andrew
Brian,
This returns -1 for most drivers in a Select, but should return
appropriate info in an Update, Alter, Insert, etc.
If you need the feature when returning rows of data, you may simply
create a loop and increment a counter variable as you iterate over the
result se5t.
Best regards,
Andrew
to get line number 3 ("fleece") and print it ("print $text").
How would I go about this?
Andrew Conner
(All apologies if this messes up and does a multi-post)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Just would like to know how you restrict php to certain extentions before
you compile.
/=\
/ Andrew DeFever \
/ Terraworld Inc. \
/ 888 332 1616\
/=\
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
re than once at
the same time... I'm using 4.1.2.
Any help greatly appreciated!
Andrew
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
And you can also use ODBC Drivers, after linking --with-iodbc as per the
HOWTO's on www.iodbc.org. You may obtain drivers from OpenLink.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access & Virtuoso Univers
You can put your error level up to show you when you try to use a varible
that hasn't be initalised yet, I tend to do that to ensure good coding, and
that I don't mistype varibles etc
Andrew
- Original Message -
From: "Andy Arbon" <[EMAIL PROTECTED]>
To
ripping out everything between the first "" on that
line, instead of the of the ">" at the end of the base tag
Hope that makes sense :)
TIA
Andrew
Hi, thanks for the suggestion, but the tag doesn't have to have a
closing tag, OR it appears many/all sites I've seen don't use the closing
tag.
Andrew
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturd
ains the benefits and
pitfalls of this idea... Here is the URL:
http://www.phpbuilder.com/columns/tim19990117.php3 and I think there was a
follow up article as well
Enjoy
Andrew
- Original Message -
From: "Scott 'INtense!' Reismanis" <[EMAIL PROTECTED]>
To: <[EM
Hey try it, it works when are running the PHP Module in apache.
I have a server with proxy.php yet I access it via
myserver.com/proxy/whatever and it works with no special changes to the
config files.
Andrew
- Original Message -
From: "Adrian Murphy" <[EMAIL PROTECTED]
with creating a socket connection to the
server, and initiating the transfer that way. It has problems even
logging in when I was testing it - not very promising.
Any help/pointers would be appreciated, thanks
Andrew
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
It may of allready been mentioned, but why don't you just send out a "Click
The Link To Verify" email... that way you are allways 100% sure the email
addy works.. Just requires the user to follow a link
Andrew
- Original Message -
From: "Martin Towell" <[E
Basically I am setting ls > array(). I want each item to be an option in
the array. I have have scoured for some time now and this is what I have
come up with, but it is not populating each file as an ? The select
box is just empty. I know this is an array because I have tested with
print_r.
Sebastian,
Check your System DSN - "Options" button, and verify that you don't have
"Exclusive" checked off.
Hope this helps.
Best regards,
Andrew Hill
Director of Technology Evangelism
http://www.openlinksw.com/virtuoso/whatis.htm
OpenLink Virtuoso Interne
Ignacio,
He can use Access and local ODBC just fine, as he is on a Windows box.
Actually, the ODBC Socket server isn't needed from Linux either, as OpenLink
provides Single-Tier and Multi-Tier ODBC drivers from *nix platforms to many
databases.
Best regards,
Andrew Hill
Director of Techn
I don't about accessing a serial port directly from PHP, but you can control
an X10 Firecracker on a Linix/BSD system by using the exec() command to run
BottleRocket:
http://mlug.missouri.edu/~tymm/
I threw together a script that would turn a lamp on and off from a web page
without to much diffi
You have made a jusification why they should stick with PHP 4.0.3, because
they might have to re-code alot, and their clients might have to recode
alot!.
Also their admins may work on the principle that if it works why change.
Andrew
- Original Message -
From: "John Cuthbert&quo
-expiring downloads at www.openlinksw.com for
development and testing.
Hope this helps!
Best regards,
Andrew Hill
Director of Technology Evangelism
http://www.openlinksw.com/virtuoso/whatis.htm
OpenLink Virtuoso Internet Data Integration Server
> -Original Message-
> From:
Hmm, I'm assuming you're paying someone to host your site? Can't you give
the hosting company a quick call or e-mail re: whether or not they offer
MySQL? They would probably know better than we would. ;)
-Andy
> Thanks for the advice... But now I need to know what all this means:
>
> /home/chi
if u have the data stored in the DB, just chuck the data out, with the
correct mime-type header..
Andrew
- Original Message -
From: "Narvaez, Teresa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, March 01, 2002 8:41 PM
Subject:
s and
type
GET /ddownloadfile.php?fileId=1 HTTP/1.0
for the request as normal
Hope this helps
Andrew
- Original Message -
From: Narvaez, Teresa
To: 'Andrew Brampton' ; [EMAIL PROTECTED] ; [EMAIL PROTECTED]
Sent: Friday, March 01, 2002 10:21 PM
Subject: RE: [PHP] Unable to
When you say accessing, how do you mean?
Access the file system? Access a service running on the Mainframe?
Please be a little more specific
Andrew
- Original Message -
From: "Sridhar Moparthy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
S
ave a search through the PHP manual, and maybe hotscript.com or other
such sources, and you will most likly find what you need
Andrew
P.S Please note I've never done IBM work, I haven't even seen a IBM
Mainframe, so I can't help much more than this :)
- Original Message -
Fro
Well, the 'Table' class is definitely of limited usefulness..
but where classes come in especially handy is when you want to build
reusable code for handling common tasks, like, for instance, MySQL
connections and queries... so that your PHP code looks something like
/***
Can you please move your private conversation with Dan off the list...
Send a email direct to him,
Andrew
- Original Message -
From: "GENESiS DESiGNS" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 06, 2002 11:09 AM
Subject: [PHP] Dan...
> D
I suggest simply using ODBC.
Best regards,
Andrew Hill
Director of Technology Evangelism
http://www.openlinksw.com/virtuoso/whatis.htm
OpenLink Virtuoso Internet Data Integration Server
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday,
flush()
outputs everything in the buffer, and I think U can turn buffering off
completly, but I'm too lazy to open my PHP chm help file ;-)
andrew
- Original Message -
From: "Mario Montoya Martínez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, Mar
Most powerful meaning being tied to Oracle? :)
ODBC is not inherently slower than oci or any native access, and a properly
written ODBC driver will actually enforce additional functionality against
the back-end database.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink
>
> Or even put the 68k linux distro (I forget its name) on their 8500.
Actually, an 8500 can run LinuxPPC or SuSe for PPC just fine.
I've got PHP, iODBC, Apache, etc running great on this setup for testing
purposes.
Best regards,
Andrew Hill
Director of Technology Evan
I think the point here is that it be made clear to those who might get
confused that the javascript (unless it's a server-side script) is running in
a browser and as such there is no way for the server to 'make a call to it by
URL.' The Javascript can call the server but the server-side PHP sc
If you just want to prevent users from getting a listing of your image
directory, you can do a couple of things:
1) Put an empty 'index.html' (or whatever the server default is) in the
image directory, so anyone trying to browse the directory will get a blank
page.
or
2) (Assuming your server i
On Saturday 23 March 2002 11:34 am, Gaylen Fraley wrote:
> Where can I find the changes coming in 4.2?
There is a 'NEWS' file in the download of the RCx.tgz. You should download
and extract it and read the top section which gives news on the 4.2 release.
And since you've already gone to the tr
You may need to redirect output (both stderr and stdout) atleast that helped
me with a similar problem. My system is Linux.
On Saturday 23 March 2002 11:06 pm, Douglas wrote:
> Hi,
>
> I have a bash script I need to run.
> I have tried all the various program execution commands.
>
> My script
And by redirect I mean to /dev/null possibly if you don't want to capture
output.
On Saturday 23 March 2002 03:52 pm, Douglas wrote:
> Hi,
>
> I have a bash script I need to run.
> I have tried all the various program execution commands.
>
> My script never completes. It only get 1/4 of the way
tools.
BUT If you can put up with them you can keep them, since they won't damage
anything.. OR you could manually delete them all :)
Andrew
- Original Message -
From: "Balaji Ankem" <[EMAIL PROTECTED]>
To: "Php-General" <[EMAIL PROTECTED]>
Sent: Tues
FTP with raw sockets is a little bit tricky because it actually requires a
second 'data' socket to be opened for each upload/download command.
Check out this excellent FTP class, which *doesn't* require PHP to be
compiled --with-ftp:
http://www.spencernetwork.org/ftp/ftp-class.txt
And of course
Hello.
I got a question.
Is it possible to pass javascript variables to PHP without user's
activity, using post method?
I want to read user cookie with javascript and pass it to PHP.
I guess I will need to use meta tag to do this?
--
Message Info.
Date: Friday, March 29, 2002
Time: 4:
If you can use CGI there are 100s of perl ones, like UBB which don't use a
database engine
Andrew
- Original Message -
From: "MiXmAsTeR" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 12:44 PM
Subject: [PHP] Forum with PHP, without us
You are not actually posting the form to a page with your PHP on... so its
trying to insert that form into your DB before u actually fill it out.
either check if the form has been posted before running your PHP, or split
this into 2 pages
Andrew
- Original Message -
From: "De
.htaccess :)
Andrew
- Original Message -
From: "Craig Donnelly" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 1:36 PM
Subject: [PHP] Custom 404
> Custom 404
>
>
>
> --
> PHP General Mailing List (http://www
nt of them when signing up to this list
(if they actually sign up), then it might not get the results you expect.
But if it stops just 1 newbish post a year, then its worth it..
Andrew
- Original Message -
From: "Justin French" <[EMAIL PROTECTED]>
To: "php" <
This comes up on the list again and again.
Force the person to logout, so that the session is closed... check the posts
in the past week for other suggestions.
Andrew
- Original Message -
From: "andy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday,
I would guess before any output to the browser... so nearer the top the better
Andrew
"Daniel Swarbrick" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can someone please confirm the correct place to call
> ob_start("ob_
k out:
http://leknor.com/code/gziped.php
Andrew
- Original Message -
From: "Daniel Swarbrick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 04, 2002 2:29 PM
Subject: Re: [PHP] Using ob_gzhandler
> What I'm trying to ascertain is w
What problems are you having?
It's fairly straightforward - create a System DSN and test it in the ODBC
Administrator, and use it in the odbc functions in PHP.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data A
Ronan,
Check these:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306269
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q174943
It's most likely an issue with how you have your DSN setup or how apache is
running.
Best regards,
Andrew Hill
Director of Technology Evang
ot;Hello";
}
}
$obj = new foo;
echo $obj->hello();
}
Andrew
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is that XML style newline or something...
Don't worry about it, it parsed the same as
Andrew
- Original Message -
From: "Maxim Maletsky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 06, 2002 1:13 AM
Subject: [PHP] nl2br returns ? norm
make, I think it can do what you are trying to do in PHP
Andrew
- Original Message -
From: "Martin Clifford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 10, 2002 4:36 PM
Subject: [PHP] Visitors Log Help
Hi all!
I am trying to build a Visit
ing a corrupt file. (this is a general idea)
Anyway do a quick search for File Locking in the php manual (I've downloaded
the chm version and have it open alot!).
Also only last week was there a file locking discussion on this list, try
the archives (if they are any)
Andrew
- Origin
ing a corrupt file. (this is a general idea)
Anyway do a quick search for File Locking in the php manual (I've downloaded
the chm version and have it open alot!).
Also only last week was there a file locking discussion on this list, try
the archives (if they are any)
Andrew
- Origin
On 11 Apr 2002 at 14:37, Marcin Pasieka wrote:
> How to install PHP on Apache 2.0 server?
>
As far as I can see, at the moment, the only way is to use cgi. It looks
like that API stuff has to be rewritten/updated a little. However, since
Apache 2 is now released, the API shouldn't be changing
I like emacs - freely available for Windows and Linux, and if you use
php-mode for font locking you get nice automatic indentation, and (in
Xwindows - not sure about WinNT/XP/9X) syntax highlighting.
http://www.gnu.org/software/emacs/emacs.html
http://sourceforge.net/projects/php-mode/
--
PHP
}
}
?>
** end php file to validate user *
The following is from my http.conf file.
** start section of httpd.conf file *
### Section 1: Global Environment
ServerType standalone
ServerRoot "/etc/httpd"
Port 80
User apache
Group apache
ServerAdmin andrew@fremont
ServerN
>May I also suggest that you rewrite your echo statements as:
>
> echo 'Donate this item';
>
>Vastly improves legibility.
It's a problem, however, if you want to include a PHP variable in that echo
statement, if you're populating a SELECT menu with a loop, for instance;
$menu_options = array("A
Are single quotes valid around tag attributes in XHTML? I skimmed over the
W3C XHTML 1.0 spec before posting the previous message and got the
impression all attributes had to be double quoted. It would be great if
single quotes were valid, since I've fallen into the habit of using
them for the s
ication error);
14 }
15 else
16 {
17if ( $aHTPasswd->verifyUser( "phpbook", "phpbook" ) )
18{
19 print( "phpbook is a valid user" );
20}
21else
22{
23 print( "phpbook is not a valid user" );
24}
25 }
26 ?>
27
301 - 400 of 1549 matches
Mail list logo