Web Analytics Made Easy -
StatCounter Search Result - CodingForum

Announcement

Collapse
No announcement yet.

Search Result

Collapse
26 results in 0.0078 seconds.
Keywords
Members
Tags
conversion x
  •  

  • durangod
    started a topic Converting from utf8 to utf8mb4

    Converting from utf8 to utf8mb4

    I just started a project and have been convinced that its prob a really good idea to convert now ahead of having to do it later.

    So i dont have that much data per say in the tables, but i have alot of tables i think last count was 27. I have heard that phpMyAdmin is not 100% conversion...
    See more | Go to post
    Last edited by durangod; Jun 16, 2019, 12:22 AM.

  • ralphs9553
    started a topic A conversion software

    A conversion software

    I am looking for ost2pst conversion software.
    please guys, any help will be appreciated...
    Thank you
    See more | Go to post

  • StallkeR98
    started a topic Conversion tool

    Conversion tool

    Hi, I have a task to write conversion tool:

    Write a program to run a travel money conversion business

    The interface should allow for the entry for the amount to be exchanged, the current exchange rate. The final conversion should also include a commission of 5%, with a...
    See more | Go to post

  • richarddunnebsc
    started a topic array to string conversion for string
    in PHP

    array to string conversion for string

    In my table update function I have
    PHP Code:
    $email "[email protected]";//for example 
    Then in the execute()
    PHP Code:
    if($registered->execute(array(':Name' => $name,
                                                  
    ':County' => $county
    ...
    See more | Go to post

  • richarddunnebsc
    started a topic array to string conversion
    in PHP

    array to string conversion

    I am executing an update in mysql.
    PHP Code:
    $email "[email protected]";
    if(
    $registered->execute(array(':Column2' => filter_var($_POST['Value2'], FILTER_SANITIZE_STRING),
                                                  
    ':Column3' => filter_var($_POST['Value3'], FILTER_SANITIZE_STRING), 
    ...
    See more | Go to post
    Last edited by richarddunnebsc; Dec 28, 2017, 08:15 AM. Reason: typo

  • karthikallenki
    started a topic Need help in SSI to CGI Conversion

    Need help in SSI to CGI Conversion

    Hi,

    We have a web server application which was previously run using SSI scripts. As per our new client requirement, we migrated to
    a new Network stack which supports CGI scripts alone (Do not support SSI script).As a result of this,functions which are calling
    SSI scripts...
    See more | Go to post

  • alaios
    started a topic PHP as scripting language
    in PHP

    PHP as scripting language

    Dear all,
    It has been more than 6 years that I have used php as part of web page development.
    Today I want to use php as a scripting language exclusively. Reason being is that there are some conversion libraries that exist in php.

    What I want my php script to do is
    1....
    See more | Go to post
    Last edited by alaios; Jan 22, 2016, 07:17 AM.

  • tbp001
    started a topic preg_replace_callback - conversion help
    in PHP

    preg_replace_callback - conversion help

    We have a codeigniter framework running an intranet, but there are some changes to php 5.5

    RHEL 6.7
    PHP5.5
    Codeigniter

    trying to get conversion of this error:

    A PHP Error was encountered
    Severity: 8192
    Message: preg_replace():...
    See more | Go to post

  • Leenangu
    started a topic Beginners help

    Beginners help

    Just starting to learn Javascript coding and I'm stuck on a problem. I have to create a program that prompts a user to enter a number as degrees in Fahrenheit. Then window and everything pops up but when I enter a number, it comes back as NaN.
    var userNum;
    var celsius;
    var fahrenheit;...
    See more | Go to post

  • Amateur Hour - Need to make a custom math conversion input/output for my website

    I have very little script experience outside of design basics but I would like the user to be able to type a number in an input field, click 'convert' and receive an output (which is obviously a function of the input)/ A simple mathematical conversion.

    I couldn't figure out good keywords...
    See more | Go to post

  • jarv81178
    started a topic Array to string conversion - please help
    in PHP

    Array to string conversion - please help

    Please help, I am unable to update a field in my database, I get the following error


    Notice: Array to string conversion in /var/www/synced/svn.cactusadmin/courses/edit.php on line 89
    Cactus name: Array

    PHP Code:
    if(is_array(isset($cactus_name))):
        while 
    ...
    See more | Go to post

  • Help with converting small python function to PHP? >>anyone<<

    Hi guys, l need some help here... l'm trying to convert this simple python script into a PHP script and could use some help. Can anyone help me with it?
    Here is the phython code:

    Code:
    import base64
    
    def goomoji_encode(code):
        #Add the 'FE' prefix and decode.
    ...
    See more | Go to post

  • Writing my first program, have some issues.

    I've been tasked with writing a simple Energy Unit converter for my company's website ( That functions similarly to this: Unit Converter - Digital Dutch Unit Converter ). I new to JavaScript and still have a lot to learn and I figure this is a good practical exercise that isn't too far over my head....
    See more | Go to post

  • skynet
    started a topic Euroformat to number conversion

    Euroformat to number conversion

    I'm trying to convert our euroformat (€ 12.345,67) to a floating point number.

    price="€ 12.345,67";
    priceVal = parseFloat(price.replace(/[^0-9-,]/g, '')); result: 12345
    priceVal = parseFloat(price.replace(/[^0-9-.]/g, '')); result: 12.34567

    Anyone...
    See more | Go to post
    Last edited by skynet; Mar 26, 2015, 01:08 PM.

  • Paulo_daniel
    started a topic array to string conversions
    in PHP

    array to string conversions

    Hello

    I'm trying to do a simple selection of a value that is on the database, but it returns the following error..
    Can someone tell me why?

    Notice: Array to string conversion in D:\xampp\htdocs\site\yourgames\Frontoffice\Jogos3\asa.php on line 82
    Array...
    See more | Go to post
Working...
X