DeanO91's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
Members
Active Posts:
22 (0.03 per day)
Joined:
10-August 11
Profile Views:
298
Last Active:
User is offline Dec 15 2011 06:29 AM
Currently:
Offline

Previous Fields

Dream Kudos:
0
Icon   DeanO91 has not set their status

Posts I've Made

  1. In Topic: jquery dialog box help

    Posted 14 Dec 2011

    View Postsbromley, on 14 December 2011 - 10:37 PM, said:

    Alright so "#dialog" should be the div that you want to appear in your dialog.

    And if you want this to appear on a a button click something like:

    
    <input type="button" onclick="showDialog" />
    
    
    


    With a js function like:

     function showDialog(){
        ("#dialog").dialog();
     }
    
    


    still no joy:(
  2. In Topic: jquery dialog box help

    Posted 14 Dec 2011

    View Postsbromley, on 14 December 2011 - 10:08 PM, said:

    Hey could you include the jquery code you are using to create the dialog and the imports for this html document. And which button is hooked up to the jquery function specifically?


    <script>
    				$(function(){
    				
    				$( "#dialog" ).dialog();
    
    				// Accordion
    				$("#accordion").accordion({ header: "h3" });
    	
    				// Tabs
    				$('.tabs').tabs();
    	
    				
    
    				// Datepicker
    				$('#datepicker').datepicker({
    					inline: true
    				});
    				
    			
    				
    				// Progressbar
    				$("#progressbar").progressbar({
    					value: 20 
    				});
    				
    				
    				$(".button").button();
    				
    				
    
    
    			});
    		</script>
    
    
    


    View PostDeanO91, on 14 December 2011 - 10:20 PM, said:

    View Postsbromley, on 14 December 2011 - 10:08 PM, said:

    Hey could you include the jquery code you are using to create the dialog and the imports for this html document. And which button is hooked up to the jquery function specifically?


    <script>
    				$(function(){
    				
    				$( "#dialog" ).dialog();
    
    				// Accordion
    				$("#accordion").accordion({ header: "h3" });
    	
    				// Tabs
    				$('.tabs').tabs();
    	
    				
    
    				// Datepicker
    				$('#datepicker').datepicker({
    					inline: true
    				});
    				
    			
    				
    				// Progressbar
    				$("#progressbar").progressbar({
    					value: 20 
    				});
    				
    				
    				$(".button").button();
    				
    				
    
    
    			});
    		</script>
    
    
    

    my buttons seem to work no problem...<input id="dialog "class="button" type="submit" value=" Submit Form "><<<<is what i thought would work
  3. In Topic: php double include.php

    Posted 14 Dec 2011

    Thanks guys..iv call it 'news.inc.php',..works....
  4. In Topic: warning: Cannot modify header information - headers already sent by(

    Posted 10 Dec 2011

    View PostBetaWar, on 10 December 2011 - 08:17 PM, said:

    The error comes from you attempting to change the headers (such as location, caching, etc.) after you have output something to the client. Because you are using HTML and PHP in the same file where PHP isn't responsible for ALL of the output, and you start out with HTML the server sends all the HTML it can to the client first (this means that the headers are sent as well). After that point you cannot modify any of the headers.

    Hope that makes sense.


    so what your saying is that i have to create a new file without the include???
  5. In Topic: php echo problem?

    Posted 4 Dec 2011

    View PostDeanO91, on 04 December 2011 - 09:29 PM, said:

    View PostDormilich, on 04 December 2011 - 09:27 PM, said:

    if that’s what you get in the browser that the file is not handled by PHP. possible reasons:
    - calling the file directly (i.e. file:// instead of http://)
    - filename does not have a .php extension
    - PHP not working/installed


    all is working....it works in IE and firefox...but not chrome



    acually your right dude!!!!i was calling the file and not localhost.....:) man i feel dumb...big big thanks

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

DeanO91 hasn't added any friends yet.

Comments

DeanO91 has no profile comments yet. Why not say hello?