Re: Viewing checkbox data with MySQL and PHP

From: Aggro (spammerdream_at_yahoo.com)
Date: 10/10/04

  • Next message: Ubik: "SOMETIMES, my SID gets embedded in the URL"
    Date: Sun, 10 Oct 2004 17:47:07 GMT
    
    

    Bee wrote:
    > Can anyone offer any ideas about what I'm doing wrong?

    Try:
    echo $checkbox['CHECKBOX'];

    If that prints the string that you have in the database, you have
    problem in php side, if you prints something else, you have problem on
    sql side.


  • Next message: Ubik: "SOMETIMES, my SID gets embedded in the URL"

    Relevant Pages

    • Re: Name of a variable in MySQL field
      ... The MySQL field contains the string "$jahr", ... While fetching fields from a database, your not assinging variables to it ... echo $string;//$string offcourse just contains the literal '$jahr' string. ...
      (comp.lang.php)
    • Re: A little Rolodex [revised]
      ... including alpha sort and searching for any embedded string, ... In this application, a database is a directory, ... you may optionally provide any alternate UCASE program, ... NN -> first store NN as key length ...
      (comp.sys.hp48)
    • Re: return multiple rows from sql statement
      ... strings from input values is almost certainly a safe path to SQL ... Also, being a MySQL function, it knows what MySQL needs or uses. ... All characters that are entered in the fields make their way into the database unaltered. ... The insert of what surprisinlgly was NOT a syntax error, but a string called "mysql_insert_id" into an integer field resulted in the value zero being put in. ...
      (comp.lang.php)
    • Re: Invalid variant type conversion
      ... because within regular programming, there would be no agreement upon what ... applications built by standard Delphi controls, ... NULL is the same as "" in a database. ... >> The empty string tells it all. ...
      (comp.lang.pascal.delphi.misc)
    • Re: Code to delete/unlink Linked tables
      ... Public intLinkODBCTables As Variant, intLinkDB2Tables As Variant ... Public strLinkBackendDB As String, strLinkDSNname As String, strLinkLibName ... ' MsgBox "This database is in MDE format...I will delete/recreate ODBC ... Public Sub fncLinkDB2Table() ...
      (microsoft.public.access.modulesdaovba)