Jump to content

nummer31

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

nummer31's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thanx a bunch man u don't know how much happy u made me :D
  2. yes, i thought so but how do i do it? so far i can load the entire file but how do i only show the specific DIV i want to?
  3. like the title says i found codes on the net for loading external files in a page but not sure about loading an external file's specific DIV(s) in a page it's really important or if smn can tell me what term can i use to search about it help will be highly appreciated
  4. i did the same thing but didn't include float in the CSS will see the output and reply thank u for ur reply
  5. so, i want to create a menu box using 3 slices(top, left side and bottom) of image for a website and inside there will be content it's controlled by CSS i did one but the side image shifts as i insert content in another div: http://i49.tinypic.com/2psrlt3.jpg
  6. thank u ignace so, i'll simplfy the steps below: 1. Draw and ERD and take out the fields and tables 2. Take all the fields in one table 3. Choose a primary key and put redundant fields in another table and so on 4. Choose primary keys for other tables and corresponding foreign keys 5. Look for dependencies and eliminate them but i have a question: how do i break many to many relationships???
  7. thank u very much it works just fine i copy pasted this part: <a href="#" onClick="document.getElementById('Submit').click()" style="margin-left:10px">send</a> and it worked can u plz explain how'd u figure it out?
  8. ur code doesn't work either This is the code for the form inside the table the 'reset' works but the 'submit' doesn't <table > <tr> <td style="width:136px;" align="right"> <br style="line-height:7px"> Your Full Name Here:<br> <br style="line-height:14px"> Your E-mail Address:<br> <br style="line-height:14px"> Comments & Questions: </td> <td style="width:13px;"></td> <td style="width:169px;"> <form id="form1" action="" name="form1" method = "post"> <div class="form"><input type="text" name="name" id="name"></div> <div class="form"><input type="text" name="email" id="email"></div> <textarea rows="40" cols="50" name="message" id="message"></textarea><br> <br style="line-height:9px"> <span > <a href="#" onClick="document.getElementById('form1').reset()" style="margin-left:52px">clear</a> <a href="#" onClick="document.getElementById('form1').submit()" style="margin-left:10px">send</a> </span> <label> <input type="submit" name="Submit" id="Submit" value="Submit"> </label> </form> </td> </tr> </table>
  9. new to SQL and PHP so, i've been recommended to read normalization steps but the book just makes it more harder for me to design a DB in practical so, all the pros say that they don't particularly follow normalization but it's like ABC to the them so, how do they think? can smn outline simple rules of the Normalization steps which will be helpful in practical designing?
  10. 1.Create a page with .php extension 2.Create a connection with a database 3.Use the SQL Query which u used to retrieve the data in phpmyadmin that's the basic theory if u want i can give u the codes
  11. nummer31

    Submit Code

    <a href="#" onClick="document.getElementById('form1').submit()" style="margin-left:10px">send</a> i'm used to submitting forms with buttons <input type="submit" name="button" id="button" value="Submit" /> can smn plz explain me the top codes? and i can't make the code to work with a form for submitting values some pointers will be appreciated
  12. nummer31

    Hello

    Hello, i'm new here and to PHP so, looking for u guys help hope i'll get some
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.