Jump to content
xisto Community

nancmu

Members
  • Content Count

    150
  • Joined

  • Last visited

Posts posted by nancmu


  1. I have a deviantart page but i have not updated it in a long while so there isnt much there,

    http://nexdesigns.deviantart.com/

    soon i will completely abandon that for my own site once it is done.

    Its good to see there are other artists other than me lurking these forums

     

    I think someone may be waitting for your next designs on deviantart.com :D.

    Why you don't try to upload your arts on your web at Xisto hosting to the deviantart. :P


  2. TRY THIS...

    $search_word = "in";

    @mysql_connect($host, $user, $mysql_password);

    $sql = "SELECT * FROM $table_name WHERE field_in_table LIKE '%$search_word%' ";

    // LIKE, =, != you can learn in phpmyadmin when you try to search in database.

    // %$search_word% the results are since, inner or win

    // %$search_word the result is win :P

    // $search_word% the result is inner :D


  3. no, i hate finalfantasy games...the newer ones have splendus graphics or so ive heard. i just dont dig those games, never have, never will.

    Don't be serious, guy :rolleyes: .... the same as you about the new FF graphics but i like the old versions on PS1 more.. because i can play them.
    Anyways about FF1 and FF2 i think it was an attempt of square soft to expand to gameboy advance consloe.

  4. Thank for all links.. I link to dhtmlnirvana.com, the site is very high tech and i like girlie on welcome page.. but i think the site is slow for me (maybe.... my computer too slow)Anyway for SENV's site, it is usually for me because i always visit that sites when i have some problem about my web site(download and down load ^o^ ).COOL ALL SITE!!! ^_____________,^


  5. Thank for all,

    I think this is a basic for php programming but NOT ME. I started learning php from free source code (webboard, guestbook, chat,...) or webboard programming. I know about 6-7 month to learn my new language, it's so hard for clear everything. Some function that you think it is easy but i never know :) .

     

    :rolleyes: this is my new knowledge... :)

    chmod($filename, 0666);

  6. The same as topic... I try to learn cookie setting from many scripts but i still don't got it :) . anyone help me, please :) .
    for example this code... :rolleyes:

    function get_cookie(Name) {[br]//Get cookie routine by Shelley Powers [/br]  var search = Name + "="[br]  var returnvalue = "";[/br]  if (document.cookie.length > 0) {[br]    offset = document.cookie.indexOf(search)[/br]    if (offset != -1) { [br]      offset += search.length[/br]      end = document.cookie.indexOf(";", offset);[br]      if (end == -1) end = document.cookie.length;[/br]      returnvalue=unescape(document.cookie.substring(offset, end))[br]      }[/br]   }[br]  return returnvalue;[/br]}
    :D:DB)B)

  7. You can not send variable on <a href="results.php?results1" target="result1">result 1<a> go to frame. i used to use but it didn't work. I think, it will be easy to use iframe if you want to send variable.OR.. try to use frame without php code if it work you might change later.for example// main.html<a href=results.php target=result1>// frame.html<frameset.......><frame src=results.php name=results1 id=results1></frameset>


  8. For my understood...., you want to put php by html frames.

    >> Try this...

    <FRAMESET rows="50%,50%"> [br]<FRAME SRC="pag_01.php" NAME="frame1"> [/br]<FRAME SRC="pag_02.php" NAME="frame2">[br]</FRAMESET>
    [/br]

    but if you want to send variable with frame, you can not do it.

    [br]//this code can not sent variable...[/br]<FRAME SRC="pag_01.php?value=$variable" NAME="frame1"> [br]
    [/br]

    I use iframe to solve this problem....

    [br]// use iframe to send variable...[/br]<a href=page1.php?variable=001 target=iframe1>[br]<iframe name=iframe1 src="page1.php?value=<?=$variable;?>">[/br]

  9. Invision Power Board is great. It has many options, hacks and mod that you wiil not find in other bulletin board system.. It's very easy to install and set it up.

    <{POST_SNAPBACK}>


    The same as you, Invision Power Board was used on many websites. It has more security. For me, i try to learn this board but so hard. It contain many thing that i don't know - functions that interseting, nice styles, more features... You can upgrade this board by easy at https://invisionpower.com/features/apps :)
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.