CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cjburkey01

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    586

    JavaScript Get url and add 1

    I am making a page website and when you click the > it will take you to the next page. But I was wondering if I can get the page url, such as http://website.com/page/1.html, and make in add one to...
  2. Thread: PHP Help

    by cjburkey01
    Replies
    14
    Views
    1,461

    Re: PHP Help

    OK, I got this code to work:


    <div id="chat-wrap"><div id="chat-area">
    <?php
    $myfile = 'chat.txt';
    $lines = file($myfile);
    foreach ($lines as &$load) {
    ...
  3. Thread: PHP Help

    by cjburkey01
    Replies
    14
    Views
    1,461

    Re: PHP Help

    With the way I have this, how would I incorporate the code into the page, I can't figure that out
  4. Replies
    1
    Views
    1,526

    JavaScript Emoticons in input text field

    Hello, is there a way that I can click a button and i puts an image in a <input type="text" /> field?
    Like this: :cool: :ehh: :p :cry: ;) :blush: :D :wave: :o :thumb:
  5. Thread: PHP Help

    by cjburkey01
    Replies
    14
    Views
    1,461

    Re: PHP Help

    Well is there a way to load a file not written as an array?
  6. Thread: PHP Help

    by cjburkey01
    Replies
    14
    Views
    1,461

    Re: PHP Help

    It is not written as an array though.


    <?php

    $function = $_POST['function'];

    $log = array();

    switch($function) {
  7. Thread: PHP Help

    by cjburkey01
    Replies
    14
    Views
    1,461

    Re: PHP Help

    Actually it works but now I need something that says every second do a PHP Action
  8. Thread: PHP Help

    by cjburkey01
    Replies
    14
    Views
    1,461

    Re: PHP Help

    Actually, it only loads 1 word: Array.
    It didn't work, ny other ideas?
  9. Thread: PHP Help

    by cjburkey01
    Replies
    14
    Views
    1,461

    Re: PHP Help

    Thanks!
  10. Thread: PHP Help

    by cjburkey01
    Replies
    14
    Views
    1,461

    PHP Help

    If have this PHP

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>
    ...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured