Search:

Type: Posts; User: Black 4C6F747573

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. http://www.w3.org/TR/REC-html40/struct/links.html#...

    http://www.w3.org/TR/REC-html40/struct/links.html#h-12.2

    There is no alt attribute for links. try:
  2. sounds like a good model for an old "winter's...

    sounds like a good model for an old "winter's bot" style webbot for battle.net... I might be interested in takin a peek when your done, never done flash before though. Good luck.
  3. Thread: echo?

    by Black 4C6F747573
    Replies
    13
    Views
    2,730

    The code would be :

    The code would be :

    <?php

    $a="Hello World!";

    echo "$a";
    ?>

    :-) good luck with your ventures
  4. Replies
    14
    Views
    3,498

    Personally, I don't like too much elegence in a...

    Personally, I don't like too much elegence in a code editor. I use EditPlus, because of the highlighting and the fact that it knows alot more functions then I do, and it helps stop me from using...
  5. wee, two days later... for some reason, my...

    wee, two days later...

    for some reason, my fseek() wasn't being processed every loop, so I changed the fseek to a fgetc and it functions the same way.

    I'll post the new function for anyone who...
  6. Function to input a string into a text file, not append

    function get_position($file)
    {
    while(!(feof($file)))
    {
    fseek($file,1,SEEK_CUR);
    $offset++;
    if(feof($file))
    break;
    }
    rewind($file);
  7. Replies
    7
    Views
    1,808

    look up mySql functions in...

    look up mySql functions in http://www.php.com/quickref.php

    that will give you all the code you need

    then just use a table and form's to submit the information etc...

    gl
  8. Replies
    3
    Views
    1,368

    To upload :...

    To upload :
    http://www.google.ca/search?q=Core%20FTP

    download install

    Server : "acct".bizhat.com
    username : "acct".bizhat.com
    passwd = whatever u have it as
  9. Replies
    5
    Views
    1,578

    I just coppied what i found in the html code of...

    I just coppied what i found in the html code of this site. It is displayed as questionmarks. It's his numbers, I was just asking what they meant
  10. www.w3schools.com Excelent html tutorial ...

    www.w3schools.com

    Excelent html tutorial

    That will get you started

    learn html, then php :_)

    or, if you have OCD like I do, learn JS too :-) but only if you're obsessive compulsive or a...
  11. Replies
    5
    Views
    1,578

    & #26377;& #30475;& #25026;& #20013;& #25991;&...

    & #26377;& #30475;& #25026;& #20013;& #25991;& #30340;& #27809;& #26377;& #65292;


    & #33021;& #19981;& #33021;& #24110;& #25105;& #25214;& #20010;& #20813;& #36153;ASP& #31354;& #38388;& #65311
    ...
  12. Replies
    7
    Views
    2,074

    chmod isn't my problem, I set access to my files...

    chmod isn't my problem, I set access to my files manually in the php. The files CAN be written to.

    I figgured out the problem. PHP does not have any function capable of inserting a string into a...
  13. Replies
    7
    Views
    2,074

    Issues with fwrite in php

    I have a .txt based database setup, and when I do fscanf to find a uname, then fseek to go right after it, then fwrite it fwrite's over the \n, and over the top of the rest of the unames... I cant...
  14. Replies
    187
    Views
    108,452

    Sticky: Poll: lol... hand code the graphics! :-P j/k I did vote...

    lol... hand code the graphics! :-P j/k I did vote for that but I am a photoshop guy myself. It's got alot of features and any $2k prog you can get for free has to be good :-P
  15. Replies
    15
    Views
    3,709

    The best site for web related tutorials would be...

    The best site for web related tutorials would be www.w3schools.com They are the official place in charge of standardization for the internet. They developed html 5 and pioneered cross browser...
  16. Replies
    2
    Views
    1,099

    Well, as with most php programs, I would start...

    Well,
    as with most php programs, I would start out writing the html first.

    Song1
    <form action=ur script method=post name=song1>
    <input type=hidden name=f_type value=song1>
    <input type=radio...
  17. Replies
    22
    Views
    5,295

    I personally enjoy the smilies... lol. But I...

    I personally enjoy the smilies... lol. But I think that they should change the post rules. I do believe 10 posts is a reletivly easy accomlishment for any human. make it like, sign on with 2 mb,...
  18. Replies
    929
    Views
    114,054

    I've reached ten posts. url :...

    I've reached ten posts.

    url : dburg-php.bizhat.com
    description : A database management system for teachers to log on and symplisticly update their daily homework and classwork assignments for...
  19. Replies
    26
    Views
    4,361

    I think that certain situations, the mail()...

    I think that certain situations, the mail() function could accidentally be interpreted as spam. For example. Someone has a poorly coded mail submission form. A visitor to his website comes in,...
  20. Thankyou very much. I thought it was my code...

    Thankyou very much. I thought it was my code acting up or my new program that i downloaded lol. I was scared. Lotta time into that :-)
  21. my site

    dburg-php.bizhat.com

    I am developing a php script for the faculty at my highschool as a class project. It will allow teachers to log in, submit a homework or classwork form, have it processed by...
  22. Replies
    112
    Views
    17,535

    Poll: Dang nice pic punk :-P Graphics is what I wanna...

    Dang nice pic punk :-P Graphics is what I wanna learn next. Anyways. I used notepad up until ten min ago when i clicked a link for edit plus :-) anyways, hand coding all the way. Die hard hand...
  23. Replies
    3
    Views
    1,246

    I can't answer your question, but maybe : ...

    I can't answer your question, but maybe :

    http://www.php.net/manual/en/function.mail.php

    can be of some help.

    good luck
  24. Replies
    9
    Views
    2,051

    I'm a windows programmer, and I haven't ventrued...

    I'm a windows programmer, and I haven't ventrued into asp, but I have been warded off from perl due to complictaions in setting it up. PHP has worked miracles for me, thanks to bizhat's...
  25. free templates are hott, but for greater...

    free templates are hott, but for greater flexibility (albeit a less profesional look in the beggining) take a free crash course in html at www.w3schools.com

    anyways...
    ...
Results 1 to 25 of 29
Page 1 of 2 1 2