Page 3 of 9 FirstFirst 123456 ... LastLast
Results 25 to 36 of 98

Thread: PHP MySQL Class-9

  1. #25
    shakeel's Avatar
    shakeel is offline Senior Member+
    Last Online
    22nd July 2016 @ 07:02 PM
    Join Date
    04 Sep 2006
    Location
    Islamabad
    Posts
    177
    Threads
    30
    Credits
    992
    Thanked
    3

    Default

    Quote loverahiplus said: View Post
    Shakeel bhaie Aap ke Pazeeraie ka bahot shukria...apny Quesiton No 1 k bary mai nahi bataya k aaya ye Answer jo mai ny post kie thy theek thy k nahi?
    g wo 100% theek thay. well done .thanks


    In rain all birds occupy shelter, but Eagle is the only 1 that avoids rain by flying above the clouds.



  2. #26
    Join Date
    17 Aug 2007
    Location
    Charsadda, Pakistan
    Age
    37
    Gender
    Male
    Posts
    1,609
    Threads
    51
    Credits
    1,311
    Thanked
    9

    Default

    Quote shakeel said: View Post
    g wo 100% theek thay. well done .thanks
    Bahot bahot shukria Shakeel bhaie...

    Shakeel bhaie kia aap mujhy bata sakty hai k agar mai 2 x 2 table banana chahoon tu kia ye nechy wala tareeqa teek hai k kia karoon i mean to make empty table with two rows and two columns in html


    HTML Code:
    <table cols=2 rows=2>
      <th>
        <td><td>
     </th>
    </table>
    Death is not the biggest Loss in life.
    The biggest loss is when relationships die among us when we are alive!!
    (Shakespeare)

  3. #27
    shakeel's Avatar
    shakeel is offline Senior Member+
    Last Online
    22nd July 2016 @ 07:02 PM
    Join Date
    04 Sep 2006
    Location
    Islamabad
    Posts
    177
    Threads
    30
    Credits
    992
    Thanked
    3

    Default

    no.. to create a table with 2 rows and 2 cols with empty cells, you'll do like this:

    HTML Code:
    <table width='100%' border=1>
    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
    </table>
    if you are asking about how to solve the question, I am giving you some hints:
    1: in function, get cols, rows values of the arguments;
    2: use two nested FOR loops to generate table.
    3: first loop will generate table's rows <tr>, and the second will make <td>s
    4: use opening and closing tags of the table outside from the loops.

  4. #28
    deemi is offline Senior Member+
    Last Online
    25th June 2014 @ 12:09 PM
    Join Date
    16 Sep 2008
    Location
    Gujranwala
    Age
    41
    Posts
    375
    Threads
    68
    Credits
    980
    Thanked
    49

    Default

    AOA
    Shakeel bhai meri prob abhi tak hal nhi hoi
    main nay do comp per try kiya hai meger dono per aik he prob aa rahi hai.

  5. #29
    Ehtsm is offline Junior Member
    Last Online
    14th January 2015 @ 02:40 PM
    Join Date
    05 Dec 2008
    Posts
    5
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    Good Tutorial,
    Please Keep it up Mr. Shakeel, Thanks for Starting this course.

  6. #30
    Ehtsm is offline Junior Member
    Last Online
    14th January 2015 @ 02:40 PM
    Join Date
    05 Dec 2008
    Posts
    5
    Threads
    0
    Credits
    0
    Thanked
    0

    Default Good Tutorial

    Please keep it up Mr. Shakeel, Thanks for starting this course.

  7. #31
    deemi is offline Senior Member+
    Last Online
    25th June 2014 @ 12:09 PM
    Join Date
    16 Sep 2008
    Location
    Gujranwala
    Age
    41
    Posts
    375
    Threads
    68
    Credits
    980
    Thanked
    49

    Unhappy

    Aoa
    Shakeel bhai main aap ko phir tang kerny aa gya hoon
    mera masala abhi tak hal nhi hoa
    mujhy pehly to sirf PHP main prob aa rahi thi mager abb JAVA Script ka result bhi show nhi hota or na he DIV k Tag ka Result show hoo raha hai sirf html ka resultr show hota hai ab batain main kya karoon.
    plz help me.

  8. #32
    Join Date
    17 Aug 2007
    Location
    Charsadda, Pakistan
    Age
    37
    Gender
    Male
    Posts
    1,609
    Threads
    51
    Credits
    1,311
    Thanked
    9

    Default

    Let me try it now...

  9. #33
    usman is offline Senior Member+
    Last Online
    31st August 2023 @ 01:06 AM
    Join Date
    31 Dec 2005
    Posts
    447
    Threads
    23
    Credits
    0
    Thanked
    7

    Default

    nice class

  10. #34
    Join Date
    17 Jan 2009
    Age
    40
    Posts
    15
    Threads
    4
    Credits
    975
    Thanked: 1

    Default

    nice articles
    meramustakbil.com

  11. #35
    AR Danish's Avatar
    AR Danish is offline Senior Member+
    Last Online
    15th July 2010 @ 11:40 AM
    Join Date
    23 Feb 2009
    Age
    39
    Posts
    92
    Threads
    13
    Credits
    365
    Thanked
    0

    Default connecting SQL with php

    Salam Shakil bhai,

    I have just visited php&MySql class in IT Dunya. the class is very useful, and i just pray from god that IT duyna website gain more users and spread all over the world.

    dear shakil bhai if you see my message please solve my problem,

    actually shakil bhai mein development field mein naya hoon, and i cant connect Sql with php, can you please guide me,

    thanks,

  12. #36
    jamot is offline Senior Member+
    Last Online
    17th December 2016 @ 10:20 PM
    Join Date
    21 Oct 2008
    Age
    38
    Posts
    46
    Threads
    10
    Credits
    759
    Thanked
    0

    Default

    very nice keep it up.

Page 3 of 9 FirstFirst 123456 ... LastLast

Similar Threads

  1. PHP MySQL Class-7
    By shakeel in forum PHP MySQL
    Replies: 97
    Last Post: 18th August 2016, 01:02 PM
  2. PHP MySQL Class-12
    By shakeel in forum PHP MySQL
    Replies: 60
    Last Post: 10th August 2016, 11:48 AM
  3. PHP MySQL Class-18
    By shakeel in forum PHP MySQL
    Replies: 71
    Last Post: 9th April 2016, 04:07 PM
  4. PHP MySQL Class-20
    By shakeel in forum PHP MySQL
    Replies: 83
    Last Post: 28th August 2015, 05:25 PM
  5. MySql first class
    By aajizUsmani in forum Courses
    Replies: 4
    Last Post: 23rd March 2014, 02:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •