User Profile

Collapse

Profile Sidebar

Collapse
Muhammad Qaiser
Muhammad Qaiser
Last Activity: Jan 13 '11, 05:54 PM
Joined: Dec 23 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Muhammad Qaiser
    replied to Bgsound onclick() javascript
    thanks alot for your response. i have done the same using javascript.

    Anyways thaaanks alot to both the responders.

    Regards
    See more | Go to post

    Leave a comment:


  • Muhammad Qaiser
    replied to Bgsound onclick() javascript
    Yes you are right. its the same file.
    See more | Go to post

    Leave a comment:


  • Muhammad Qaiser
    started a topic Bgsound onclick() javascript

    Bgsound onclick() javascript

    Dears
    I am trying to run a simple bgsound script. But i dont know why its not working. The code is as follows.
    Code:
    <script language="javascript">
    function changeBgSound(arg){
    document.getElementById("mysound").src=arg;
    }
    </script>
    <body>
    <bgsound id="mysound" src="cphfinan.wav">
    
    <a href="soundtest.html"
    ...
    See more | Go to post

  • Muhammad Qaiser
    replied to Why record is not inserted in the DB
    in PHP
    Dear Umer and AutumnsDecay

    Thaaaanks alot for your help. Replies from both of you indeed helped me identify and resolve the issue. Actually i was missing a variable in the query. Therefore, there was discrepancy in the table fields and values of query. Thus the record was not going to the db. Now this issue is up.
    Thanks alot once again
    See more | Go to post

    Leave a comment:


  • Muhammad Qaiser
    replied to Why record is not inserted in the DB
    in PHP
    Dear Umer Butt
    Thanks alot for your quick response. I actually have this code in Php file which is as follows: sorry for inconvenience
    Moreover, html code is is also placed at the end of this thread i.e. after php code
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    ...
    See more | Go to post

    Leave a comment:


  • Muhammad Qaiser
    started a topic Why record is not inserted in the DB
    in PHP

    Why record is not inserted in the DB

    Dears
    I am new to OOP Php. for now i am entangled at very initial level i.e. data insertion into db. I simply passed the insert query to a variable in simple php file, which i further get in class function executeQuery(). Although, on echoing $query variable shows right output yet, i cannot find out why data is not going to database. The class code is as under:

    Code:
    <?php
    class DBCon
    {
    	var $con;
    ...
    See more | Go to post
No activity results to display
Show More
Working...