This is a discussion on "no output at all -- can't see why in code (???)" within the PHP Forum section. This forum, and the thread "no output at all -- can't see why in code (???) are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
no output at all -- can't see why in code (???)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
no output at all -- can't see why in code (???)
i know i'm missing something really silly here, but i've just burned myself out on trying to find it. i'd really appreciate a little help from some fresh eyes. thanks!
|
|
|
|
|||
|
Can you narrow it down? What line number or variable are you getting the error with?
|
|
||||
|
I agree.... that would be pretty helpful.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
sypher, hey, thanks for the reply!
i think i have everything the same as you see it here, but i'll get in there and edit my previous post to reflect my current version too... my output is showing from line 102, the html part after i closed the ?> php section, where i have: </head> <body> results</p> so, it IS giving me that lil HTML bit-- but then i get a PHP Notice "Undefined variable on 105, which is the <?php echo $outputhtml; ?> part. i have NO idea why it's saying there's nothing in that variable!! weird! it's driving me nuts! i've used quite similar script many times in this app, and it works fine-- so i'm just stumped. far as i can tell, there is no screen output cause there is nothing for the code to output-- i just can't see or understand WHY there's "nothing" to output. hmph. |
|
|||
|
Quote:
meaning, a white screen /edit: at the time that i posted that. since modified w/ the html bit of output wait, i beg your pardon-- i'm confusing that w/ something else-- it's hard to remember, i have a lot of files w/ this app! i think i was just getting the undefinted variable 'op' Notice, which i didn't post cause i thought it didn't tell me much about what was going on. sorry 'bout that. |
|
|||
|
Well im know 100% confused from your posts :P Ill take a look at the code maybe ill find the prob.
|
|
|||
|
Quote:
i realize i've presented a convoluted story here-- allow me to explain once and for all what is the meaning of my previous posts. this PHP script poduces no output except for the html at the bottom, which is not part of the PHP script, but which does have one line of PHP embedded. this PHP script produces error report line: Notice: Undefined variable: outputhtml in c:\... and that's all that it does. that's what i mean by i'm getting no output. i realize how you read it. my fault for turning into such a riddle i guess. |
|
|||
|
My guess is that your if and else if are comeing up false, test this by throwing a
|
|
|||
|
good idea. definitely better than my completely useless $a++ thing!
thanks... (time passes few minutes...) OMG False!! you were 100% correct! okay... hehe now what... well, this definitely narrows it down, that's for sure. how numb is my skull for missing that! |
![]() |
| Tags |
| output, code |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Php output in to CSS | dhossai | Web Page Design | 1 | Oct 30th, 2007 18:38 |
| delaying output | theosx | JavaScript Forum | 6 | Sep 19th, 2007 04:56 |
| Distinct output using ASP/SQL | bullrider | Classic ASP | 0 | May 29th, 2007 16:55 |
| displaying the output | madhuri.t | Classic ASP | 3 | Jul 12th, 2006 15:49 |
| output IE vs. FF | jojo | Web Page Design | 5 | Dec 29th, 2005 13:35 |