php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #18372 Apparently Mis-spelled Function Names
Submitted: 2002-07-16 11:40 UTC Modified: 2002-07-16 11:45 UTC
From: b dot g dot morison at buryhill dot co dot uk Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.2.0 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: b dot g dot morison at buryhill dot co dot uk
New email:
PHP Version: OS:

 

 [2002-07-16 11:40 UTC] b dot g dot morison at buryhill dot co dot uk
In attempting to use the msql_fieldname() described on your site at:
http://www.php.net/manual/en/function.msql-fieldname.php

I kept getting the message:
Fatal error: Call to undefined function: msql_fieldname()

When I changed the function call to mysql_fieldname (), the problems went away.

I also notice that your site lists a number of functions as msql_something.  Are these function names mis-spelled as well?

Regards,
Bruce Morison
Bury Hill Associates


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-16 11:45 UTC] philip@php.net
See:
  php.net/msql
  php.net/mysql
  php.net/mssql
  php.net/pgsql
  php.net/oracle
  ...
All different databases, different apis.  Similar names.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 09 19:01:29 2025 UTC