Archives
Search
ClickBank Products
Follow Us on Twitter:
    Categories
    Sponsored Links

    Posts Tagged ‘Mysql’

    Anyone Have A List Of Servers That Allow Me To Connect Remotely To A Mysql Database From My Pc?

    Saturday, February 20th, 2010

    Preferably free or cheap. Preferrably with cpanel.
    I need it for testing purpose off an application im building.

    Post to Twitter

    How To Build Php Mysql Directory Website?

    Saturday, October 24th, 2009

    I’m new to PHP MySQL .I need to build a site listing URL of sites in my town.I’ve populated the data.My problem is how can i make use of php mysql inorder to add data and a user be able to retrieve data on a key word search to my site.any step by step help appreciated.

    Post to Twitter

    How To Build Price List Using Php Mysql And (ajax)?

    Monday, September 7th, 2009

    New to programing.
    Database name is rugs
    Tables in database are; id (auto increment), size, price 1, price 2, price 3, price 4, price 5, and rug category.
    What i need to do is when you click on a rug size it will use ajax to display the different prices on the same page for the clicked rug.
    I’ve made a script that displays the rug sizes in a link format
    echo “” . $row['size'] . ““;
    I got the Javascript / Ajax from w3c from this example;
    http://www.w3schools.com/php/php_ajax_database.asp
    I cant get the getusers.php to work correctly. How can i get my JavaScript to grab the auto incremented id of every link and post it in the url, so that the getuser.php can collect the auto incremented id and process it.

    Post to Twitter