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 gkittelson 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
  • Order by date
  1. kharddie

    memory_limit

    hey sleipnir214--- this is what am using i didnt include the quotes as above ini_set(”memory_limit”,”16M”); the error is as follows n doesnt say anything about the characters Notice: Use of undefined constant ”memory_limit” - assumed '”memory_limit”' in C:\Program Files\Apache...
  2. 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...
  3. 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
  4. 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
  5. 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...
  6. kharddie

    javascript page errors

    hey mbrooks i did put the functions after the divs but it still show some syntax errors on line 2...any ideas thanks view in internet expolorer http://www.tushauriane.org.au/iindex.php arden
  7. 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...
  8. kharddie

    run php in html

    the only reason i cant change the html to php is because the out put of the class am using is a *.html .so the browser receives a *.html page .
  9. kharddie

    run php in html

    thanks vacunta will tyr the second option -kharddie
  10. 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"...
  11. kharddie

    php template

    i ment the template is echoed and processed as template.htm when called by the index.php instead of template.php which should be tha case for the php "includes" to work
  12. kharddie

    php template

    hey Itshim, jpadie the problem am still having is that this template is echoed as a .htm to the browser so the php part wont run and the results of the index.php is just the tables showing. the same thing happens when i tried to save and run the template on its own as template.htm only the...
  13. kharddie

    php template

    php is working , bacause when i run the template.php with the files directory it works fine.(befor i put the {}to turn it into a template). index.php runs well and just shows blank tables (i changed the table borders to "1" in the template.php above). no error messages either is it because i...
  14. kharddie

    php template

    am running apache on my local server but still nothing ...below is the template.php and the php page that calls the template using the class above (HtmlTemplate.class) template.php>>>>>>>>>>>>>>>>>>> <html> <head> <title> Page 1 </title> <link rel="stylesheet" type="text/css" href="{CSS}"/>...
  15. 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...
  16. kharddie

    .inc web templates

    how do i do that Vragabond???? how do i customise this class so that the Creatpage() function or thepage that is send to the browser is processed as a php page instead of a html page because my html template(the one above) has php include codes in the tables so it has to be processed as .php...
  17. kharddie

    .inc web templates

    yes it does translate to a file name ive used a similar tenplate before with only html and works fine
  18. 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}"); ?>...
  19. kharddie

    dynamic document height set by loaded iframe

    hey one more prob, my images keep flashing using setInterval(setIframeHeight() is there any way i stop the loop afre two sec tried this but doesnt work ----- function newloadedheight() { showtime=setInterval('setIframeHeight( \'ifrm\')', 1000); if (showtime){ clearInterval(showtime); } }...
  20. kharddie

    dynamic document height set by loaded iframe

    thanks so much BillyRayPreachersSon for that help ..it works perfect kharddie

Part and Inventory Search

Back
Top