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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 05:01:30 2024 UTC