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...
User Profile
Collapse
-
comunicating between frames
-
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?... -
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... -
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?
No activity results to display
Show More
Leave a comment: