Search found 3 matches

by iamzek
Tue Jan 28, 2003 7:22 am
Forum: PHP - Code
Topic: html variables not working ( !isset() )
Replies: 1
Views: 343

html variables not working ( !isset() )

The problem is ( probably ) somewher in my php.ini file, but not sure what. on a form submit, none of my object var's are present. for example: <intput type=textbox name=Auth> on submit, $Auth is not defined. I know this is problem with my server setup as I download a tutorial script that worked onl...
by iamzek
Fri Jan 24, 2003 11:17 am
Forum: PHP - Code
Topic: scope issue
Replies: 1
Views: 316

scope issue

I admit that I"m rather new at this ... but not to programming ... and this is confusing me... in the following the fist echo statment yeilds "chaos" --- this is good ... the second yeilds "=" or a char similar --- this is confusing as it's global ... or am I missing somethi...
by iamzek
Sun Jan 19, 2003 11:25 am
Forum: PHP - Code
Topic: dynamic naming and accessing of html objects ...
Replies: 1
Views: 347

dynamic naming and accessing of html objects ...

I think this problem is similar to the "Form Checkboxes!!!" question but I'm rather new at this and didn't understand the example there ... my problem is accessing the checkboxes on the form that is created ... I'm using a foreach to create a html "cell" and need to access the ch...