Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11

    @ Maikeru : thank you sa tips and suggestion.. murag lightning talks sa devcon.. ehehe! naa ko nakita na book karon na php ug jquery naa npud ajax gamay ug uban pa.. murag ganahan ko ani kay daghan pud exercises dili man nuon siya oop na php pero payts ra.. basa ug practice para ma baid.. ug salamat sa uban na nagsuggest..
    mangutana ko ug lahi kailangan b ug OOP PHP knowledge kung mgpractice ka CI?

  2. #12
    @ondoy : naa may facebook API boss b?

  3. #13
    Quote Originally Posted by cutterpillow20 View Post
    mangutana ko ug lahi kailangan b ug OOP PHP knowledge kung mgpractice ka CI?
    It is nice to have.

  4. #14
    Ah! Ok sir.. na pa two months para learn , read and practice.. ehehe! Thank you!

  5. #15
    largo himo nlng ts.. yaw nlang pag practice2x

  6. #16
    dili b lisud boss cebu user? dili man gud kaau ko familiar sa syntax ilabi na sa ajax ug jquery.. pero sa jquery di 1 week na ko nagtuon kasabot na ko. kanang ajax palang wala pa ko na abot dira..

  7. #17
    video aggregator site nalang himo-a ehhe

  8. #18
    Quote Originally Posted by cutterpillow20 View Post
    dili b lisud boss cebu user? dili man gud kaau ko familiar sa syntax ilabi na sa ajax ug jquery.. pero sa jquery di 1 week na ko nagtuon kasabot na ko. kanang ajax palang wala pa ko na abot dira..
    Lisud at start, there are things that you don't know yet and there'll be adjustments. Pero the best practice sa atong field is to actually use it.
    Last edited by Maikeru; 04-08-2013 at 09:14 AM.

  9. #19
    mao jud b.. ka2ng mga project na amu g buhat did2 jud nku na gamit ako g tun.an sa pagbasa2.. ehehe! hinay2 lang ko ani.
    naa ko pangutana about ani na code :

    html :

    "<html>
    <head>
    <title>PHP + JQUERY + AJAX</title>

    </head>
    <body>
    <span id="result"></span>
    <form id="myForm" action="insertData.php" method="post">
    <label>Name</label>
    <input type="text" name="name"><br /><br />
    <label>Age</label>
    <input type="text" name="age"><br /><br />
    <input type="submit" id="sub" name="submit" value="Save" />
    </form>

    <script type="text/javascript" src="jquery-1.3.2.js"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    $("#sub").click( function() {
    $.post($("#myForm").attr("action"),
    $("#myForm :input").serializeArray(),
    function(info) { $("#result").html(info);
    });

    });

    $("#myForm").submit( function() {
    return false;
    });

    });
    </script>
    </body>
    </html>"

    PHP :

    "<?php
    include_once('dbconnect.php');

    if(isset($_POST['submit'])) {
    $name = $_POST['name'];
    $age = $_POST['age'];

    if(mysql_query("INSERT INTO user VALUES('$name','$age')")){
    echo " Successfuly Inserted";
    } else {
    echo " Insertion Failed";
    }
    }
    ?>"

    ako pangutana : nganu kung isset nku ang "submit" dili siya magfunction.. nganu di? pero kanang name ug age Ok ra.. nagtan.aw ra ko sa youtube ani..

  10. #20
    practice and practice lang TS

  11.    Advertisement

Page 2 of 2 FirstFirst 12

Similar Threads

 
  1. Replies: 15
    Last Post: 07-30-2012, 04:20 PM
  2. Replies: 2
    Last Post: 07-27-2012, 02:47 PM
  3. Ask ko suggestions para name sa import/export trading company...
    By liverspread in forum Business, Finance & Economics Discussions
    Replies: 5
    Last Post: 05-02-2012, 11:03 AM
  4. mga migz...mangau ko opinion about CPU
    By cebupirate in forum Computer Hardware
    Replies: 15
    Last Post: 07-27-2011, 11:02 PM
  5. guys mangau ko email ad ninyu pls
    By julmae143 in forum Websites & Multimedia
    Replies: 2
    Last Post: 03-08-2010, 01:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top