Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kharddie
  • Content: Threads
  • Order by date
  1. kharddie

    memory_limit

    hey am using php on apache server to upload mp3 file .how do i increase the memmory limit to 16m. ive tried putting this code [ini_set(”memory_limit”,”16M”);] at the top of my php code but it gives me this error. Notice: Use of undefined constant ”memory_limit” - assumed '”memory_limit”' in...
  2. kharddie

    redirect from an iframe

    how can i redirect to target main window from an i frame. ive tried using TARGET="_top" and that doesnt seem to work <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.zzzzzzzz.org.au/main.php" TARGET="_top"> thanks
  3. kharddie

    document height set by loaded iframe--internet explorer

    Works perfect in all other browsers apart from Internet explorer.the document height in explorer is not resized to the loaded iframe. http://www.tushauriane.org.au/iindex.php any help????? or what am I doing wrong --kharddie
  4. kharddie

    validate form

    i really dont know why this code cant just run .any help function ValidateForm(){ var emailID=document.signup.email var userID=document.signup.user var given_nameID=document.signup.given_name var sir_nameID=document.signup.sir_name var countryID=document.signup.country var...
  5. kharddie

    javascript page errors

    am geting page errors when using this javascript code in internet explorer but non in firefox (works fine)... any help coz my page does open the left side menu ??????? <script type="text/javascript"> var loadedobjects="" var rootdomain="http://"+window.location.hostname function...
  6. kharddie

    run php in html

    help-- why cant this php page be processed inside a html document....but when i run it on its own in a php document it works fine. any ideas?? i have to run it inside a html page in a table ...thank you. <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type"...
  7. kharddie

    php template

    Hey guys how do i customise this class so that the Creatpage() function ( page send to the browser) is processed as a php page instead of a html page . my html template has php include codes in the tables so it has to be processed as .php ????? tried to save the template.php as template.inc and...
  8. kharddie

    .inc web templates

    how come i cant creat a template with inc extention using this code or does it have to be full html and no php?when i use it nothing happens????? <html> <head> <title> Page 1 </title> <link rel="stylesheet" type="text/css" href="kenyathez.css"/> </head> <body> <?php include ("{TOPHTM}"); ?>...
  9. kharddie

    dynamic document height set by loaded iframe

    i downloaded this code that resizs the document height to the loaded iframe....is there any way that the var docHt (document height) can change every second because links in the iframe are specific to the set loaded iframe height.....please help here is the code..... function...

Part and Inventory Search

Back
Top