It seems the libxml is being found by configure, but not when needed by
the extensions.
I would really appreciate any help in solving this, as it is driving me
nuts now.
--
Niel Archer
niel.archer (at) blueyonder.co.uk
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there
Can anyone please give me some advice
Whenever I try call the xml_parse function it returns a server error has
occured ( 500 )
Is there anything I can do to get around this
Runnig IIS5 with the ISAPI version of php
thnx
--
Niel Zeeman
Tel(W): (043)7014247
Cell: 082 651 4083
ied a user account, creating the files in that account before running
the script.
I can see no reason why permission is denied. Anyone have an idea?
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
anf
This is a little loose on the tag matching but should do the job:
$pattern = '/<\w+>(.+)<\/\w+>/';
preg_match($pattern, $line, $matches);
returning the untagged data into $matches[1] and the tagged data into
$matches[0]
This assumes that you have only a s
34', '0')
> but still fails.
What is the error returned? Does the password hash still need the "0x"
to start it?
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cheme, hostname and absolute path, but some clients accept relative URIs.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
that looks like you have a newer version of module compared to PHP.
Your original post said you had PHP v5.2, as the current stable release
is only 5.1.6, I'd suggest you check again. If necessary download, and
install again
Niel
--
PHP Windows Mailing List (http://www.php.net
g. The manual tells me
it should default to 0 (no limt) in CLI mode.
Anyone have a clue what's happening and how to stop the script timing
out?
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it simply returns no data? I'd suggest you
test for TRUE first to determine if the query suceeded, but returned no
data. If that fails, test for FALSE.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
does the user php runs as in apache, have appropriate permissions for the
shared printer?
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
dea.
Instead create an account for Apache to run with and tell the service to
use it. Then grant access to the printer for that account.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
HI
Have you read the upgrading guide? Which covers upgrading from 5.x to
5.2.0 specifically.
http://www.php.net/UPDATE_5_2.txt
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
varies (268, 427, 429, 2334, 2338).
That is usually followed by:
'Could not get contents of package "". Invalid tgz file.'
It looks to me, as if the configuration file has filenames missing, but
this is out of the 'box'. Anyone have any ideas?
Niel
--
ration file has filenames missing, but
> > this is out of the 'box'. Anyone have any ideas?
> >
> > Niel
>
> This is a known problem - the 5.2 windows zip official release does NOT
> contain the proper go-pear.phar file (the installer and source releases,
&g
ule you're pointing at!
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nd can't be
accessed however I try.
This has me totally stumped. Anybody have any ideas on how to resolve
this?
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Stut
thanks, but I got it sorted. It was an inclusion problem, an out of
date file existed in the main folder and prevented the up to date
version from being used from the include path. I don't remember putting
the file there, but that's my fault for coding so late.
Niel
--
P
x27;])){
or
if(!empty($cookie)){
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
art to solving my issue.
I don't use ereg (prefer preg_match) but unless the regex syntax is
greatly different try: "$[\w'-]+$"
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Oops that should be "^[\w'-]+$"
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ace). All of which
in any position. If this is not the case please describe exactly what
it is you're trying to achieve.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
akes sure you're
testing the whole string not just a part of it, otherwise it would match
up to the first invalid character but still make a match.
I use this kind of test frequently myself, so I know it is possible
and fairly simple to do.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Relative paths only work from the php file's directory. NOT for the
include directory. In my experience phpBB2 works just fine as it is, if
installed in its default layout (do not put it in the includes directory,
that won't work).
Niel
--
PHP Windows Mailing List (http://w
er than that one anyway. Unless you're an experienced user
willing to do testing, NEVER use a development/beta version of software
as it's asking for problems that you're volunteering to help fix.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
From what you're saying I assume MSSQL is not listed in the phpinfo page.
Have you enabled the extension in the php.ini file?
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
> Looks like IIS will not read changes to the environment variables
> withhout a restart.
that's pretty typical of most software. Check them on startup and have
no way to know of changes after
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://
Hi
That build is out of date. Get the latest (2nd Nov 2006) from the web
site.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
Can you get a phpinfo page?
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cute accent, etc.)
You can combine both methods also.
Further information on this is in the PHP documentation.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
set to use UTF-8 for its output, obviously the
headers of your page need to be set appropriately.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ple.
I have no familiarity with MSDE, so cannot comment on what would be
required with it.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
Did you enable it in the php config file?
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
have you also made sure the required extensions (hash, iconv, SPL) are
also installed
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ot;
would work in this example.
bob's advice to use absolute paths would be safest though...
"www.your-domain.com/images/"
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
one.
I also wouldn't spread a string over several lines like that without
using "here document" syntax, as I'm not sure echo supports it.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PROTECTED] for details.
Content preview: and tags might help Niel [...]
Content analysis details: (6.0 points, 5.0 required)
pts rule name description
-- --
0.1 HTML_TEXT_AFTER_BODY BODY: HTML contains
r
PHP/HTML versions. Takes me to the linked (non-existant) page.
As I already pointed out, your example has parts missing, I can only
assume there is more missing than I can guess at from the pieces that
are present.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit:
fore the "
#menu1 {display:none; margin-left:20px}
Update The Record
Update the record
END;
?>
Tested and works on Opera
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Yes I do have dynamic content in my page.
> Im attaching the whole code for this page.
You missed the point. The fragment you supplied had no dynamic content
so does not need to be echoed at all. It can simply exist outside the
tag structure.
Niel
--
PHP Windows Mailing List
";
echo "";
echo "{$row['Ref_No']}\nUpdate The Record\n";
echo "\nUpdate the
record";
echo "\n";
echo "{$row['Job_Title']}";
echo "";
echo "";
echo ""
Alf,
this is NOT a PHP question. Please stop asking questions that are so
obviously off-topic on this list. There are plenty of resources on the
web for this kind of problem.
http://www.blooberry.com/indexdot/css/syntax/unit/url.htm
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To
> In that case I really can't help you since I've never heard of Uniform
> Server.
Uniform Server is a WAMP package. It was mentioned on this or the Db
list recently. Presumably then, Apache's permissions would be the
determining factor?
http://www.uniformserver.com/
> Oh and one more question. Can php create a text file with the exenstion of
> zpl instead of txt?
Easily
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
> Where/how do I install that?
It's part of the windows distribution.
Read the documentation here http://www.php.net/manual/en/install.general.php
for a start
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
this appears to be a permission error. The user PHP is running as
likely does not have permission to access to the file. Check
permissions on the directory/file and correct accordingly.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
ounts and is only a problem if Apache/PHP are using one of
them to run, which is likely if they run as a service. You can find out
which User Apache is running under in the Task Manager or the Log On tab
of the properties of the Service.
Try these things for now to identify the problem.
Niel
Hi,
filter is not part of PHP core, it is a PECL extension. For more info
read the documentation at http://uk.php.net/manual/en/ref.filter.php
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o save files in the file-system
and store a reference in the database. I find it faster that way.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
method to download, which is part of the
standard PHP installation. Look at the respective web-sites for
documentation on PEAR/PECL and their packages.
http://pear.php.net
http://pecl.php.net
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
m, but the requirement is
listed in the Windows install instructions
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
> I have the Sybase Open Client installed (with Sybase Central etc).
Are the libraries in a location that PHP has access to. For example,
the MySQL client libraries pretty much have to be in the php directory
or it doesn't work.
Niel
--
PHP Windows Mailing List (http://www.php.
look. Years ago I
tried "tidying" up the MySQL libraries so that I only had one set to
keep up to date. PHP wouldn't run without a copy in its directory, even
though they were in the PATH and the user had permission to use them.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To
lient
Embedded SQL/C
Embedded SQL/COBOL
jConnect for JDBC
ODBC Driver for Adaptive Server Enterprise
OLE DB Provider for Adaptive Server Enterprise
ADO.NET for Adaptive Server Enterprise
three of which you've already identified.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To
Hi
I did some googling. The file is probably called "libct.dll"
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
,...)]
SELECT ...
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
> I don't know why "notepad.exe" works. may be there is some other issue.
Probably because Notepad has execute permission for the LOCAL_SYSTEM
account, and Apache/PHP is probably running using that account.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To
f.errorfunc.php#ini.display-errors).
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
What makes you think it's not finding the configuration file? phpinfo
output tells you where the php.ini IS located.
BTW, it's no longer recommended to keep it in the windows directory.
See the manual setup documentation for preferred methods.
Niel
--
PHP Windows Mailing
input values so only
the second is used, which is the button, not your login name. Hence
every query to the DB is looking for 'Do it!' as the user name and
always fails.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
make sure the required dll ("php_mysqli.dll") is enabled in the php.ini
and not still commented out as is the default
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thenticated users + anonymous
users + guests. And services like Apache/IIS don't run as any kind of
person (user), unless specifically told to do so.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ng the same
settings, not through IIS" If, as it seems you mean, that was via the
command line then the settings were likely subtly different (user would
probably be different). At a guess, I'd say your problem is either
configuration/installation of the module, or user based.
--
Niel Archer
Hi
According to the documentation for PHP 5.2.1 (http://uk.php.net/ini.core)
you no longer need to have this enabled at compile time to use the
memory_limit directive
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
In case you forgot, this is a PHP list. I suggest you direct that
question to what ever support Xampp/PHPMyAdmin offers. Deleting one of
the default users to your MySQL database, definitely isn't a PHP
question.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net
tory too.
Check the extension_dir listed by phpinfo() to be sure it's using the
one you think it is.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
gt; smtp_port = 25
> sendmail_from = HMN Webserver <[EMAIL PROTECTED]>
Windows doesn't like that format for the from field. Use [EMAIL PROTECTED] only
without the name in front.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
why not use:
new COM("ConceptCOM");
with PHP 4.3.11 as well?
the documentation for com_load says as much!
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
d the other. Did you test each component along the
way to ensure it was working?
If so, what errors does PHP give when attempting to use a MySQl db?
You might try looking at this step by step guide also to see if you
missed anything
http://wamp.corephp.co.uk/
--
Niel Archer
--
PHP Windows M
ly. However, at a guess I would say *neither* of
the backslashes should be there, so it is a string literal, otherwise
I'd say it would be an invalid variable name. Hence the error.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
n $locale is " . compute_salestax ($payment ,
$locale);
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
("CA" => 5 , "WA" => 7, "OR" => 8);
return $Amount * $taxRate($State);
}
$payment = 1500;
$locale = 'CA';
print "Tax on $amount in $locale is " . compute_salestax ($payment , $locale);
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
n $amount in $locale is " . compute_salestax ($payment , $locale);
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
> hi Niel,
>
> I believe Jacob wanted to know how he could calculate the tax for _all_
> states passed in as an array in one go. Yours simply gives it for 1
> State ("locale"). Other than thatm $taxRate($state) translates to
> Array($state) which gives an E_FAT
al, and it's only in a
> single note that this is mentioned)
Indeed, it's a modern thing and one habit I'm trying to get out of.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> I have a script that requires PHP 4. I am using the latest version of PHP 5.
> I am having problems with that script. Would there be any major changes that
> could stop me from running the script.
http://www.php.net/manual/en/migration5.incompatible.php
--
Niel Archer
--
PH
trol. I would like PEAR to
respect my directory choices, instead of using C:\php5 for downloads, no
matter what I set.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
might want to ask the PEAR folks about that one.
It should, but it doesn't. It's fine for installing PEAR itself (using
($default as the directory), but it puts downloaded files in the default
location of "C:\php5" It might only be support files (docs, etc), it's
been a w
work in Outlook 2007?
>
> Best regards
> /Gustav Wiberg
Where's the PHP question?
This is a PHP list, please don't use it for general support on
everything you don't have the answer too.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ot;;
> //It's better to keep Word invisible
> $word->Visible = 1;
> //Creating new document
> $word->Documents->Add();
>
>
>
> //Setting 2 inches margin on the both sides
> $word->Selection->PageSetup->LeftMargin = '2"';
> $word->Selection->PageSetup->RightMargin = '2"';
> //Setup the font
> $word->Selection->Font->Name = 'Verdana';
> $word->Selection->Font->Size = 16;
>
> $doc = $word->Selection->Document;
> $docName = "c:\\www\\test.doc";
> $doc->Open($docName);
>
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
fopen("192.168.10.2/businesscard/XML/" . $xml_uniq_session . ".xml",
"w");
escape the backslashes themselves
fopen("192.168.10.2\\businesscard\\XML\\".$xml_uniq_session.".xml",
"w");
or single quotes
fopen('192.168.
d you read the final entry in it
which describes why it is a permission problem and not a bug? It also
gives advice on how to work around the problem.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
fopen("192.168.10.2/businesscard/XML/" . $xml_uniq_session . ".xml",
"w");
escape the backslashes themselves
fopen("192.168.10.2\\businesscard\\XML\\".$xml_uniq_session.".xml",
"w");
or single quotes
fopen('192.168.
Hi,
the second tag has a space between "http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> '/[EMAIL PROTECTED]/'
>
> No warnings this time and it appears to work. I still welcome any
> feedback on ereg if anyone wants to give any.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nd doesn't need to be) escaped at
all. I'll stick with PCRE, they're binary safe.
I would try removing the backslash and moving the hyphen to be the last
character in the range (after the full stop).
> On Jan 19, 2008 9:44 AM, Niel Archer <[EMAIL PROTECTED]> wrote:
on.
Granted it's annoying behaviour, for this reason I use the PEAR Mail
package
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
> Can I just ask what the difference is between ereg and preg_replace? Thanks.
preg* are PCRE compatible functions. ereg*are POSIX Extended.
AFAIR, the PCRE ones support several additional features and are binary
safe, while the POSIX ones are not.
--
Niel Archer
--
PHP Windows Mail
it should of been, I had to repair the
installation before Apache could run with the dlls). Having got it
running, the calculation once again produced the expected result..
Incidentally, your use of var_dump is incorrect. It doesn't return a
value, but sends output directly
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
eter should not be an address in the form
of "Something <[EMAIL PROTECTED]>". The mail command may not parse
this properly while talking with the MTA.
From the example you show, it seems your problem is the last two
sentences. i.e. "DanMashal <[EMAIL PROTECTED]>&q
be grateful
>
> Thanks Varuna
>
>
> --
> Varuna Seneviratna
> No 514 Udumulla Road
> Battaramulla
> Sri Lanka
> Tel : 011-2888620
> Mobile:0715617141
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> ## alt="Home">
> ##
> ##
> ##
> ##
> ##
> ##
> ##
> ##
> ##
> ##
> ##
> ##
> ### submit - class="center">
> ### ">
I've heard of many weird IE bugs, but never that it eats the values of
img
mething like this as the FIRST line of your script:
$StockPrice = $ExercisePrice = 0;
Include all of the numeric variables into this line. You can replace the
'0' with an empty string if you prefer.
Your conditional check for the 'Reset' and 'Submit' will set those
tools."
...
"The Client Tools can be installed from the MS SQL Server CD"
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Apologies to list, I meant to send this to Win Internals
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
___
> Search from any Web page with powerful protection. Get the FREE Windows Live
> Toolbar Today!
> http://get.live.com/toolbar/overview
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
for your help.
>
> Alice
>
>
> > > Could anyone please give me some pointers on what to put in my php.ini
> > > file to make this work?
> > > Thanks in advance.
> > >
> > > Alice
> > >
>
;s is free and Webyog has a free
Community version.
If you want a web frontend, I have no ideas for you, sorry.
[1] http://dev.mysql.com/downloads/gui-tools/5.0.html
[2] http://www.webyog.com/en/downloads.php
> Bill Mudry
> Mississauga, Ontario
>
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the data from an OLD database, but
haven't had time to complete it.
Also not sure, but IIRC the Berkeley handler will open dbm files too. I
don't have any dbm files to test this with though.
> --
> Harold Fuchs
> London, England
> Please do *not* reply to my personal e-mail address.
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
Niel Archer
niel.archer (at) blueyonder.co.uk
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
at is not the case, knowing the layout of the
tables will make it simpler to suggest PHP to alter the contents of
those table. Can you supply the CREATE statements so we can see the
layout. A couple of example rows may also be useful
> To those of you who celebrate Easter, a slightly belated Happy Easter to you.
>
> Thank you for your help in advance,
>
> Bill Mudry,
> Mississauga, Ontario, Canada
> (Next to Toronto).
>
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Would that not be overkill?
I meant the SQL statement used to create the database/tables. Something
like
CREATE TABLE `sci_genera` (
`generalID` int(11) NOT NULL auto_increment,
`genus_name` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
1 - 100 of 153 matches
Mail list logo