Search found 4 matches

by ee01es
Mon Jun 26, 2006 7:09 pm
Forum: PHP - Code
Topic: Need your HELP on unchecked variable
Replies: 6
Views: 417

Need your HELP on unchecked variable

Hi Chris, Thanks for the reply.

Please find the requested info!

Cheers, Eha
by ee01es
Mon Jun 26, 2006 6:44 pm
Forum: PHP - Code
Topic: Need your HELP on unchecked variable
Replies: 6
Views: 417

Thank you very much for your quick reply. <?php $fp = fopen ("menu.csv","r"); while ($data = fgetcsv ($fp, 1000, ",")) { if ($HTTP_GET_VARS['content'] == $data[1]) { print "<span class=menucurrent>" . $data[0] . "</span><br>\n"; } else { print "...
by ee01es
Mon Jun 26, 2006 6:22 pm
Forum: PHP - Code
Topic: Need your HELP on unchecked variable
Replies: 6
Views: 417

Need your HELP on unchecked variable

Hi Feyd,

Thank you for your advice and the hint on using "switch", but it does not seem to be working correct for me :!:

BR, Eha
by ee01es
Sun Jun 25, 2006 6:31 pm
Forum: PHP - Code
Topic: Need your HELP on unchecked variable
Replies: 6
Views: 417

Need your HELP on unchecked variable

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hello, Pl...