User Profile

Collapse

Profile Sidebar

Collapse
Khaiya
Khaiya
Last Activity: Jun 15 '07, 08:37 PM
Joined: Mar 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Khaiya
    started a topic comunicating between frames

    comunicating between frames

    I am writing a huge program, which was working but now is not. It says that some of my variables that are from another frame are null or not an object.

    I'm using the method of comunicating where you call variables from input textboxes by using this

    (javascript)

    top.framename.f ormname.varname .value

    Is there some quirky thing about this ^ that I should know about?
    Is there something...
    See more | Go to post

  • Khaiya
    replied to Reading a cookie set in javascript with php
    in PHP
    I've tried that now and it didn't work either, and I guess the main problem is that I only sort of know the domain and expiration date of my cookies, and I don't really understand what var_dump() even does...

    I know that a cookie automatically attaches the domain that it was saved from to the cookie but when I call the cookie how do I specify the domain name it came from?...
    See more | Go to post

    Leave a comment:


  • Khaiya
    started a topic Reading a cookie set in javascript with php
    in PHP

    Reading a cookie set in javascript with php

    I'm trying to read a cookie that I set with javascript with php. I've tried many websites and nothing I've found works at ALL (except var_dump() printed up null) but other then that all I've gotten is a blank page.

    Here is what I've tried...


    (page1.php)
    [code=javascript]
    <script>
    createCookie('n ame','jim',7)


    function createCookie(na me,value,days) {
    if...
    See more | Go to post
    Last edited by pbmods; May 29 '07, 06:37 PM. Reason: Added code tags.

  • Khaiya
    started a topic Adding a new field to a table with php
    in PHP

    Adding a new field to a table with php

    I am working on being able to edit my database from a site for my class. I have it so I can insert into the table new values, delete values, change values, and now I need to make it so I can add a new field. Does anyone know anything about this sort of thing?
    See more | Go to post
No activity results to display
Show More
Working...