Recent content by zyreena

  1. Z

    Joomla Problem

    hmmm. same problem encountered here
  2. Z

    Smarty Template Engine Help

    Anyway, thnx again people. Solved it.
  3. Z

    Smarty Template Engine Help

    Thnx for the suggestion. But i really need help for this as of the moment. Anyone?
  4. 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
  5. Z

    It's Corey's Birthday!!

    Happy birthday master :d
  6. Z

    Javascript problem

    ERROR MESSAGE: Object Expected URL: http://localhost/phppractice/practice/login.php Line Number: 11 of which line number 11 is: <PHP>alert('Error message: '+msg+'\nURL: '+url+'\nLine Number: '+linenumber);</PHP>
  7. Z

    Javascript problem

    yah i tried it, but it will return an error on the same line from your code
  8. Z

    Javascript problem

    tnx gomarc but still gomarc no success: <HTML> <head> <script type='text/javascript' src='script/validator.js'></script> </head> <body> <form method = 'POST' action = 'session2.php' onSubmit='return check(this);'> COLOR: </br> <input type='text' name='field1'></br> BODY: </br>...
  9. Z

    Javascript problem

    I didn't notice that, but still id doesn't work even if i change it to script/validator.js
  10. 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...
  11. Z

    Supplied Argument not valid

    yes it helps by using is_array. but i can't figure out how to make sure foreach cannot execute if count($album_array) is 0 by the way do u have a YM account?
  12. Z

    Supplied Argument not valid

    This time it's my code that is not working. i don't know why: It gives the error: Warning: Invalid argument supplied for foreach() in D:\********\blablabla.php on line 134 function browsing($album_array, $user) { $output; if( is_valid($user) ) { $output =...
  13. Z

    Supplied Argument not valid

    tnx. i we tried this one : or die('Query failed: ' . mysql_error() . "<br />\n$query"); The problem was the, columns were interchange... that's why the query did not work.
  14. 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)...
Top