Search Result

Collapse
10 results in 0.0041 seconds.
Keywords
Members
Tags
phpmyadmin
  •  

  • sreesrinivas1
    started a topic mysql-php error message
    in PHP

    mysql-php error message

    Code:
    <?php
    $todb            = 'localhost';
    $fromdb          = 'test1.deftlogic.com';
    $smstable        = sms;
    $paid_bribetable = bd_paidabribe;
    $countertable    = tab3;
    
    //connecting to the local database
    $con = mysql_pconnect($todb, 'dtestfor_ipab', 'IaMzieU3#b%$'); //servername,username,password
    if (!$con) {
        die("couldn't connect");
    }
    
    mysql_select_db("dtestfor_IPAB_db",
    ...
    See more | Go to post

  • Grimmerson
    started a topic PHP MYADMIN 1064 error as trying to copy table

    PHP MYADMIN 1064 error as trying to copy table

    Code:
    CREATE TABLE `lwd`.`products` (
    
    `user_id` int( 1 ) unsigned NOT NULL AUTO_INCREMENT ,
    `product_number` varchar( 10 ) NOT NULL ,
    `supplier_number` varchar( 30 ) NOT NULL ,
    `supplier` varchar( 30 ) NOT NULL ,
    `price` varchar( 10 ) NOT NULL ,
    `salesprice` varchar( 10 ) NOT NULL ,
    `supplier_price` varchar( 10 ) NOT NULL ,
    `description` varchar( 1500 ) NOT NULL ,
    `min_size`
    ...
    See more | Go to post

  • alibaba1
    started a topic send data from sql to email
    in PHP

    send data from sql to email

    Hi everyone hope all well. I am needing your valuable expertise in a problem i am having. I will try to explain below.

    I have a form and inside of that form i have a "select a state" option:

    Code:
    <select name="State">
    <option value="0" selected="selected">Select a State</option>
    <option value="AL">Alabama</option>
    <option
    ...
    See more | Go to post

  • Connect to a local MySQL database from a remote computer using phpMyAdmin

    I'm a MySQL newbie.. So, please forgive me if it's a simple question :)

    I'm developing a system to get some specific data and store it to a database using C#. I have almost finished the system.

    I'm using a MySql database running locally on my machine. I need this database to be accessed remotely so that my employer can view the data. He told me to create a phpMyAdmin interface for the database, but I don't have experience...
    See more | Go to post

  • what is my host name for plesk or where can i find it ?

    i need to upload to my database (mysql) php myadmin
    See more | Go to post

  • "This is not a number!" Error when using VARCHAR type in PhpMyAdmin.

    Hello,

    I want to create table with 7 fields to contain some stuff for my website. Some of the fields like (username) are set to VARCHAR and for some reason when I click "save" I get error saying "This is not a number!" I changed all fields from VARCHAR to TINY TEXT and error desapared. Could anyone explain when should I use VARCHAR and is it safe to replace it with TINY TEXT? Also if you know a reason causing this...
    See more | Go to post

  • Why does php page output full source code when run in browser?

    i have create a register page in php and connect to a database using phpmyadmin in my personal pc and its works perfectly but when i transfer the same page into another pc and connect the it to the same database it does not work...the page open and all the php code appears above the table form
    below is the php code


    Code:
    <?php
    echo "<h1>register</h1>";
    $submit=$_POST['submit'];
    ...
    See more | Go to post
    Last edited by Niheel; Feb 2 '11, 05:55 PM. Reason: added code tags

  • anony anony
    started a topic phpmyadmin not accepting mysql password
    in PHP

    phpmyadmin not accepting mysql password

    In login fields of phpmyadmin , i am entering "root" and "password" , which are the correct username and password of mysql. But phpmyadmin is not logging me in, rather just showing the login page.
    See more | Go to post

  • Marjeta
    started a topic mysqldump wraps all trigger code in comments.

    mysqldump wraps all trigger code in comments.

    I was trying to compare a particular trigger on multiple servers.

    First I tried phpMyAdmin to script the trigger code, which unfortunately only worked on one server that has newer version of phpMyAdmin...

    Then I used mysqldump, which scripted trigger code on all the servers, bur with comments around all the trigger related code:

    phpMyAdmine scripted trigger code without comments. Why are those comments...
    See more | Go to post

  • maliksleo
    started a topic PHPMYADMIN error

    PHPMYADMIN error

    i have wamp 2.0 server installed. When i clicked on phpmyadmin i have the following error can any body fix it.

    "Cannot load mysqli extension. Please check your PHP configuration. - Documentation"
    See more | Go to post
Working...