Search results

  1. Z

    Smarty Template Engine Help

    Anyone has an advance knowledge about Smart template engine? Q1: how do i change the index.tpl into the template i created using html with css? Q2: is it advisable to just change my index.html into index.tpl? I'm new to this... please help Tnx in advance
  2. Z

    Javascript problem

    <script language="JavaScript" type="text/javascript"> //function to check empty fields function isEmpty(strfield1, strfield2, strfield3) { //change "field1, field2 and field3" to your field names strfield1 = document.forms[0].field1.value strfield2 = document.forms[0].field2.value...
  3. Z

    Supplied Argument not valid

    a classmate of mine ask me why is her syntax giving her an error: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in line 103 here's her code: (i tried to help but it seems that we we're just in the same level :biggrin:) function check_user($user,$pass)...
  4. Z

    undefine index?????

    if($_GET['view'] == 'login' or !isset($_GET['view'])) wat wil i do so dat this condition will work. it gives me an error: undefined index: view
  5. Z

    query help

    is this syntax correct? $query = "SELECT off_auth.user_id FROM off_auth, off_users WHERE off_auth.user_id = off_users.user_id AND off_auth.passcode = " . $pass . " AND off_users.user_name = \"" . $user . "\";";
  6. Z

    Asking help for a simple application

    is there anyone who tried creating a simple application that uses JavaScript to dynamically update the contents of a text field with the value selected by a drop down (select) menu? i am new to java scripting too, and got a hard time understanding EVERYTHING im reading. and based on...
  7. Z

    Help with php function

    $POINTER = “rebelbar”; Function rebelbar($what_bar); { Echo “not just rebelbar, $what_bar rebelbar.”; } How can you call the function rebelbar using $POINTER; without directly calling the function rebelbar. anyone?
  8. Z

    Joomla

    how nice really is joomla? anybody who has experience using joomla? can u share how truely powerful it is?
  9. Z

    Please review

    Please review my site, though it's not 100% done. at least i would know wat r d things needed to be change. THANK YOU;) www.alliancetutorial.uni.cc
  10. Z

    Joomla

    i am new to web designing, and i always encounter JOOMLA and WORDPRESS.. is der any of you who can send me a tutorial on how to use them? are they easy to use? tnx for ur help
  11. Z

    Free domain

    I just want to ask if i will not be banned if i will avail the free domain from uni.cc instead of my website www.alliancetutorial.x10hosting.com, the it will be change into www.alliancetutorial.uni.cc is this allowable?
  12. Z

    Additional website

    i currently have a website using x10. now i just wanna ask if i can add another website? how? or i have to register another account?
  13. Z

    Is this allowed?

    i found a website that offers domain, check this out www.freedomain.co.nr but in their TOS they would like to have a link back to their website... is this ok for me to add a link to their website, if ever i comply with their offer to give me a domain? seeking for advice...thank you
  14. Z

    Stay Account active

    helo anybody, i just got my account unsuspended... can anybody help me how to comply with the TOS regarding the ads that i should add in my website... i already have the advertising code and i already added it to my index. but i dont know how to view it? can somebody show me an example on how...
  15. Z

    Procedural or OOP PHP???

    Which one is the best way of using PHP PROCEDURAL or OOP??? Cast votes now....:D
  16. Z

    To avoid Suspension

    Help! Just got my account unsuspended because i did not put the ads that i needed to add. i used the advanced account, and here's my ads code: <script type="text/javascript" src="http://x10hosting.com/adserve.js?advanced"></script> TOS, i need to add this 1 into my index, and yes i already...
  17. Z

    Suspension

    I just want to ask if what are the possible reason from having your website account being suspended? Cause i wonder y.? i always login every other 2 days. and rules said within 2 weeks i should login. But i was just out for almost a week and suddenly my website account has been suspended and...
  18. Z

    Web Crawl

    Hey there guys, thnx for helping me before.. This time i just want to ask if wat am i going to do to make my website be in the top 10 searches with google and yahoo. I already have meta tags in my different pages specially the index. After 1 week of uploading my site, it appears to be in the...
  19. Z

    HELP how to enable the mail function in cpanel

    in my website that i created i have a page for my visitors and form for their inquiry... i guess i executed the submit button successfully but i receive an error message that goes like this "Warning: mail() has been disabled for security reasons" how am i going to enable this function so that...
  20. Z

    how to enable the mail() function of php in cpanel

    in my website that i created i have a page for my visitors and form for their inquiry... i guess i executed the submit button successfully but i receive an error message that goes like this "Warning: mail() has been disabled for security reasons" how am i going to enable this function so that...
Top