betz Tue Feb 4 04:38:22 2003 EDT Modified files: /phpdoc/en/faq build.xml databases.xml general.xml installation.xml languages.xml mailinglist.xml misc.xml obtaining.xml using.xml Log: new urls as result of merge faqurl.ent and global.ent
Index: phpdoc/en/faq/build.xml diff -u phpdoc/en/faq/build.xml:1.22 phpdoc/en/faq/build.xml:1.23 --- phpdoc/en/faq/build.xml:1.22 Fri Jan 31 20:33:47 2003 +++ phpdoc/en/faq/build.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.22 $ --> +<!-- $Revision: 1.23 $ --> <chapter id="faq.build"> <title>Build Problems</title> <titleabbrev>Build Problems</titleabbrev> @@ -143,7 +143,7 @@ <answer> <para> You need to update your version of Bison. You can find the latest version - at <ulink url="&faqurl.bison;">&faqurl.bison;</ulink>. + at <ulink url="&url.bison;">&url.bison;</ulink>. </para> </answer> </qandaentry> @@ -183,7 +183,7 @@ If you're linking with Apache 1.2.x, did you remember to add the appropriate information to the EXTRA_LIBS line of the Configuration file and re-rerun Apache's Configure script? See the - <ulink url="&faqurl.file.installation;">INSTALL</ulink> file that + <ulink url="&url.file.installation;">INSTALL</ulink> file that comes with the distribution for more information. </para> <para> @@ -206,7 +206,7 @@ <listitem> <simpara> Grab the latest Apache 1.3 distribution from - <ulink url="&faqurl.apache;">&faqurl.apache;</ulink>. + <ulink url="&url.apache.source;">&url.apache.source;</ulink>. </simpara> </listitem> <listitem> @@ -358,7 +358,7 @@ There are three things to check here. First, for some reason when Apache builds the apxs Perl script, it sometimes ends up getting built without the proper compiler and flags variables. - Find your apxs script (try the command <command>which apxs</command>, + Find your apxs script (try the command <command>which apxs</command>), it's sometimes found in <filename>/usr/local/apache/bin/apxs</filename> or <filename>/usr/sbin/apxs</filename>. Open it and check for lines similar to these: Index: phpdoc/en/faq/databases.xml diff -u phpdoc/en/faq/databases.xml:1.16 phpdoc/en/faq/databases.xml:1.17 --- phpdoc/en/faq/databases.xml:1.16 Sun Jun 30 12:08:45 2002 +++ phpdoc/en/faq/databases.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <chapter id="faq.databases"> <title>Database issues</title> <titleabbrev>Database issues</titleabbrev> @@ -26,7 +26,7 @@ On Unix machines, you can use the Sybase-CT driver to access Microsoft SQL Servers because they are (at least mostly) protocol-compatible. Sybase has made a - <ulink url="&faqurl.sybase;">free version of the necessary + <ulink url="&url.sybase.ctlib;">free version of the necessary libraries for Linux systems</ulink>. For other Unix operating systems, you need to contact Sybase for the correct libraries. Also see the answer to the next question. @@ -47,7 +47,7 @@ <para> If you are running PHP on a Unix box and want to talk to MS Access on a Windows box you will need Unix ODBC drivers. - <ulink url="&faqurl.openlinksw;">OpenLink Software</ulink> has Unix-based + <ulink url="&url.openlink;">OpenLink Software</ulink> has Unix-based ODBC drivers that can do this. There is a free pilot program where you can download an evaluation copy that doesn't expire and prices start at $675 for the commercial supported version. @@ -64,7 +64,7 @@ use ODBC from PHP straight to your database - i.e. with OpenLink's drivers. If you do need to use an intermediary file format, OpenLink have now released Virtuoso (a virtual database engine) for NT, Linux and other unix platforms. - Please visit our <ulink url="&faqurl.openlinksw;">website</ulink> for a free download. + Please visit our <ulink url="&url.openlink;">website</ulink> for a free +download. </programlisting> </para> <para> @@ -77,7 +77,7 @@ <listitem> <simpara> Install MySQL on your platform according to instructions with MySQL. - Latest available from <ulink url="&faqurl.mysql;">www.mysql.com</ulink> + Latest available from <ulink url="&url.mysql;">www.mysql.com</ulink> (get it from your mirror!). No special configuration required except when you set up a database, and configure the user account, you should put % in the host field, or the host name of the Index: phpdoc/en/faq/general.xml diff -u phpdoc/en/faq/general.xml:1.18 phpdoc/en/faq/general.xml:1.19 --- phpdoc/en/faq/general.xml:1.18 Mon Jan 20 21:49:03 2003 +++ phpdoc/en/faq/general.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <chapter id="faq.general"> <title>General Information</title> <titleabbrev>General Information</titleabbrev> @@ -26,7 +26,7 @@ </para> <para> A nice introduction to PHP by Stig Sæther Bakken can be found - <ulink url="&faqurl.zend.introduction;">here</ulink> on the Zend + <ulink url="&url.zend.introduction;">here</ulink> on the Zend website. Also, much of the <ulink url="&url.php.conf;">PHP Conference Material</ulink> is freely available. </para> @@ -57,7 +57,7 @@ <para> PHP/FI 2.0 is an early and no longer supported version of PHP. PHP 3 is the successor to PHP/FI 2.0 and is a lot nicer. PHP 4 is the current - generation of PHP, which uses the <ulink url="&faqurl.zend;">Zend + generation of PHP, which uses the <ulink url="&url.zend;">Zend engine</ulink> under the hood. PHP 5 uses <ulink url="&url.zend.future;">Zend engine 2</ulink> which, among other things, offers many additional <link linkend="ref.classobj">OOP</link> @@ -85,7 +85,7 @@ </question> <answer> <para> - There are <ulink url="&faqurl.zend.articles;">a couple of articles</ulink> + There are <ulink url="&url.zend.articles;">a couple of articles</ulink> written on this by the authors of PHP 4. Here's a list of some of the more important new features: <itemizedlist> @@ -115,7 +115,7 @@ <simpara>Reference counting</simpara> </listitem> </itemizedlist> - Please see the <ulink url="&faqurl.zend.new;">What's new in + Please see the <ulink url="&url.zend.new;">What's new in PHP 4 overview</ulink> for a detailed explanation of these features and more. If you're migrating from PHP 3 to PHP 4, also read the related <link linkend="migration4">appendix</link>. @@ -138,7 +138,7 @@ mailing lists because the bug will have a tracking number assigned and it will then be possible for you to go back later and check on the status of the bug. The bug database can be found at - <ulink url="&faqurl.php.bugs;">&faqurl.php.bugs;</ulink>. + <ulink url="&url.php.bugs;">&url.php.bugs;</ulink>. </para> </answer> </qandaentry> Index: phpdoc/en/faq/installation.xml diff -u phpdoc/en/faq/installation.xml:1.19 phpdoc/en/faq/installation.xml:1.20 --- phpdoc/en/faq/installation.xml:1.19 Mon Jan 20 12:53:44 2003 +++ phpdoc/en/faq/installation.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.19 $ --> +<!-- $Revision: 1.20 $ --> <chapter id="faq.installation"> <title>Installation</title> <titleabbrev>Installation</titleabbrev> @@ -11,9 +11,9 @@ </para> <para> To install PHP, follow the instructions in the - <ulink url="&faqurl.file.installation;">INSTALL</ulink> + <ulink url="&url.file.installation;">INSTALL</ulink> file located in the distribution. Windows users should also read the - <ulink url="&faqurl.file.readmewin;">install.txt</ulink> + <ulink url="&url.file.readmewin;">install.txt</ulink> file. There are also some helpful hints for Windows users <link linkend="install.windows">here</link>. </para> @@ -115,7 +115,7 @@ <listitem> <para> You should include your backtrace in your bug report. This should be submitted to - <ulink url="&faqurl.php.bugs;">&faqurl.php.bugs;</ulink> + <ulink url="&url.php.bugs;">&url.php.bugs;</ulink> </para> </listitem> </itemizedlist> Index: phpdoc/en/faq/languages.xml diff -u phpdoc/en/faq/languages.xml:1.9 phpdoc/en/faq/languages.xml:1.10 --- phpdoc/en/faq/languages.xml:1.9 Wed Dec 12 15:46:33 2001 +++ phpdoc/en/faq/languages.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <chapter id="faq.languages"> <title>PHP and other languages</title> <titleabbrev>PHP and other languages</titleabbrev> @@ -23,11 +23,11 @@ Internet Information Server (IIS). This limits it's availability to Win32 based servers. There are a couple of projects in the works that allows ASP to run in other environments and webservers: - <ulink url="&faqurl.instantasp;">InstantASP</ulink> - from <ulink url="&faqurl.halcyon;">Halcyon</ulink> (commercial), - <ulink url="&faqurl.chilisoft.asp;">Chili!Soft ASP</ulink> from - <ulink url="&faqurl.chilisoft;">Chili!Soft</ulink> - (commercial) and <ulink url="&faqurl.openasp;">OpenASP from + <ulink url="&url.instantasp;">InstantASP</ulink> + from <ulink url="&url.halcyon;">Halcyon</ulink> (commercial), + <ulink url="&url.chilisoft.asp;">Chili!Soft ASP</ulink> from + <ulink url="&url.chilisoft;">Chili!Soft</ulink> + (commercial) and <ulink url="&url.openasp;">OpenASP from ActiveScripting.org</ulink> (free). ASP is said to be a slower and more cumbersome language than PHP, less stable as well. Some of the pros of ASP is that since it primarily uses VBScript it's @@ -47,7 +47,7 @@ </question> <answer> <para> - Yes, <ulink url="&faqurl.asp2php;">asp2php</ulink> is + Yes, <ulink url="&url.asp2php;">asp2php</ulink> is the one most often referred to. </para> </answer> @@ -76,7 +76,7 @@ <para> A great summary by Michael J Sheldon on this topic has been posted to the PHP mailing list. A copy can be found - <ulink url="&faqurl.coldfusion.summary;">here</ulink>. + <ulink url="&url.coldfusion.summary;">here</ulink>. </para> </answer> </qandaentry> Index: phpdoc/en/faq/mailinglist.xml diff -u phpdoc/en/faq/mailinglist.xml:1.14 phpdoc/en/faq/mailinglist.xml:1.15 --- phpdoc/en/faq/mailinglist.xml:1.14 Mon Jan 20 22:31:27 2003 +++ phpdoc/en/faq/mailinglist.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <chapter id="faq.mailinglist"> <title>Mailing lists</title> <titleabbrev>Mailing lists</titleabbrev> @@ -18,18 +18,18 @@ <para> Of course! There are many mailing lists for several subjects. A whole list of mailing lists can be found on our - <ulink url="&faqurl.php.support;">Support</ulink> page. + <ulink url="&url.php.support;">Support</ulink> page. </para> <para> The most general mailing list is <literal>php-general</literal>. To subscribe, send mail to - <ulink url="mailto:&faqmail.ml.general.subscribe;">&faqmail.ml.general.subscribe;</ulink>. + <ulink +url="mailto:&url.ml.general.subscribe;">&url.ml.general.subscribe;</ulink>. You don't need to include anything special in the subject or body of the message. - To unsubscribe, send mail to <ulink url="mailto:&faqmail.ml.general.unsubscribe;">&faqmail.ml.general.unsubscribe;</ulink>. + To unsubscribe, send mail to <ulink +url="mailto:&url.ml.general.unsubscribe;">&url.ml.general.unsubscribe;</ulink>. </para> <para> You can also subscribe and unsubscribe using the web - interface on our <ulink url="&faqurl.php.support;">Support</ulink> + interface on our <ulink url="&url.php.support;">Support</ulink> page. </para> </answer> @@ -44,7 +44,7 @@ There are countless of them around the world. We have links for example to some IRC servers and foreign language mailing lists on our <ulink - url="&faqurl.php.support;">Support</ulink> page. + url="&url.php.support">Support</ulink> page. </para> </answer> </qandaentry> @@ -78,13 +78,13 @@ <answer> <para> Yes, you will find a list of archive sites on the - <ulink url="&faqurl.php.support;">Support</ulink> page. + <ulink url="&url.php.support;">Support</ulink> page. The mailing list articles are also archived as news messages. You can access the news server at <ulink - url="&faqurl.php.news;">&faqurl.php.news;</ulink> + url="&url.php.news;">&url.php.news;</ulink> with a news client. There is also an experimental web interface for the news server at <ulink - url="&faqurl.php.newsweb;">&faqurl.php.newsweb;</ulink> + url="&url.php.newsweb;">&url.php.newsweb;</ulink> </para> </answer> </qandaentry> @@ -112,7 +112,7 @@ </para> <para> Before asking questions, you may want to read the paper on - <ulink url="&faqurl.smart.questions;">How To Ask Questions The Smart + <ulink url="&url.smart.questions;">How To Ask Questions The Smart Way</ulink> as this is a good idea for everyone. </para> </answer> @@ -149,7 +149,7 @@ </para> <para> And lastly, you're encouraged to read the paper on - <ulink url="&faqurl.smart.questions;">How To Ask Questions The + <ulink url="&url.smart.questions;">How To Ask Questions The Smart Way</ulink> as this will be a great help for everyone, especially yourself. </para> Index: phpdoc/en/faq/misc.xml diff -u phpdoc/en/faq/misc.xml:1.11 phpdoc/en/faq/misc.xml:1.12 --- phpdoc/en/faq/misc.xml:1.11 Thu Apr 11 17:53:57 2002 +++ phpdoc/en/faq/misc.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <chapter id="faq.misc"> <title>Miscellaneous Questions</title> <titleabbrev>Miscellaneous Questions</titleabbrev> @@ -27,7 +27,7 @@ All the code for previous versions of the website is still available through CVS. Specifically, the last version of shared.inc (that had all the Javascript and DHTML to do the popups) is available - <ulink url="&faqurl.popup;">here</ulink>. + <ulink url="&url.popup;">here</ulink>. </para> </answer> </qandaentry> @@ -41,20 +41,20 @@ <answer> <para> If you don't have an archiver-tool to handle bz2 files - <ulink url="&faqurl.bz2;">download</ulink> the commandline tool + <ulink url="&url.bzip2;">download</ulink> the commandline tool from Redhat (please find further information below). </para> <para> If you would not like to use a command line tool, you can try free - tools like <ulink url="&faqurl.stuffit;">Stuffit Expander</ulink>, - <ulink url="&faqurl.ultimatezip;">UltimateZip</ulink>, - <ulink url="&faqurl.7zip;">7-Zip</ulink>, or - <ulink url="&faqurl.quickzip;">Quick Zip</ulink>. If you - have tools like <ulink url="&faqurl.winrar;">WinRAR</ulink> or - <ulink url="&faqurl.powerarchiver;">Power Archiver</ulink>, you can + tools like <ulink url="&url.stuffit;">Stuffit Expander</ulink>, + <ulink url="&url.ultimatezip;">UltimateZip</ulink>, + <ulink url="&url.7zip;">7-Zip</ulink>, or + <ulink url="&url.quickzip;">Quick Zip</ulink>. If you + have tools like <ulink url="&url.winrar;">WinRAR</ulink> or + <ulink url="&url.powerarchiver;">Power Archiver</ulink>, you can easily decompress the bz2 files with it. If you use Windows Commander, a bz2 plugin for that program is available freely from the - <ulink url="&faqurl.wincmd;">Windows Commander</ulink> site. + <ulink url="&url.wincmd;">Windows Commander</ulink> site. </para> <para> The bzip2 commandline tool from Redhat: @@ -92,7 +92,7 @@ in it, the procedure is the same. The only difference is that you got a file php_manual_lang.tar. The tar format is known to be treated with most common archivers on Windows like e.g. - <ulink url="&faqurl.winzip;">WinZip</ulink>. + <ulink url="&url.winzip;">WinZip</ulink>. </para> </answer> </qandaentry> Index: phpdoc/en/faq/obtaining.xml diff -u phpdoc/en/faq/obtaining.xml:1.15 phpdoc/en/faq/obtaining.xml:1.16 --- phpdoc/en/faq/obtaining.xml:1.15 Fri Jan 24 15:05:23 2003 +++ phpdoc/en/faq/obtaining.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <chapter id="faq.obtaining"> <title>Obtaining PHP</title> <titleabbrev>Obtaining PHP</titleabbrev> @@ -18,10 +18,10 @@ <para> You can download PHP from any of the members of the PHP network of sites. These can be found at - <ulink url="&faqurl.php;">&faqurl.php;</ulink>. + <ulink url="&url.php;">&url.php;</ulink>. You can also use anonymous CVS to get the absolute latest version of the source. For more information, go to - <ulink url="&faqurl.php.cvs;">&faqurl.php.cvs;</ulink>. + <ulink url="&url.php.anoncvs;">&url.php.anoncvs;</ulink>. </para> </answer> </qandaentry> @@ -37,7 +37,7 @@ platform with every extension combination. Also note, that many Linux distributions come with PHP built in these days. Windows binaries can be downloaded from our <ulink - url="&faqurl.php.download;">Downloads</ulink> page, for Linux + url="&url.php.downloads;">Downloads</ulink> page, for Linux binaries, please visit your distributions website. </para> </answer> @@ -65,115 +65,110 @@ <itemizedlist> <listitem> <simpara> - <ulink url="&faqurl.ldap;">LDAP (Unix)</ulink>. + <ulink url="&url.ldap.openldap.source;">LDAP (Unix)</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.ldap.mt;">LDAP* (Unix)</ulink>. + <ulink url="&url.ldap.mt;">LDAP* (Unix)</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.ldap.netscape;">LDAP (Unix/Win)</ulink> : + <ulink url="&url.ldap.netscape.sdk;">LDAP (Unix/Win)</ulink> : Netscape Directory (LDAP) SDK 1.1. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.ldap.netscape;">free LDAP server</ulink>. + <ulink url="&url.ldap.netscape.sdk;">free LDAP server</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.sleepycat;">Berkeley DB2 (Unix/Win)</ulink> : - &faqurl.sleepycat;. + <ulink url="&url.sleepycat;">Berkeley DB2 (Unix/Win)</ulink> : + &url.sleepycat;. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.snmp;">SNMP* (Unix): </ulink>. + <ulink url="&url.ucd-snmp;">SNMP* (Unix): </ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.gd;">GD* (Unix/Win)</ulink>. + <ulink url="&url.gd;">GD* (Unix/Win)</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.msql.win;">mSQL* (Win)</ulink>. + <ulink url="&url.msql;">mSQL* (Unix)</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.msql.unix;">mSQL* (Unix)</ulink>. + <ulink url="&url.pgsql;">PostgreSQL (Unix)</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.pgsql;">PostgreSQL (Unix)</ulink>. + <ulink url="&url.imap;">IMAP* (Win/Unix)</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.imap;">IMAP* (Win/Unix)</ulink>. - </simpara> - </listitem> - <listitem> - <simpara> - <ulink url="&faqurl.sybase;">Sybase-CT* (Linux, libc5)</ulink> : + <ulink url="&url.sybase;">Sybase-CT* (Linux, libc5)</ulink> : Available locally. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.freetype;">FreeType (libttf):</ulink>. + <ulink url="&url.freetype;">FreeType (libttf):</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.zlib;">ZLib (Unix/Win32)</ulink>. + <ulink url="&url.zlib;">ZLib (Unix/Win32)</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.expat;">expat XML parser (Unix/Win32)</ulink>. + <ulink url="&url.expat;">expat XML parser (Unix/Win32)</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.pdflib;">PDFLib</ulink>. + <ulink url="&url.pdf;">PDFLib</ulink>. </simpara> - </listitem> + </listitem> <listitem> <simpara> - <ulink url="&faqurl.mcrypt;">mcrypt</ulink>. + <ulink url="&url.mcrypt;">mcrypt</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.mhash;">mhash</ulink>. + <ulink url="&url.mhash;">mhash</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.t1lib;">t1lib</ulink>. + <ulink url="&url.t1lib;">t1lib</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.dmalloc;">dmalloc</ulink>. + <ulink url="&url.dmalloc;">dmalloc</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.aspell;">aspell</ulink>. + <ulink url="&url.aspell;">aspell</ulink>. </simpara> </listitem> <listitem> <simpara> - <ulink url="&faqurl.readline;">readline</ulink>. + <ulink url="&url.readline;">readline</ulink>. </simpara> </listitem> </itemizedlist> @@ -220,7 +215,7 @@ <answer> <para> You can find a <filename>browscap.ini</filename> file at - <ulink url="&faqurl.browscap;">&faqurl.browscap;</ulink>. + <ulink url="&url.browscap.download;">&url.browscap.download;</ulink>. </para> </answer> </qandaentry> Index: phpdoc/en/faq/using.xml diff -u phpdoc/en/faq/using.xml:1.20 phpdoc/en/faq/using.xml:1.21 --- phpdoc/en/faq/using.xml:1.20 Sat Jan 4 08:29:22 2003 +++ phpdoc/en/faq/using.xml Tue Feb 4 04:38:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.20 $ --> +<!-- $Revision: 1.21 $ --> <chapter id="faq.using"> <title>Using PHP</title> <titleabbrev>Using PHP</titleabbrev> @@ -174,7 +174,7 @@ then recognize the authentication correctly. With the ISAPI module, this is not a problem. This should not effect other NT web servers. For more information, see: - <ulink url="&faqurl.iis;">&faqurl.iis;</ulink>. + <ulink url="&url.iis;">&url.iis;</ulink>. </para> </answer> </qandaentry> @@ -191,7 +191,7 @@ <para> Netscape is more strict regarding html tags (such as tables) then IE. Running your html output through a html validator, such as - <ulink url="&faqurl.w3.validator;">validator.w3.org</ulink>, might + <ulink url="&url.w3.validator;">validator.w3.org</ulink>, might be helpful. For example, a missing </table> might cause this. </para> <para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php